You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the time of writing:
SolidarityShift.objects.filter(is_used_up=True).count(): 218
ShiftAccountEntry.objects.filter(is_solidarity_used=True)s.count(): 225
If I understand the system correctly, both number should be the same.
Overall, I think the code for the solidarity shift system could be simplified a lot.
The text was updated successfully, but these errors were encountered:
At the time of writing:
SolidarityShift.objects.filter(is_used_up=True).count(): 218
ShiftAccountEntry.objects.filter(is_solidarity_used=True)s.count(): 225
If I understand the system correctly, both number should be the same.
Overall, I think the code for the solidarity shift system could be simplified a lot.
The text was updated successfully, but these errors were encountered: