As a eCommerce manager
I need to manage the backend service via a web user interface.
So that I can efficiently like a recommendation without requiring direct access to the backend system.
Details and Assumptions
The UI should allow users to retrieve and like a recommendation
Users need to input a recommendation ID in order to perform like.
The UI should have a Like button.
The BDD tests will follow the Gherkin syntax to ensure clarity and understanding for non-technical stakeholders.
Acceptance Criteria
Given I am on the Recommendations UI
When I retrieve a recommendation and click on "Like" button
Then the "like" attribute of the recommendation should be added 1 and message "Success" should be displayed
As a eCommerce manager I need to manage the backend service via a web user interface. So that I can efficiently like a recommendation without requiring direct access to the backend system.
Details and Assumptions
The BDD tests will follow the Gherkin syntax to ensure clarity and understanding for non-technical stakeholders.
Acceptance Criteria