Skip to content

II Frontend - Orders #36

Description

@kati-unu

As a User I want to see my cart and orders:

Implementation:

  • write a component for a single order's data
  • Display the single order component when the url matches /orders/:orderId **
  • Display the cart (using the single order component with the current user's in-progress order. Use the api call GET /orders/cart) when the url matches /cart *
  • Add "view cart" button to the navbar that can be used to navigate to the /cart route *

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions