-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
🌟Check-In Time: Record the exact time when an attendee checks in #308
Comments
Good suggestion! Thank you. This data is stored in the DB, so it will be easy to display. |
Is it a bug? Should I create a bug report? |
@trashken Those columns relate to the deprecated check-in endpoints. There's another table that stores the check-in list data. I'm currently away from my laptop so I can't recall the exact name of the table |
Do you mean attendee_check_ins? It doesn't have a timestamp for check-ins only timestamps for creation and last_update. |
You can infer the check-in time from the created date. There's no need for an explicit "check-in" timestamp. |
Yes.. I am using the SQL above to get the times in my time-zone. Would be great if it was a report or somewhere for organizers to see who was early, on-time and late. Thanks. |
@trashken It has been requested a few times, so I'll add it into the next major version. |
ℹ️ Please check if the feature you're requesting already exists in the project's roadmap or issues.
Is your feature request related to a problem? Please describe.
Unable to find the check-in time for each attendee.
Describe the solution you'd like
Display the check-in time and checkout-time for each attendee
Additional context
The text was updated successfully, but these errors were encountered: