bornhack-website/src/teams
Reynir Björnsson 005431d6f6 team shifts: implement marking shifts for sale
A common occurence is that not enough people volunteer for shifts at
first, and then the few volunteers take all the shifts (too many). Then
late comers aren't able to take any shifts.

This commit implements a third state for shift assignment: for sale. A
shift marked for sale means the team member is able to take the shift if
need be, but would rather someone else takes the shift. Another team
member will be able to take shifts at the same time even if the required
number of people are met.

The current semantics is for-sale shifts are replaced eagerly. Another
possible implementation would be to only replace for-sale shifts if the
number of required people is met.
2021-08-26 14:32:16 +02:00
..
migrations Facilities (#458) 2020-02-24 23:28:52 +01:00
templates team shifts: implement marking shifts for sale 2021-08-26 14:32:16 +02:00
templatetags run pre-commit --all-files, it's been a while since last time 2021-07-19 15:06:10 +02:00
views team shifts: implement marking shifts for sale 2021-08-26 14:32:16 +02:00
__init__.py Teams (#100) 2017-03-31 17:29:28 +02:00
admin.py run pre-commit --all-files, it's been a while since last time 2021-07-19 15:06:10 +02:00
apps.py add flake8 and isort to pre-commit config, make flake8 and isort happy (#441) 2020-02-12 13:10:41 +01:00
email.py add responsible_team to most emails, while here run pre-commit run --all-files 2020-06-22 17:25:08 +02:00
models.py team shifts: implement marking shifts for sale 2021-08-26 14:32:16 +02:00
signal_handlers.py run pre-commit --all-files, it's been a while since last time 2021-07-19 15:06:10 +02:00
urls.py team shifts: implement marking shifts for sale 2021-08-26 14:32:16 +02:00
utils.py Blackness. 2019-06-16 14:32:24 +02:00