Skip to content

Order Products - Frontend #48

Description

@lionllopez
  • For each product NOT in cart
    • Create add-to-cart button
      • Up to you if you want this to
        increment previously-existing product
        quantity.
      • Up to you if you want this to
        increment previously-existing product
        quantity.
  • For each product CURRENTLY in cart
    • Create remove-from-cart button
    • Create edit quantity drop-down
  • Add Cart persistence
    • (DONE in Review 2 above) for
      authenticated (logged in) users, using the
      database.
    • for unauthenticated (guest) using
      localStorage.
    • bonus: add ability to "merge" the
      localStorage cart with the database cart
      once a user logs in.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions