-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
Have a php backend that can fetch slot details (and venue details?) given a course from ASC
Slot details are reliably found on the department-wise course lists
This may require LDAP. We can either hardcode it (insecure as the php code can be read off bighome), or we can prompt the user for LDAP creds and store them in a temp session cookie.
If there are multiple timetable entries, send all of them back (JSON?) and prompt the user to choose.
This can be extended so that it can also fetch course+slot details for a particular user using the Registration Status option. Unfortunately, that's broken half the time :/