Constraint Violation checking & visualization
Compare changes
- Benjamin Hättasch authored
Implement check for overlapping AK slots in the same room Implement check for overlapping AK slots by the same owner triggered by changing the slot
+ 96
− 19
@@ -5,6 +5,35 @@ from AKModel.availability.models import Availability
@@ -59,30 +88,78 @@ def ak_changed_handler(sender, instance: AK, action: str, **kwargs):