Redeem points after doing action

Hello, I am designing a mutual-aid app.
I’m wondering if there’s a possibility, for example, if a user A helps a user B,
And user B confirms that user A helped, him, user A receives points that he can redeem in the app for a product or a discount on our future partners !

Sure, it’s possible!
Just create a parameter named “point counter”, and update this counter based on certain actions in the app.

Tip: to add 5 points to the counter, you need to update the logged in user or current user, with counter = logged_in_user > counter +5

Hello, Is there anyway to illustrate this with images, I really have some trouble doing it, I don’t even know how to set up a parameter… Thank you so much

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.