My company wants to build an app for our amusement park.
We would like a punch card function and a loyalty program, including buying tickets on beforehand.
I have been searching through Adalo, but couldnt find something that resembled it.
Example: Punch card
Buying a punch card for 10 hours of play and then they can scan their loyalty card for each use.
Example: Loyalty program
After using 10 hours of play, they would be given a slushie or popcorn bucket.
Not directly available as a “punch” card, but you could have a data field that represents hours of play. Then another field that is a boolean for “Eligible for Slushie or Popcorn Bucket”. You could use one of the Adalo (paid) components to generate QR codes for users (as their loyalty card) and then an admin side that can scan the QR code to “punch” their hours of play and also scan for redeeming their loyalty rewards. When redeemed, it would update their hours of play and eligibility based on the remaining balance of hours of play.
If you get into purchasing through the Apple Store/ Google Play Store, just remember that they want their ‘cut’ to have your app and purchasing available. If it’s PWA only - then you can get away with not losing part of that revenue.