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

Database cannot handle conditional requisites #48

Closed park-junha closed 4 years ago

park-junha commented 4 years ago

Some requisites like CSCI Emphasis 4/5 and MATH's Group A1/A2/A3/B are requisites that can be fulfilled by a choice of classes. The Group A1 requisite for MATH major, for example, can be satisfied by either MATH 102, 105, or 153. The database cannot handle this currently. This needs to be fixed in order to expand to all majors

park-junha commented 4 years ago

In progress: https://github.com/park-junha/PlanForGrad/tree/issue-48

park-junha commented 4 years ago

Current SQL script for ConditionalReqs table: this commit.

park-junha commented 4 years ago

Closed by #50

park-junha commented 4 years ago

integration of new database data to web app: #51