Backend for a loyalty accounting system for a restaurant chain #257
totumTranslationBot
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Link to original post in RU
Task
A restaurant chain needs a loyalty points accounting system with integration with Rkeeper, Whatsapp, and Apple Wallet.
Result
QR codes are printed on the tables, scanning them opens Whatsapp on the phone, and the customer sends a message to the loyalty system number.
The loyalty system checks if the number is present in the database; if it exists, the current balance is returned; if it's a new number, the customer receives a link to their created card in Apple Wallet with a welcome bonus balance.
At the cash register, the waiter can enter the phone number to check the current balance or create a new card if the number is not in the database.
To deduct points from the customer's account, the waiter must enter a temporary code from the Apple Wallet card, thus preventing abuse by the waitstaff.
The Totum database operates a backend data visualization system for the loyalty system.
Translated by GPTChat
Beta Was this translation helpful? Give feedback.
All reactions