Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Backend Versioning Plan

Gannon Prudhomme edited this page Jan 14, 2020 · 14 revisions

Version 0.1

  • Scraping Howdy/Compassxe and filling the database
    • Includes making the models for it

Version 0.2

  • Scraping grade distributions
    • Last step for completing scraping
  • Basic API retrieval of models
    • Such as retrieving a list of courses given "CSCE-3" - aka Course Search

Version 0.3

  • Can generate rudimentary possible schedules

Version 0.4

  • Prioritize schedules based on user preferences
  • Deploy to server?

Version 0.5

  • Saving sessions for a user
    • As in save their sessions for later use
    • Google Authentication?

Version 1.0

  • Full basic feature set implemented