Hey there,
I’m hoping someone can help me figure out how Zeroqode’s ‘Barcode & QR Code Reader’ plugin can work for the following use-case: a user can to check-in to a location by scanning a QR code.
Additional requirements:
- Each location has a unique QR code associated with it.
- Once the QR code scan is successful, (a) the user receives a notification, and (b) a ‘check-in’ is saved on the DB with the associated user, location, and check-in time.
- Admins can generate a new QR code for each location. The old and new QR codes have one day overlapping validity; i.e. if I generate a new QR code today for a location, someone can successfully check in today with either the old or new QR code, but after today the old QR code is no longer valid.