Closed park-junha closed 4 years ago
Bumping to P1, this feature will be the main feature release for v0.2.
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.
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.