I’m currently looking for a way to make changes to a data field without having to click/submit a button.
I’m creating a social platform where users can publish content. On each users profile, they have a profile rank which dynamically updates through conditions based on the amount of times they publish content.
I’d like to know if it’s possible to have the profile ranking text dynamically update a users ‘profile rank’ data field without a user having to manually complete an action.
I understand now. I was under the impression that I was able to write the logic for all profile ranking scores in one event.
I’ve created a unique events on page load for each profile ranking parameter and it worked a treat - thank you!
Would you know if it’s possible to also add a date function into this ranking system? As mentioned, the profile ranking is determined by how many time a user completes an event (publishes a post).
Is it possible to reset their post count at the end of every week, meaning they’d move back to the initial profile ranking?