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
Nolan Prescott edited this page Jun 7, 2016
·
3 revisions
This is a living document, intended to track changes in the design and decisions around their implementation. If you think you'll have to explain it later, write it in the wiki!
Database Models
If you modify a database model be sure to update the database models wiki page.
One important aspect of a changing data model is the use of data migrations, you might raise an issue or open a pull request to solve this problem.
API routes
If you modify or add an API route be sure to update the API routes wiki page.