As a eCommerce manager
I need to manage the backend service via a web user interface.
So that I can efficiently update a recommendation without requiring direct access to the backend system.
Details and Assumptions
The delete feature includes Delete functionality in API:
The UI should allow users to retrieve and edit the information of a recommendation
Users need to input a recommendation ID in order to perform update.
The UI should have an Update 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 edit some of its information and click on "Update" button
Then the recommendation with the corresponding information should be updated 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 update a recommendation without requiring direct access to the backend system.
Details and Assumptions
The delete feature includes Delete functionality in API:
The BDD tests will follow the Gherkin syntax to ensure clarity and understanding for non-technical stakeholders.
Acceptance Criteria