Creating a course site
first step: selecting a term and coursesite type
- getAcademicSession(eid)
- findSectionRoles(currentUserEid)
- findEnrolledSections(currentUserEid)
- findInstructingSections(currentUserEid)
- findCourseOfferingRoles(currentUserEid)
- findCourseOfferingRoles(currentUserEid) (again)
- getSection(eid) (started with B11 for szkgerha !?)
- getCourseOffering(eid) (must be for BIS 098)
- getSection(eid) (98/005 for szkgerha)
- getCourseOffering(eid) (BIS/98/200601 !?)
- getSection(eid) (MIC/396/002) for szkgerha)
- getCourseOffering(http://ucdavis.edu/course/offering/MIC/396/200601)
- getSection(http://ucdavis.edu/course/section/BIS/197T/004/200801)
- getCourseOffering(http://ucdavis.edu/course/offering/BIS/197T/200801)
- getSection(http://ucdavis.edu/course/section/BIS/001A/A02/201001)
- getCourseOffering(http://ucdavis.edu/course/offering/BIS/001A/201001)
.... and the pattern is find all the instructing sections the iterate through getting the courseoffering and the the academic session and comparing that to the chosen academic session that got us to this place in the UI. (=0)
all this is happening around line 11480 of SiteAction