As a User
I need to be able to retrieve an order from the system
So that I can track my purchases, review order details, and ensure a seamless shopping experience.
Details and Assumptions
- Need order to persist in the backend database
- we use a NoSQL database for rapid availability of data(order) retriever to the user
- Need an easy to use interface for the user
Acceptance Criteria
Given I am logged into my account on the online store
When I access the Order History section,
Then I should be able to see a list of all my previous orders displayed in chronological order, along with essential information such as order dates and statuses
As a User
I need to be able to retrieve an order from the system
So that I can track my purchases, review order details, and ensure a seamless shopping experience.
Details and Assumptions
Acceptance Criteria