Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add item to cart from product listing or product detail page #6

Open
drinkingChai opened this issue Oct 4, 2017 · 3 comments
Open
Assignees
Labels
Milestone

Comments

@drinkingChai
Copy link
Owner

add items to my cart from the product listing or product detail pages, so that I can purchase them later

@drinkingChai drinkingChai added UnAuth and removed UnAuth labels Oct 4, 2017
@drinkingChai drinkingChai added this to the Unauthenticated Users milestone Oct 4, 2017
@burieberry burieberry changed the title add items to my cart from the product listing or product detail pages add items to cart from product listing or product detail page Oct 5, 2017
@burieberry burieberry changed the title add items to cart from product listing or product detail page add item to cart from product listing or product detail page Oct 5, 2017
@drinkingChai
Copy link
Owner Author

Built on Dan's Cart.js component on branch viewCart-addToCart

Store
Thunk:

  • [NEW] addToCart

Components:

  • AllProducts - replaced with same from master
  • Cart - added lineitems list
  • Root - fetch orders on load

DB:

  • lowercase LineItems definition

API:

  • [FIX] add Product to orders.js

@drinkingChai
Copy link
Owner Author

Store

  • [UPDATE] change addToCart to updateCartItem

Components:

  • [NEW] CartUpdateForm - stateful component
    • updates and deletes cart quantities
  • [UPDATE] Cart
    • replace lineitem.map items with CartUpdateForm

API:

  • [UPDATE] order.js
    • delete lineitem if quantity <= 0
    • sort lineitem products by createdAt

@drinkingChai
Copy link
Owner Author

drinkingChai commented Oct 11, 2017

Needs #5 finished first.

@drinkingChai drinkingChai removed this from the Unauthenticated Users milestone Oct 11, 2017
@drinkingChai drinkingChai assigned dbard16 and unassigned drinkingChai and dbard16 Oct 15, 2017
@drinkingChai drinkingChai added this to the MVP milestone Oct 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants