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

Single Product View Improvement #37

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

Single Product View Improvement #37

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 view a detailed view of a single product. This will allow me to see more information about the product and make more informed decisions about restocking, pricing, and promotions.

Acceptance Criteria:

  • Clicking on the View button in the Products table will redirect the user to the Single Product View page for that product.
  • The Single Product View page displays the following information: SKU, Product Name, Quantity, Category, Unit Price, Total Value, Description, and Image (if available).
  • The page includes an "Edit" button that redirects the user to the Edit Product page.
  • The page includes a "Back to Products" button that redirects the user to the Products table.
  • The user can return to the previous page using the browser's back button, or the breadcrumbs links
  • If the product image is not available, a placeholder image is displayed.
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