You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Members can register with the system today. We need a process to check in a member when they visit the food bank. This will keep a record that someone has visited and was served. This will allow automating reports for usage.
Expected solution
A member will be assigned a UUID. The UUID can be used to create a scannable QR code displayed on an account profile page. The admin application can have a scanning page that uses the camera on the phone to scan the QR code to record the guest has checked in.
An anonymized visit record can be created that uses information needed for reporting.
Create admin page to scan guest qr codes
Create guest page as a tab on profile to display their user.id as a QR code that can be scanned and record the datetime scanned, and which admin scanned it.
Testing
Bring up QR code on the account profile page.
Scan QR code on the admin app
Create report for the day to see that the visit was recorded and aggregated information is in the report.
The text was updated successfully, but these errors were encountered:
Feature Description
Members can register with the system today. We need a process to check in a member when they visit the food bank. This will keep a record that someone has visited and was served. This will allow automating reports for usage.
Expected solution
A member will be assigned a UUID. The UUID can be used to create a scannable QR code displayed on an account profile page. The admin application can have a scanning page that uses the camera on the phone to scan the QR code to record the guest has checked in.
An anonymized visit record can be created that uses information needed for reporting.
user.id
as a QR code that can be scanned and record the datetime scanned, and which admin scanned it.Testing
The text was updated successfully, but these errors were encountered: