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

Créer une table Cart #29

Open
2 tasks
mathieubrunpicard opened this issue Aug 22, 2018 · 0 comments
Open
2 tasks

Créer une table Cart #29

mathieubrunpicard opened this issue Aug 22, 2018 · 0 comments
Labels
Back End Back end feature

Comments

@mathieubrunpicard
Copy link

mathieubrunpicard commented Aug 22, 2018

User Story Liée

Lié à #6

Explication

Hey, mais c'est la première jointure de l'application ! C'est la fête 🍻

Voici les specs :

  • une instance du model cart sera liée forcément à un user
  • un user n'a qu'un seul cart
  • un cart a contient plusieurs items (pour ce MVP, nous ferons en sorte qu'un utilisateur ne choisisse pas la quantité d'items qu'il commande, qui sera toujours de 1)
  • un item pourra être ajouté dans plusieurs carts

Breakdown

  • Créer la table
  • Faire les jointures
@mathieubrunpicard mathieubrunpicard added the Back End Back end feature label Aug 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Back End Back end feature
Projects
None yet
Development

No branches or pull requests

1 participant