shwetangc / agile-final-project

0 stars 0 forks source link

Dislike a product in the catalog #16

Open shwetangc opened 1 month ago

shwetangc commented 1 month ago

As a user I need the ability to dislike a product in the catalog So that I can express my disapproval or lack of interest in certain products

shwetangc commented 1 month ago

Acceptance criteria

Given the user is authenticated and viewing a product, When they click the "Dislike" button for that product, Then the product should be marked as disliked, And the user should see the updated dislike count.