feat: send spacelog email on check-in #157

Open
Mark-van-der-Klaauw wants to merge 1 commit from Mark-van-der-Klaauw/intranet:feat/spacelog-checkin-email into main

Sends an email to the spacelog mailing list whenever a participant checks into the space, from within User.checkin() so it covers every entry path (door swipe / Terminal, and the REST checkin API) consistently. Debounced using the existing onsite_updated_at field, so repeat checkins within 20 minutes don't send duplicate emails.

Sends an email to the spacelog mailing list whenever a participant checks into the space, from within User.checkin() so it covers every entry path (door swipe / Terminal, and the REST checkin API) consistently. Debounced using the existing onsite_updated_at field, so repeat checkins within 20 minutes don't send duplicate emails.
feat: send spacelog email on check-in
All checks were successful
Verify Pull Request / tests (pull_request) Successful in 2m3s
5bcd83f0ec
Sends an email to the spacelog mailing list whenever a member checks
into the space, from within User.checkin() so it covers every entry
path (door swipe / Terminal, and the REST checkin API) consistently.
Debounced using the existing onsite_updated_at field, so repeat
checkins within 20 minutes don't send duplicate emails.
All checks were successful
Verify Pull Request / tests (pull_request) Successful in 2m3s
Required
Details
This pull request is blocked because it's outdated.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u feat/spacelog-checkin-email:Mark-van-der-Klaauw-feat/spacelog-checkin-email
git switch Mark-van-der-Klaauw-feat/spacelog-checkin-email
Sign in to join this conversation.
No reviewers
No labels
Draft
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
msl/intranet!157
No description provided.