drakul/drakul
Casper V. Kristensen 57d5b3f131
Fix average attendance annotation returning None for users that doesn't have any RaidResponses for past raids yet.
This occurs because we don't filter users on weather or not they even have RaidResponses for past raids, but only do the filtering on the Avg function. This is correct behaviour, as we want to show *all* users in the attendance matrix. We therefore introduce the 'Coalesce' function to default to an average attendance of 0.
2020-01-08 20:39:29 +01:00
..
authentication Initial 2019-10-25 02:49:09 +02:00
base Attendance matrix. 2020-01-07 00:04:58 +01:00
raids Fix no-responses created for disabled users. 2020-01-07 04:43:24 +01:00
users Fix average attendance annotation returning None for users that doesn't have any RaidResponses for past raids yet. 2020-01-08 20:39:29 +01:00
__init__.py Initial 2019-10-25 02:49:09 +02:00