CSCI-GA-2820-FA24-001 / orders

NYU DevOps Orders Service Fall 2024
Apache License 2.0
0 stars 1 forks source link

Update order using UI #85

Closed rheachandok closed 5 days ago

rheachandok commented 2 weeks 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