Milestone 2 - natafaye/assignment-tracker GitHub Wiki
Here is a list of the things we did April 7 - April 14:
- Added a sqlite database to the application with most of the tables the app will need.
- Created a model for the tables in the database.
- Added login functionality to the app.
- Added CSS styling and javascript functionality for all of the key elements on the Instructor's pages.
- Successfully passed formatted data from 'views.py' to each of the templates
- Template pages with tables dynamically generate rows for all of the data passed from 'views.py'
- Created the main home page