Aichlmayr / agile-final-project

0 stars 0 forks source link

Like a product in the catalog #5

Open Aichlmayr opened 1 month ago

Aichlmayr commented 1 month ago

As a customer, I need the ability to like products, so that I can express preferences for items.

Aichlmayr commented 1 month ago

Given I am a customer, When I like a product, Then the product's like count should increase by one.

Given I am a customer, When I try to like a product that I have already liked, Then the system should prevent me from liking it again.