connerdavis47 / scu-courses

A web application that suggests class schedules to students at Santa Clara based on their degree progress.
MIT License
1 stars 0 forks source link

Degree Requirements Integrated with Front-end #16

Closed connerdavis47 closed 5 years ago

connerdavis47 commented 5 years ago

This update introduces several major changes:

The next major effort will be to store the requirements selected by the user, and then to implement the suggestion algorithm by cross-referencing all of the classes not selected (i.e. not yet taken) with the public SCU IT API. The algorithm will search for each of those classes, identify available sections, and attempt to combine sections that do not overlap, and fit within a specified range of units.