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

Re-assign Products to New Categories #39

Open
thegenem0 opened this issue Mar 24, 2023 · 0 comments
Open

Re-assign Products to New Categories #39

thegenem0 opened this issue Mar 24, 2023 · 0 comments
Labels

Comments

@thegenem0
Copy link
Contributor

thegenem0 commented Mar 24, 2023

Description:

As a user of the Inventory Management Application, I want to be able to re-assign one or more products to a different category when deleting their existing Category.

Acceptance Criteria:

  • A "Re-assign Products to New Categories" dialog is added to the application UI.
  • The dialog displays a list of products that need to be re-assigned to a new category.
  • The user can select one or more products to re-assign.
  • The user can select one or more products to delete.
  • The user can select a new category from a dropdown menu with Autocomplete.
  • The user can submit the re-assignment by clicking a "Save" button.
  • If the user tries to submit the re-assignment without re-assigning or deleting all Products in question, an error message will be displayed prompting them to make selections.
  • After the user submits the re-assignment, the affected products are updated in the Products table to reflect the new category assignment.
  • The table data is persisted to a database backend.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant