You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of associating an assessment tray with a specific resource definition, we want the assessment tray configuration to have a name. Also, we should allow choosing a default config for each resource def.
We need to change the whole structure of how assessment trays are stored:
Instead of having links that point from the resource def eh to the assessment config blocks, we should have a separate assessment tray config objects with names.
It should have the name of the tray.
This should contain the assessment blocks in a vec.
The current code that creates links to the config blocks can be modified to point to the assessment tray config object.
Change the current page to remove the list of resource defs from the side panel.
Add a list of named and saved assessment trays.
Add a button above the list to add a new assessment tray.
Keep the current controls for adding and editing assessment trays the same, but add a field at the top to name the currently selected assessment tray.
Add one page that list all the resource defs and lets people choose assessment trays from a drop down list in order to configure defaults.
The text was updated successfully, but these errors were encountered:
Instead of associating an assessment tray with a specific resource definition, we want the assessment tray configuration to have a name. Also, we should allow choosing a default config for each resource def.
The text was updated successfully, but these errors were encountered: