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

Products Table Improvement #36

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

Products Table Improvement #36

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 and view products in a table format. This will allow me to keep track of my inventory easily and make informed decisions about purchasing and restocking products.

Acceptance Criteria:

  • A "Products" table is added to the application UI.
  • The table displays the following columns: SKU, Product Name, Quantity, Category, Unit Price, Total Value
  • There will be an Actions column with buttons to: View, Edit, Delete
  • The table is sortable by: Product Name, Quantity, Category, Unit Price
  • The table supports pagination to display a limited number of rows per page
  • The user can add a new product to the table by clicking a button that redirects them to the Add Product Page Add Product #15
  • The user can edit the product information by clicking on the Edit button in the Actions column, this redirects them to the Edit Product Page Edit Product #14
  • The user can delete a product by clicking on a "Delete" button in the Actions column, a dialog will pop up to confirm this
  • When a product is added, edited, or deleted, the table is updated automatically without requiring a page refresh
  • 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