Men-Guo / alwayswin

297P Project
0 stars 0 forks source link

Review Order History #19

Open xiazhvera opened 3 years ago

xiazhvera commented 3 years ago

User Story4: Review Order History As a buyer, I would like to review my order history. Given the user id and auth token, when an order history request is sent, then the backend will retrieve the order history from the database, and the frontend will display the data in the profile page.’

Estimated Time: 12p*h

Use Case: Review Order History Actors: User, Product Database, Order Database Precondition:N/A Basic Path: The user enter the order history page The frontend request past orders with the user id to backend The backend returns the order lists The frontend display the order lists