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

[StudiesActionSelect] Add Options Dropdown Next to SearchBar #268

Open
3 tasks
remixxx31 opened this issue Jul 11, 2024 · 0 comments
Open
3 tasks

[StudiesActionSelect] Add Options Dropdown Next to SearchBar #268

remixxx31 opened this issue Jul 11, 2024 · 0 comments
Assignees

Comments

@remixxx31
Copy link
Contributor

remixxx31 commented Jul 11, 2024

Description

Implement a dropdown component next to the SearchBar with various actions. The first option will open a modal with a form, and the other options will store selections in Redux for future processing.
Screenshot from 2024-07-12 00-24-50

Tasks

  • Create a dropdown component with the options: 'Label Assignment', 'Anonymize List', 'Export List', 'Delete List'.
  • Implement a modal for 'Label Assignment' with a form similar to the provided screenshot.
  • Integrate Redux to store selections for 'Anonymize List', 'Export List', and 'Delete List'.
    image

Details

  • Label Assignment: Opens a modal with a form to add or delete labels for selected resources.
  • Anonymize List: Stores selected resources in Redux.
  • Export List: Stores selected resources in Redux.
  • Delete List: Stores selected resources in Redux.

Questions

  • What fields should be included in the Label Assignment form?
  • How should the selected resources be displayed in the modal?
  • Are there any specific requirements for handling the stored selections in Redux?
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

1 participant