SENG499-COMPANY4 / frontend

A course scheduler created for the University of Victoria Software Engineering department.
http://seng-scheduler.web.app
3 stars 3 forks source link

Semester selection #89

Closed vijaivir closed 1 year ago

vijaivir commented 1 year ago

Screenshot 2023-07-27 at 10 49 06 PM Implemented Fall, Spring, and Summer selectors that call algorithm 2 to predict class size, then algorithm 1 to schedule the specified courses. The courses are specified in the fall.json, spring.json, and summer.json files. To schedule more courses, just add them to the respective semester file. The code only schedules courses for the 2024 year.