chin123/gpa

Feature Roadmap

chin123 opened this issue · 2 comments

A list of features done, and left to be done:

  • more generic searching with filters
    • collapsable filter menu
    • check if search doesn't match course, then display clickable list with courses
  • regex search support
  • hover on prof shows specific stats, semester, curve etc
    • plot curve per professor
    • figure out how to do html image popup on hover without js
  • link to course explorer on selected course
  • make graph have hover tooltips (unknown difficulty without js)
  • Recognize multiple unique courses using same number and subject
  • Offered in Fall 2020 Feature
  • GPA per semester
  • +/- grades
  • Link to latest course explorer page
  • Automated testing. There is no JS so it should be easy to do using requests and beautiful soup.

@chin123 Are you looking for collaborators on this open source project or are you doing this all by yourself? Also kudos on the great idea as well as implementation!

Hey @abhinavtripathy ,
Pull requests are always welcome! Please make an issue before you start anything though, to make sure that everyone knows what you're implementing.
Furthermore, there are a couple of features of the front end I would like to stay the same:

  • 0 javascript: improves speed and accessibility, and reduces complexity
  • no animations

Right now @dineshkumar227 is working on hover for prof specific stats, semester, curve etc.