Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow PUT Event Metadata such that fields like people_count can be recorded for every event (by a logic module in that room) #21

Open
w-le opened this issue Aug 30, 2022 · 0 comments
Assignees
Labels
focus: backend Focus on Back End Development priority: medium type: enhancement new feature or request

Comments

@w-le
Copy link
Contributor

w-le commented Aug 30, 2022

Allow PUT Event Metadata such that fields like people_count can be recorded for every event (by a logic module in that room, as the event is occurring in the room).

As discussed with Steve, Will, Alex.
This will allow a much easier alternative to Concierge reports page querying Influx directly and having to collate data between staff-api and influx.

Bonus: record min, max, avg people counts for every Event.
Maybe something like:

event.ext_data.people_count: {
min: 2
max: 3
avg: 2.86
}
Primary Goal:

Frontend apps querying events in a date range, should receive people count data if it's been added to event metadata (by a logic driver, during event start-end time)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
focus: backend Focus on Back End Development priority: medium type: enhancement new feature or request
Projects
None yet
Development

No branches or pull requests

2 participants