MasterOfTheBus / Crescendo

A website to track piano progress
0 stars 0 forks source link

embed exercises into the user model #10

Open MasterOfTheBus opened 7 years ago

MasterOfTheBus commented 7 years ago

Embedding exercises into the user model gives the benefit of cutting down on queries. Additionally, no user should ever share an exercise, so this model works to our benefit.

Exit criteria I can query a user, and use the result to find one/many exercises I can CRUD an exercise for a user

MasterOfTheBus commented 7 years ago

http://expressjs.com/en/guide/routing.html for reference