catalyst / moodle-tool_cloudmetrics

Realtime metrics for Moodle
https://moodle.org/plugins/tool_cloudmetrics
GNU General Public License v3.0
0 stars 3 forks source link

Remove delete clause from all user metrics #65

Closed brendanheywood closed 2 years ago

brendanheywood commented 2 years ago

The only way this can happen is if the user was active, and then was deleted, so either way we still want to count them

https://github.com/catalyst/moodle-tool_cloudmetrics/blob/MOODLE_35_STABLE/classes/metric/active_users_metric.php#L55

https://github.com/catalyst/moodle-tool_cloudmetrics/blob/MOODLE_35_STABLE/classes/metric/new_users_metric.php#L54

https://github.com/catalyst/moodle-tool_cloudmetrics/blob/MOODLE_35_STABLE/classes/metric/online_users_metric.php#L55