feat(placeos/visitor-deleter): new driver deletes Guests, Visitor Bookings#463
Open
w-le wants to merge 1651 commits into
Open
feat(placeos/visitor-deleter): new driver deletes Guests, Visitor Bookings#463w-le wants to merge 1651 commits into
w-le wants to merge 1651 commits into
Conversation
also only record changes in people counts
location age is a less useful metric as device exit events are used instead of constantly sending micro adjustments to location
so if there are two maps for a single level and they don't have a map id set, we need to use something else to group by
…coding (#429) * fix(leviton): update webhook logging to warn and output b64 before decoding * fix(leviton): undo shit code * fix(leviton): undo shit code
as well as sensor detections
* test(staff_api): test #get_survey_invites * test(staff_api): test #get_survey_invites * style: format
DNS issue related to crystal-lang/crystal#13619
fallback ensures any missed events are processed
* fix(survey_mailer): make sent nilable * docs(survey_mailer): improved comments
in case someone has avoided being counted
if they are added as a guest accidentally
…, not staff-api. (#462) As kiosk role-based account may not have access to AAD user search.
* feat(placeos/room-events): add list_users func * style(placeos/room-events): format * chore(placeos/room-events): don't parse calendar resp internally Co-authored-by: Stephen von Takach <steve@place.technology> --------- Co-authored-by: Stephen von Takach <steve@place.technology>
0ef50dd to
f3c2eac
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A new driver that deletes old Guests and Visitor bookings.
Search n days into the past, and use staff-api driver to delete Guest and/or Visitor Bookings m days after their visit.
Designed for use with a Trigger.
Requires Support permissions.
Added
delete_guestfunc to staff-api driver.