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

Implement minors in database #79

Closed park-junha closed 4 years ago

park-junha commented 4 years ago

Currently the app only takes a single major. Minors need to be added to the app.

park-junha commented 4 years ago

Reassigning to @NKNguyen123

park-junha commented 4 years ago

Opened new branch and pull request: #107

park-junha commented 4 years ago

Minors table added to schema.sql: view here MATH and CSCI minors added to data.sql: view here

Neither have been tested on a local database yet and aren't deployed to the live database

park-junha commented 4 years ago

Minors table added to schema.sql: view here MATH and CSCI minors added to data.sql: view here

Neither have been tested on a local database yet and aren't deployed to the live database

Issue: cannot double dip the upper div classes added in minors with major upper divs

park-junha commented 4 years ago

Will update database only, will not use in web backend/frontend until requested (can reopen issue when this happens)

park-junha commented 4 years ago

closed by #107