Tasks and rewards

Hi, I want to find out if I could create a system, where a logged-in user could choose and complete tasks, then receive some points for it and claim rewards. It’s very simillar to a battle pass in games, if you know that. I want to know if something like this is posible in Velo.

Edit: The points should be saved through out sessions.

Yes this is possible to do (tracking the point) but what task are you thinking of? Those tasks need to be verifiable online or by some system.

Well I’m thinking that I can add the tasks manually (for example: Take a picture of Mona Lisa) and then the user can choose which one to complete for those points.

But how are you going to validate that the picture was taken and is correct?

Basically tracking task and completion can be done via database but checking the task might be more tricky

Well I’m going to check it manually. They can attach the file, send it and if I approve they get the points.