Hey Glide community!
I am seeking some guidance on a current application that I am building.
Context: I am building an app in which users will need to check-in (ideally this would be via QR code or something along those lines).
The ideal state would be that:
- User shows QR code
- Admin scans QR code
- Admin sees a screen of the user with some useful data (name, ID, status)
- User gets a registered visit with a timestamp OR just a +1 in a given column (maybe a column called # of visits)
Ideally I would like to do this without any integration because I can see how many updates this would consume jaja
Any recommendations are super helpful - thanks so much!