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

v0.2.0: Rework Survey page #5

Closed park-junha closed 4 years ago

park-junha commented 4 years ago

The survey page needs to be reworked; it is currently written solely for CSCI majors and needs to be re-written so it can scale to all majors. One possible solution could be to split it to multiple pages, where the first page asks for the student's major. Depending on the answer, the next page can then ask to select all classes taken, the major's emphasis, and so on so forth.

Implementation for this is open-ended for now.

park-junha commented 4 years ago

Bumping to P1, this feature will be the main feature release for v0.2.

park-junha commented 4 years ago

Survey split into two pages with branch: https://github.com/park-junha/PlanForGrad/tree/feature/Survey-Rework

First page gets student major, and second page queries all classes/requisites taken by the student. The second page generates a query for the database depending on what major the student inputs in the first page.

park-junha commented 4 years ago

22 closes #5. More features will be added along the way.