-
Notifications
You must be signed in to change notification settings - Fork 0
Implement order listing page #2
Copy link
Copy link
Closed
Description
priyankamastek
opened on Jun 29, 2026
Issue body actions
- Create a new UI page to list the orders that are created
- The order listing page should have a table to display all the orders
- The table should list the columns for Order Number, Customer Number, Item Count, Total, and Order Status
- The item count needs to be computed dynamically based on the number of items in the order
- When the page is loaded, the list of orders needs to be fetched from the API
- Provide a button on top of the table to refresh the order list. Clicking on the button should fetch the latest list of orders from the API
- Add unit tests and update documentation as appropriate
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels