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

Cart Component #14

Open
14 tasks done
sambeng1 opened this issue Feb 25, 2019 · 0 comments
Open
14 tasks done

Cart Component #14

sambeng1 opened this issue Feb 25, 2019 · 0 comments

Comments

@sambeng1
Copy link
Contributor

sambeng1 commented Feb 25, 2019

  • Alert showing add to cart was successful
  • Adding multiple items to cart updates quantity instead of double adding
  • Express PUT route to modify quantities of items
  • Can update quantities in Cart
  • If you're a guest and you sign in, it transfers you to your user cart (on database)
  • Cart React Component
  • Express GET route (GET /api/user/:id/cart)
  • Express POST Route? Some type of route to add items to cart.
  • Express DELETE route to delete quantities
  • Update single book to have "Add To Cart" button
  • Update single book view to have "quantity" field
  • Cart Redux action types/creators (get cart, add to cart)
  • Cart Redux Reducer
  • Update DB with Book Cart and Book Order models
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant