Hi want the user to get a point each time , he completes a task that contain a certain tag . I want to do also a leaderboard that displays the users points for a selected tag value in the dropdown .
I created a list of users in the tag data type but cannot wrap my head around connecting this data to the user data type . Please can you help me !
If you store the User object in the same table as the tags each user has used, you can then sum the number of occurrences for each tag by user and use that as your basis for doing what you need.
Thanksfor your response ! I did that but created a feild for points in the user data type , the challenge is to connect the current point to the actual tag.