As a User
I need to be able to handle the product in the catalog as "dislike".
So that User can say "I don't like this product"
Details and Assumptions
Current System Capabilities: The catalog already supports viewing and liking products. This feature will add a new interaction for users to "dislike" a product.
Acceptance Criteria
Given the user is viewing a product in the catalog
When the user clicks the "Dislike" button for that product
Then the product's dislike count increases by one, the updated count is displayed on the product page, and the user cannot "Dislike" the same product again
As a User I need to be able to handle the product in the catalog as "dislike". So that User can say "I don't like this product"
Details and Assumptions
Current System Capabilities: The catalog already supports viewing and liking products. This feature will add a new interaction for users to "dislike" a product.
Acceptance Criteria