You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a seller who has an online store at Market without Borders I should be able to manage the orders I receive from customers and update the customer on the status of their order. I should also be able to view all the items in my store, edit/update them, or add new items to my shop.
Items view should contain a list of clickable items with the option to add an item and delete an item. clicking the remove button pops a modal to confirm the action, after confirmation, a success message shows to the user Item Card Component #8
Add item view contains input faield for the name , id , description and image. clicking the done button pops a modal with success message to the user
orders view contains a tab to view pending orders, received (confirmed) orders, and shipped orders.
clicking an order shows its full details with the option to go back to the list of orders or to mark as sent (shipped) and allows the user to edit the details such as estimated delivery time. marking an order as sent shows a modal to enter the tracking number for the order.
The text was updated successfully, but these errors were encountered:
As a seller who has an online store at Market without Borders I should be able to manage the orders I receive from customers and update the customer on the status of their order. I should also be able to view all the items in my store, edit/update them, or add new items to my shop.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: