shwetangc / agile-final-project

0 stars 0 forks source link

Delete a product from the catalog #14

Closed shwetangc closed 3 months ago

shwetangc commented 3 months ago

As a user I need the ability to delete a product from the catalog So that I can remove products that are no longer available or relevant

Acceptance Criteria

Given the user is authenticated and viewing the product details, When they choose to delete the product, Then the product should be removed from the catalog, And the user should see a confirmation message of successful deletion.