room-booking/src/migrations
Marc Koch 4bd038bf10
adds prioritized event support
This commit introduces support for prioritized events, allowing certain events to take precedence over others during overlap resolution.

This is achieved by:
- Introducing a `PriorityEventToken` model to manage tokens for priority events.
- Modifying the overlap resolution logic to skip overlaps if a prioritized event is involved.
- Updating email templates to include information about prioritization and overlap events.
- Adding a check for priority tokens in event descriptions.
2025-07-14 15:41:04 +02:00
..
0001_initial.py 🎉 Initial commit 2025-01-05 22:10:07 +01:00
0002_emailtemplate_and_more.py add automatic event overlap clearing 2025-06-25 17:01:52 +02:00
0003_event_created.py implement clearing of bookings 2025-07-10 19:58:12 +02:00
0004_alter_event_created.py implement clearing of bookings 2025-07-10 19:58:12 +02:00
0005_alter_event_created.py implement clearing of bookings 2025-07-10 19:58:12 +02:00
0006_rename_auto_clear_overlaps_calendar_auto_clear_bookings.py implement clearing of bookings 2025-07-10 19:58:12 +02:00
0007_alter_emailtemplate_body.py implement clearing of bookings 2025-07-10 19:58:12 +02:00
0008_alter_emailtemplate_body.py implement clearing of bookings 2025-07-10 19:58:12 +02:00
0009_alter_emailtemplate_body.py implement clearing of bookings 2025-07-10 19:58:12 +02:00
0010_priorityeventtoken_alter_emailtemplate_body.py adds prioritized event support 2025-07-14 15:41:04 +02:00
0011_alter_emailtemplate_body_and_more.py adds prioritized event support 2025-07-14 15:41:04 +02:00
__init__.py 🎉 Initial commit 2025-01-05 22:10:07 +01:00