alexbascevan / agile-final-project

Honours Project For the IBM Applied DevOps Engineering Professional Certificate
0 stars 0 forks source link

Retrieve a product from the catalog #2

Open alexbascevan opened 5 days ago

alexbascevan commented 5 days ago

User Story: As a customer, I need the ability to retrieve a product from the catalog, so that I can view its details.

alexbascevan commented 5 days ago

Acceptance Criteria: Given a customer is browsing the catalog,
When the customer selects a product to view,
Then the system should display the details of the selected product (name, price, description, etc.).