-
Notifications
You must be signed in to change notification settings - Fork 8
Important Classes
Nican edited this page Apr 22, 2013
·
1 revision
Be aware of the order of database:
-
Department.
-
Course - Course number and description.
-
Section - CRN, seats, term.
-
Period - Professor, type, days of the week, time, location.
- Controls the courses selected by the student, events of when courses are added or dropped.
- Controls the time range.
- Control the available times the user has selected.
- Given a list of courses/sections, and a maximum number of fixes, generates possible schedules to be created by user.
- Responsible for the schedules tab, and generates schedules every time the course selection has changed.
- If no scheduler are found, this will attempt to generate schedules with possible solutions, and display it to the user.