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

Add Category #29

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

Add Category #29

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 add a new product category to the system. This will allow me to better organize my products and make informed decisions about inventory management.

Acceptance Criteria:

  • A "Add Category" page is added to the application UI.
  • The "Add Category" page contains input fields for the category name.
  • The user can submit the 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 category information, the new category is added to the Categories table.
  • The user is redirected to the Categories table page.
  • If there are any products assigned to the new category, they will be displayed in the "Number of Products" column on the Categories table, otherwise displays 0.
  • 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