This application collects teaching preferences from CS faculty members and allows administrative users to view the collected teaching preferences. The application is available on the web at https://www.cs.uwaterloo.ca/odyssey/teachPref/.
The information is kept in the database.cs
database app_teachpref
. Important tables are ...
Faculty members have access only through the web interface. Administrative users responsible for teaching assignments will have admin access through the web interface, and may also have direct SQL access to the database. It is essential that such users fully understand the way the application uses the tables before they perform any updates.
Authorization information for the web interface is contained in table app_teachpref.xxx
.
-- IsaacMorland - 25 Jan 2007