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

As a customer/visitor, I want to be able to view all available products so I can pick from a variety. #7

Open
5 tasks done
ksantiago opened this issue Mar 2, 2020 · 0 comments · Fixed by #31, #25, #26, #29 or #33
Open
5 tasks done
Assignees
Projects

Comments

@ksantiago
Copy link
Contributor

ksantiago commented Mar 2, 2020

Backend:

  • write Express routes to serve all products
  • build Product model

Frontend:
(note: product state can either be a single product or all products)

  • write a component to display a list of all products
  • write a sub-reducer to manage product state (see above note)
  • display allProducts component when url matches '/products'
@ksantiago ksantiago created this issue from a note in gs-project (To do) Mar 2, 2020
@ksantiago ksantiago moved this from To do to In progress in gs-project Mar 3, 2020
@Hilary-Ly Hilary-Ly moved this from In progress to Done in gs-project Mar 3, 2020
This was linked to pull requests Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment