From memory:
- Create schema/database tables
- Make authentication and user data real early
- Create controllers and accompanying views with nothing inside
- Populate controllers with some logic
- Make more views depending on what features are required
- Rinse and repeat 4-5
- Email invite users
- Personal information view/edit
- Categories
- Locations
- Menu
- Bug Fix on SQLite/PGSQL transition (D)
- Logout
- Authentication keep in/keep out