Constraint Violation checking & visualization
Compare changes
Files
2- Benjamin Hättasch authored
Add helper fields and methods to ConstraintViolation model Introduce helper method do determine whether two AKSlots overlap Add receivers to AKScheduling Implement stub for OWNER_TWO_SLOTS violation
+ 112
− 6
@@ -360,7 +360,8 @@ class AKSlot(models.Model):
@@ -423,6 +424,9 @@ class AKSlot(models.Model):
@@ -494,7 +498,12 @@ class ConstraintViolation(models.Model):
@@ -502,10 +511,10 @@ class ConstraintViolation(models.Model):
@@ -515,5 +524,102 @@ class ConstraintViolation(models.Model):