Skip to content

Develop a List View for Customer Orders And Store The Data in A Cookie #991

@Dufuna-Fem

Description

@Dufuna-Fem

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

  1. 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
    
  2. Ensure that this page is seen when the VIEW button is clicked on the Customer information list view page (task 1)

  3. Ensure that this page is integrated to show the details from your e-commerce DB for the selected customer.

  4. Ensure the data coming from the DB is saved in a cookie.

  5. 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

  6. Ensure your PR is created with the task title as seen on the mobile App

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions