You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Since the leaderboard only shows the top 10 of the server every time, it makes it a bit frustrating for some people to get rep, and not show up on the leaderboard whatsoever. This will introduce a "seasonal" rep score that resets every quarter.
Describe the solution you'd like
These requirements can be splitted off and deal with in separate PRs. No need to do it all in one.
The leaderboard will show a tagline like LEADERBOARD Q1 2024.
For this to work, the parseDate utils will also need to parse the current time to find out which quarter of the year it's in.
Make a cron job that runs every 3 months to set user existing in the db to 0 rep.
ReputationLog will also need to record these operations.
I have considered introducing a "decay" mechanic to the rep, but this is simpler to implement than actual decaying, with more background process and logic on how to decay the rep.
Additional context
Admins can also then use this to reward the user with the highest rep?
We can also change this into an exp system, whether commenting/posting guarantees 1 XP, but being thanked is given 10rep? But this is out of the scope of this issue.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Since the leaderboard only shows the top 10 of the server every time, it makes it a bit frustrating for some people to get rep, and not show up on the leaderboard whatsoever. This will introduce a "seasonal" rep score that resets every quarter.
Describe the solution you'd like
These requirements can be splitted off and deal with in separate PRs. No need to do it all in one.
LEADERBOARD Q1 2024
.parseDate
utils will also need to parse the current time to find out which quarter of the year it's in.0 0 1 1,4,7,9 *
- verified with https://crontab.guruDescribe alternatives you've considered
I have considered introducing a "decay" mechanic to the rep, but this is simpler to implement than actual decaying, with more background process and logic on how to decay the rep.
Additional context
The text was updated successfully, but these errors were encountered: