Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to name assessment tray configs #198

Open
9 tasks done
adaburrows opened this issue May 22, 2024 · 1 comment
Open
9 tasks done

I want to name assessment tray configs #198

adaburrows opened this issue May 22, 2024 · 1 comment
Assignees

Comments

@adaburrows
Copy link
Collaborator

adaburrows commented May 22, 2024

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.
@adaburrows adaburrows converted this from a draft issue May 22, 2024
@adaburrows
Copy link
Collaborator Author

Note, this relates to #190. This means we don't have any of the UX thought out yet, but we can still get the code in place for it.

We will still need to:

  • design how the actual UX will unfold for this screen
  • design the UX around how the user will select the assessment tray when making a post
  • the code interface that lets us store the user's choice

@nick-stebbings nick-stebbings moved this from Ready to In progress in Neighborhoods' Engineering Kanban May 30, 2024
@nick-stebbings nick-stebbings moved this from In progress to In review in Neighborhoods' Engineering Kanban Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In review
Development

No branches or pull requests

2 participants