Skip to content

client side system_rubric support

Colin Macdonald requested to merge client_systems_rubrics into anarchy
  • monkey-patch system_rubric into legacy server API results
  • client doesn't let you try to modify system_rubrics
  • client does (for now) let you make copies of system rubrics
    • one important reason for this is that the demo rubrics ("Good", etc) are marked as system rubrics on legacy demos, and we want users experiencing those demos to be able to duplicate (fork) those rubrics
    • on webplom, we could take a harder stance
    • but this will be a future MR, as the rubric_list does not yet know it is talking to a legacy server or not. And my preferred way to deal with that is via the "client-facing-server-settings" feature we've discussed elsewhere.

Merge request reports