WikidataComplete / wikidatacomplete-backend

apis for wikidatacomplete
MIT License
2 stars 1 forks source link

extend Web UI: show the highscores of the current user #54

Open lalit97 opened 2 years ago

anbo-de commented 2 years ago

IMO the highscore of a user is the number of actions that was done, i.e., the sum of approve and reject clicks.

lalit97 commented 2 years ago

Thanks for the opinion, I also have the same view. Should we reset the score to zero per month, what will be the reset time duration?

anbo-de commented 2 years ago

Thanks for the opinion, I also have the same view. Should we reset the score to zero per month, what will be the time duration?

IMO a global highscore would be the first requirement (later gamification: "all time stars").

2nd ranking might be time-depending (later gamification: "rising stars").

lalit97 commented 2 years ago

IMO a global highscore would be the first requirement (later gamification: "all time stars"). 2nd ranking might be time-depending (later gamification: "rising stars").

Okay, thanks I will plan and implement according to this :)