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

Multiselect feature #336

Open
ddelpiano opened this issue Oct 23, 2024 · 0 comments
Open

Multiselect feature #336

ddelpiano opened this issue Oct 23, 2024 · 0 comments
Assignees

Comments

@ddelpiano
Copy link
Member

From the previous SOW

Frontend requirements:

  • checkbox in the header to select all the record shown in the table
  • checkbox per record
  • summary of the number of records selected in the header
  • button to display the users dropdown
  • dropdown with the list of all the users returned from the backend.
  • subheader to allow to select all the record in the system that are matching the filters set / all the records available from the backend given the filters set.
  • Whenever the user change filter then the selection is lost and the user will have to select again.

Backend requirements:

  • return all the users available in the system which can get all the records re-assigned
  • the sentences can be re-assigned to triage operator, curator and reviewer
  • the statements can be re-assigned only to curator or reviewers.
  • the request to the backend will have to specify if we want the list of users able to handle sentences or statements.
  • re-assign multiple records to a specific user.
  • business rule required, check user role per type of record re-assigned (e.g. a triage operator cannot get KSs).
  • Add system note per record upon re-assignment.

@stappan could you double check the requirements above and confirm acceptance criteria for this? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants