Note |
---|
Please note the Timetabler - Determining reserve cap order procedure should be done first. |
...
Run queries that are course clean-up related. This is just to ensure that we have good information.
UW_RS_SCH_AUTO_NO_AUTO_ENRL_NP
UW_RS_CEM_TOPICS_W_SEC_COMP_KW
UW_RS_SCH_CAMP_NO_SEC_CAMP_SB (ie FR 192B has one STJ section but ORL have only UW)
UW_RS_MISMATCH_UNIT_SESSION_SB
UW_RS_MISSMATCH_PCS_VCB
UW_RS_PCS_BUT_NO_REAL_SB
UW_RS_PCS_BUT_CANCEL_REAL_SB
Run queries that are students and reserve cap related:
...
UW_RS_CEM_MODE_NE_PCS_MODE_NP – If not using student demand this query is not required
UW_RS_RESERVE_CAP_ORDER_NP
UW_RS_RSRV_CAP_COND_PROB_JV
UW_RS_MISSING_PARENTH_NP
UW_RS_MISSMATCH_PARENTH_NP – Tells you how many parenthesis are not matched
UW_RS_MISSMATCH_PARENTH_NEW_JV – Tells you which RQ’s are missing parenthesis
UW_RS_MISS_RC_IN_RCWGHT_TBL_NP
UW_RS_BLANK_WHERE_CLAUSE_NP
UW_RS_SCH_BLANK_RSRV_CAP_NP
UW_RS_SCH_MULTI_RSRV_CAP_NP
UW_RS_CLASS_LIST_IN_RC_NP
UW_RS_RSRV_CAP_USING_NE_SB -- Looks for RC's with NE condition operator
UW_RS_RSRV_CAP_USING_NI_EG - Looks for RC's with NI condition operator
...
Expand | ||
---|---|---|
| ||
The Reserve Cap Assignment looks at all reserves on a course and assigns any reserves they meet as a characteristic to students. If a student meets a reserve they get that characteristic assigned, if they meet more than one they get one assigned and the other is an alternate. The component characteristics are assigned by looking at the individual component reserves/space but the students are assigned by looking at the entire course reserves/space. There are 3 options that the component of a course falls into:
Each scenario is handled differently for assigning characteristics to a component.
Each scenario is handled differently for assigning the characteristics to a student as well
Another significant point to keep in mind is that in the assigning process does NOT look at the capacity of the course or of the reserves. This means that if a course has a reserve with a capacity of 75 and 100 students meet that reserve, ALL of the students will be assigned to that section. Also, if a course has a capacity of 15 with no reserves and 50 request it all of the students will be assigned. The reason for this is because we want ALL students to influence the placement of the section because we don’t know which students will get it and which ones won’t. |
...