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.
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: