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 an Admin user, I want to see a list view of orders that have been made by the customers so that I can process their orders
Success Criteria
Develop a list view page with a table showing this information
S/N
Product Name
Order Unit Price
Order Quantity
Order Total Price
Created Date (or Order date & time)
Customer Location (i.e street address, city, state, country) as a single text
Ensure that this page is seen when the VIEW button is clicked on the Customer information list view page (task 1)
Ensure that this page is integrated to show the details from your e-commerce DB for the selected customer.
Ensure the data coming from the DB is saved in a cookie.
Ensure that you are not hitting the database each time there is a page reload as long as the cookie is still set or hasn't expired yet
Ensure your PR is created with the task title as seen on the mobile App
As an Admin user, I want to see a list view of orders that have been made by the customers so that I can process their orders
Success Criteria
Develop a list view page with a table showing this information
Ensure that this page is seen when the
VIEWbutton is clicked on the Customer information list view page (task 1)Ensure that this page is integrated to show the details from your e-commerce DB for the selected customer.
Ensure the data coming from the DB is saved in a cookie.
Ensure that you are not hitting the database each time there is a page reload as long as the cookie is still set or hasn't expired yet
Ensure your PR is created with the task title as seen on the mobile App