Changeset 13047 for main/waeup.kofa/trunk/docs/source
- Timestamp:
- 15 Jun 2015, 08:57:24 (9 years ago)
- Location:
- main/waeup.kofa/trunk/docs/source/userdocs
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/userdocs/configuration.rst
r12908 r13047 1 1 .. _configuration: 2 2 3 Portal Configuration :sup:`in progress`4 *************************************** 3 Portal Configuration and Customization :sup:`in progress` 4 ********************************************************* -
main/waeup.kofa/trunk/docs/source/userdocs/index.rst
r12912 r13047 17 17 reports 18 18 configuration 19 mandates 19 20 testing 20 21 buildingdocs -
main/waeup.kofa/trunk/docs/source/userdocs/students/browser.rst
r13046 r13047 126 126 127 127 128 Ticket Redemption129 ----------------- 128 Payment Ticket Redemption 129 ------------------------- 130 130 131 131 Directly after a student payment ticket has been paid - either by approval by an officer or by receiving a positive response from a payment gateway - the … … 157 157 2. The portal can be configured (`IConfigurationContainer.carry_over`) such that failed courses are automatically carried over from one session to the next. Failed course tickets from the previous level, i.e. tickets with a score below the passmark, are collected and 'copied' into the current study level container. The attributes `automatic` and `carry_over` are set to ``True``. 158 158 159 In most cases such an automatically created course list is not perfect or even ready for submission to the course adviser. The list must be edited according to the student's needs. Students can select further courses, which they desire to attend, and can create additional course tickets, as long as t otalcredits do not exceed 50 (value customizable). Course tickets can also be removed. Whereas officers can remove any ticket from the list, students can remove only optional (non-mandatory) course tickets (condition customizable).159 In most cases such an automatically created course list is not perfect or even ready for submission to the course adviser. The list must be edited according to the student's needs. Students can select further courses, which they desire to attend, and can create additional course tickets, as long as the total number of credits do not exceed 50 (value customizable). Course tickets can also be removed. Whereas officers can remove any ticket from the list, students can remove only optional (non-mandatory) course tickets (condition customizable). 160 160 161 161 The edit form page provides a 'Register course list' button which submits the course list to the course adviser for validation. Course advisers can't edit the registered/submitted course list, but they can validate or reject it by pressing the same-named link buttons. After pressing the 'Reject courses' button, Kofa redirects to the ContactStudentForm which can be used to inform the student about the reason of rejection. In contrast to clearance rejection, the message, which is being sent to the student by email, is neither stored in the database nor in the logfiles. … … 171 171 ================================= 172 172 173 Lecturer cannot access student data directly. They don't have access to the student section. Instead, lecturers go to their course in the academic section and view or export lists of students who attended the course, either in a previous or in the current session. They do also see an 'Update scores' link button which opens the `EditScoresPage` if score editing is enabled for that department (`IDepartment.score_editing_disabled`) and `IConfigurationContainer.current_academic_session` has been set on the portal's configuration page. The page lists all students, who are attending the course in the current academic session. If score editing is allowed, the score can be entered at the end of the student line. Score editing is allowed if the student's current session corresponds with the current academic session and the student is in state 'courses validated', see method :py:meth:`CourseTicket.editable_by_lecturer<waeup.kofa.students.studylevel.CourseTicket.editable_by_lecturer>`173 Lecturers cannot access student records directly. They don't have access to the student section. Instead, lecturers go to their course in the academic section and view or export lists of students who attended the course, either in a previous or in the current session. They do also see an 'Update scores' link button which opens the `EditScoresPage` if score editing is enabled for that department (`IDepartment.score_editing_disabled`) and `IConfigurationContainer.current_academic_session` has been set on the portal's configuration page. The `EditScoresPage` lists all students, who are attending the course in the current academic session. Score editing is allowed if the student's current session corresponds with the current academic session and the student is in state 'courses validated', see method :py:meth:`CourseTicket.editable_by_lecturer<waeup.kofa.students.studylevel.CourseTicket.editable_by_lecturer>`. 174 174 175 175 .. seealso:: … … 178 178 179 179 180 .. _requesting_new_password: 181 182 Requesting New Password 183 ======================= 184 185 186 .. bed_tickets: 180 .. _bed_tickets: 187 181 188 182 Bed Tickets 189 183 =========== 190 184 185 Students can obtain a bed ticket if a series of conditions is met: 186 187 - The current date must be inside the booking period (between `IHostelsContainer.startdate` and `IHostelsContainer.enddate`). 188 189 - The student's current session must match the accommodation session (`IHostelsContainer.accommodation_session`). 190 191 - A bed ticket for the same accommodation session does not exist. 192 193 - The student must be in the correct workflow state (`IHostelsContainer.accommodation_states`). 194 195 - A bed type, which fits to the student, can be determined. 196 197 - A bed of that type is available. 198 199 - The HOS activation code is not yet used. 200 201 - The student is the owner of the activation code. 202 203 The customizable utility method :py:meth:`getAccommodationDetails<waeup.kofa.students.utils.StudentsUtils.getAccommodationDetails>` composes a bed type string. Three criteria are checked: Is the student a new, a returning or a final year student? Is the student female or male? Has the student to be accommodated in a special hostel (`IHostel.special_handling`)? The resulting bed type string contains these information. Example: ``regular_female_fr`` means that a bed for a new female student in a regular hostel is wanted. If the student record allows to determine such a bed string, Kofa starts searching a proper bed space. 204 205 Before Kofa searches for a free bed space, which meets the bed type criteria above, it checks if a bed space has already been allocated manually to the student. If so, then this bed is used, no matter whether the bed meets the criteria or not. (Theoretically, a male student can be accommodated in a hostel which is reserved for female students.) If no manually allocated bed space is found, Kofa searches for the right space. If bed booking is subject to a charge, Kofa also checks, if the student has entered a valid activation code, before delivering the bed coordinates to the student. 206 207 191 208 Bed Relocation 192 209 -------------- 193 210 211 Officers with `ManageHostels` permission do see a 'Relocate student' link button which calls the `BedTicketRelocationPage`. This view relocates the student if student parameters or the bed type of the bed have changed. The `update` method of this view checks first if the student has a 'reserved' bed space. Students in reserved beds are never subject to relocation. It checks secondly if booking has been cancelled in the accommodation section but other bed space has been manually allocated after cancellation. Then this bed is used, no matter whether the bed meets the bed type criteria or not. If both checks are negative, Kofa searches for a free bed space, which meets the student's bed type criteria. Only if it finds a new and free bed space, it starts the relocation process by releasing the old bed, booking the new bed and designating the new bed in the bed ticket. 212 213 .. seealso:: 214 215 :ref:`Bed Space Booking Doctests <test_handle_accommodation>` 194 216 195 217 -
main/waeup.kofa/trunk/docs/source/userdocs/testing.rst
r13046 r13047 178 178 179 179 The first test can be found in 180 `waeup.kofa.browser.tests.test_browser.SupplementaryBrowserTests`: 181 182 .. literalinclude:: ../../../src/waeup/kofa/browser/tests/test_browser.py 183 :pyobject: test_suspended_officer 184 185 This test makes sure that a suspended officers can't login but see a 180 `waeup.kofa.browser.tests.test_browser.SupplementaryBrowserTests`. The test makes sure that suspended officers can't login but see a 186 181 proper warning message when trying to login. Furthermore, suspended 187 182 officer accounts are clearly marked and a warning message shows up … … 189 184 <officers>`. 190 185 186 .. literalinclude:: ../../../src/waeup/kofa/browser/tests/test_browser.py 187 :pyobject: test_suspended_officer 188 191 189 192 190 .. _test_handle_clearance: 193 191 194 Handle Clearance by Clearance Officer 195 ------------------------------------- 196 197 This test can be found in 198 `waeup.kofa.students.tests.test_browser.OfficerUITests`: 192 Handling Clearance by Clearance Officer 193 --------------------------------------- 194 195 This test can be found in 196 `waeup.kofa.students.tests.test_browser.OfficerUITests`. The corresponding use 197 case is partly described :ref:`elsewhere <rejecting_clearance>`. 199 198 200 199 .. literalinclude:: ../../../src/waeup/kofa/students/tests/test_browser.py … … 204 203 .. _test_handle_courses: 205 204 206 Handle Course List Validation by Course Adviser 207 ----------------------------------------------- 208 209 This test can be found in 210 `waeup.kofa.students.tests.test_browser.OfficerUITests`: 205 Handling Course List Validation by Course Adviser 206 ------------------------------------------------- 207 208 This test can be found in 209 `waeup.kofa.students.tests.test_browser.OfficerUITests`. The corresponding use 210 case is described :ref:`elsewhere <course_registration>`. 211 211 212 212 .. literalinclude:: ../../../src/waeup/kofa/students/tests/test_browser.py … … 220 220 221 221 This test can be found in 222 `waeup.kofa.students.tests.test_browser.OfficerUITests`: 222 `waeup.kofa.students.tests.test_browser.OfficerUITests`. The corresponding use 223 case is described :ref:`elsewhere <batch_editing_scores>`. 223 224 224 225 .. literalinclude:: ../../../src/waeup/kofa/students/tests/test_browser.py 225 226 :pyobject: test_handle_courses_by_lecturer 227 228 229 .. _test_handle_accommodation: 230 231 Bed Space Booking 232 ----------------- 233 234 This test can be found in 235 `waeup.kofa.students.tests.test_browser.OfficerUITests`. The corresponding use 236 case is described :ref:`elsewhere <bed_tickets>`. 237 238 .. literalinclude:: ../../../src/waeup/kofa/students/tests/test_browser.py 239 :pyobject: test_student_accommodation
Note: See TracChangeset for help on using the changeset viewer.