Milestone 2 - natafaye/assignment-tracker GitHub Wiki

Here is a list of the things we did April 7 - April 14:

  1. Added a sqlite database to the application with most of the tables the app will need.
  2. Created a model for the tables in the database.
  3. Added login functionality to the app.
  4. Added CSS styling and javascript functionality for all of the key elements on the Instructor's pages.
  5. Successfully passed formatted data from 'views.py' to each of the templates
  6. Template pages with tables dynamically generate rows for all of the data passed from 'views.py'
  7. Created the main home page