-
-
Notifications
You must be signed in to change notification settings - Fork 11
Ground Rules
Bizley edited this page Jan 7, 2019
·
2 revisions
- Registering account requires its email address to be in one of the provided domains. If you want to change this behavior you must prepare your own code. Current implementation is at
/src/models/RegisterForm.php
and/src/views/site/register.php
. - Session can be started at any time but it must be ended not overlapping any other ended session.
- There can be many sessions in one day.
- Session can not be longer than midnight.
- Not ended sessions not count for work hours.
- Off-time must not overlap any other off-time period.
- Holidays are automatically fetched from
https://www.kalendarzswiat.pl
which is Polish holiday list. If you want to use something different you must prepare your own code for this. Current implementation is at/src/models/Holiday.php
.