New additions to this phase were:
- introduce the notion of time into the app
- admin initializes system by choosing a semester, setting up classes (uniques), etc.
- applicants apply
- instructors apply
- admin asks for a match, overrides some matches, and finalizes (for now, fake the match)
- create a database schema consisting of models with properties and relationships and the ability to make queries:
- models
- properties
- relationships
- queries
- enter a set of test data
- pick a member of the group to give a demo in class of your models, properties, and relationships
Due to the overwhelming amount of refactoring that we did, we ended up missing the deadline on this submission by a day. Oh well, it was worth it to have more readable and modular code.
No comments:
Post a Comment