-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Description:
As a user of the Inventory Management Application, I want to be able to edit an existing product category in the system. This will allow me to make updates to category information as needed and keep my inventory organized.
Acceptance Criteria:
- An "Edit Category" page is added to the application UI.
- The "Edit Category" page displays the current category information in input fields that can be edited.
- The user can submit the updated category information by clicking a "Save" button.
- If the user tries to submit the category without entering a name, an error message will be displayed prompting them to enter a name.
- After the user submits the updated category information, the changes are reflected in the Categories table.
- The user is redirected to the Categories table page.
- If there are any products assigned to the edited category, the category name in the Products table will also be updated.
- The table data is persisted to a database backend.