Visual Docs - Dept List

Dept List example: http://www.sscnet.ucla.edu/classweb/classlist.php?dept=CHICANO&term=00S

  1. Expand dept code into full department name by querying deptinfo table. [Details]

  2. Query classes in this dept and term having class websites in REGurl table. [Details]

  3. Display syllabus icon (or "Previous") for each class depending on value of syllabus field in stats table. [Details]

  4. Query instructor name(s) from profsloc table (if available) or profs table (Campus Directory) or REGprofs table. [Details]

  5. Query course title from classloc table (local changes stored there) or REGclasses table. If changed, display at bottom of page "Course title changed from official version..." [Details]