SOEN341 / Schedule-Builder

A web service to create a multi-year schedule based on the user's degree and preferences
0 stars 0 forks source link

Implement Generate Class List button's functionality #30

Closed SeanMarcoux closed 8 years ago

SeanMarcoux commented 8 years ago

After clicking "Generate Class List", the site should check the number of taken semester the user input and fill in the taken and needed courses list, assuming the user has followed the recommended SOEN course sequence found here: https://www.concordia.ca/encs/computer-science-software-engineering/students/course-sequences/co-op-soen-general.html

Consider giving a confirmation dialog if the user has already added courses to either list, since this would overwrite those courses.

Should we do this all on the front-end with hard coded lists or should we consult the DB somehow?

SeanMarcoux commented 8 years ago

I seem to be handling everything on the preferences page, so I might as well do this too while I'm at it

SeanMarcoux commented 8 years ago

This has been implemented with the confirmation dialog and everything