Closed rheachandok closed 5 days ago
As an customer/administrator
I need to update existing orders through the web UI
So that I can modify order information as needed
Details and Assumptions
• The UI will provide an “Edit” option on the order detail page.
• I can update fields like customer name, status, and items.
Acceptance Criteria
Given I am on the "Order Details" page for a specific order
When I click on the "Edit" button
And I modify the order details and save
Then the order is updated with the new information
And I see a confirmation message indicating the update was successful
As an customer/administrator
I need to update existing orders through the web UI
So that I can modify order information as needed
Details and Assumptions
• The UI will provide an “Edit” option on the order detail page.
• I can update fields like customer name, status, and items.
Acceptance Criteria
Given I am on the "Order Details" page for a specific order
When I click on the "Edit" button
And I modify the order details and save
Then the order is updated with the new information
And I see a confirmation message indicating the update was successful