Open Aichlmayr opened 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.
As a customer, I need the ability to like products, so that I can express preferences for items.