Ignore:
Timestamp:
16 Jul 2015, 05:53:18 (9 years ago)
Author:
Henrik Bettermann
Message:

Explain things better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/docs/source/userdocs/hostels.rst

    r13172 r13173  
    44*********************
    55
    6 The accommodation sections is a built-in hostel management system.
     6The accommodation section is a built-in hostel management system.
    77African universities usually run their own student hostels which are
    88built on their huge university campuses. They combine the booking of
     
    6161`hostel_id` is derived from the name by applying
    6262:code:`lower().replace(' ','-').replace('_','-')` to it. As usual,
    63 the id will be omitted in manage forms and can thus not be changed
     63the id will be omitted on manage forms and can thus not be changed
    6464after hostel creation.
    6565
     
    7777
    7878  Blocks for either female or male students? Does Kofa's hostel
    79   management accommodate girls and boys strictly separately? No, it
    80   doesn't. Blocks are not necessarily real buildings. They can be used
    81   as virtual subunits. If the entire hostel has only one block, then
    82   yes, either only female or only male students can be hosted in such
    83   a hostel. If two blocks are configured (one for male and one for
    84   female students), beds of the same room can be assigned to either
    85   the female or the male block, which means - even though very
    86   uncommon - girls and boys would be accommodated in the same room.
     79  management accommodate girls and boys strictly separately? No,
     80  it doesn't. Blocks are not necessarily real buildings. They can
     81  be used as virtual subunits. If the entire hostel has only one
     82  block, then yes, either only female or only male students can be
     83  hosted in such a hostel. If two blocks are configured (one for
     84  male and one for female students), beds of the same room can be
     85  assigned twice, once in Block A and a second time in Block B.
     86  Consequently, one bed of such a bed pair must be set 'reserved'
     87  (see below) to avoid double allocation. In other words, there is
     88  always a trick which allows even such uncommon configurations.
     89  Not many universities will allow girls and boys to stay in the
     90  same room.
    8791
    8892.. literalinclude:: ../../../src/waeup/kofa/hostels/interfaces.py
Note: See TracChangeset for help on using the changeset viewer.