Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove inactive characters from leaderboard #332

Open
Muparadzi opened this issue Mar 22, 2024 · 0 comments
Open

remove inactive characters from leaderboard #332

Muparadzi opened this issue Mar 22, 2024 · 0 comments
Labels
area/web-api enhancement New feature or request

Comments

@Muparadzi
Copy link
Collaborator

Muparadzi commented Mar 22, 2024

once a character has achieved a certain rating, they can go inactive and essentially reserve a place on the leaderboard.

glicko2 provides a mechanism to better calculate inactivity through a value called rating deviation or RD. this value should be increasing when players are inactive, currently it will only increase when a player is in a game but does not have any rating adjustment.

perhaps we should just remove inactive players from the leaderboard query response

@Muparadzi Muparadzi added enhancement New feature or request area/web-api labels Mar 22, 2024
@Muparadzi Muparadzi changed the title rating decay endpoint & worker remove inactive characters from leaderboard Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/web-api enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant