As an Admin user, I want to see a list view of customers on my Foodbag or e-commerce site so I can access their order details.
Success Criteria
-
Develop a list view page with a table having the following fields
S/N
Full Name
Email Address
Created At
Actions
-
Integrate this view and ensure that information on the table is from your Foodbag or e-commerce DB.
-
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
-
The created_at details should be the date and timestamp that the customer entry was created.
-
The only action possible is VIEW (ie, a View button should be on the Action column)
-
Ensure your PR is created with the task title as seen on the mobile App
(Integration of the View button will be done in the second task)
As an Admin user, I want to see a list view of customers on my Foodbag or e-commerce site so I can access their order details.
Success Criteria
Develop a list view page with a table having the following fields
Integrate this view and ensure that information on the table is from your Foodbag or e-commerce DB.
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
The created_at details should be the date and timestamp that the customer entry was created.
The only action possible is VIEW (ie, a View button should be on the Action column)
Ensure your PR is created with the task title as seen on the mobile App
(Integration of the View button will be done in the second task)