kwartzlab / kos-base

KwartzlabOS
4 stars 1 forks source link

feat: include rear door authorizations in active members email #92

Open azend opened 10 hours ago

azend commented 10 hours ago

This PR adds recognition of rear member door authorizations to the member activity report sent to BoD to determine usage statuses. The existing code base relies on hard coded gatekeeper IDs to track authentications and this PR is no different. This just adds the additional ID.

With further refactoring, I believe it would be better to instead count authentications to any door grouped by user.

91