jonathanpchan / openclassroom

2 stars 2 forks source link

Create add(), remove() functions/routes to Classroom model #151

Closed jtnguyen95 closed 6 years ago

jtnguyen95 commented 6 years ago

-User is added to classroom at finalize schedule -User is removed when checkmark is unchecked in settings -User can update schedule which prompts a remove() -> add()

jtnguyen95 commented 6 years ago

Made the function and routes and waiting to improve them (callback response/integration of gaps) after Syed finishes algorithm