park-junha / GradPlanner

An automated four-year undergraduate degree scheduler.
http://gradplanner.us
GNU General Public License v3.0
2 stars 0 forks source link

Core requirements rework #61

Closed park-junha closed 4 years ago

park-junha commented 4 years ago

The database needs a separate table for the core requirements (pull request: #60#70). Once this new table is finished, it needs to be integrated into the web app. Currently, the web app pulls from a major called "Core" in the MajornEmphasis table, the requirements for which are stored as classes in the Classes table (e.g. "CTW 1" is stored in Classes and satisfies the major "Core" in the MajornEmphasis table).

park-junha commented 4 years ago

New pull request: #70