You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 23, 2019. It is now read-only.
The same data structure is being mutated throughout the application. This is causing headaches as the structures change over time.
For example, the Schedule has changed and now takes user id instead of name which was not changed in the javascript.