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

feat!(ranking): Add new methods for the different ranking modes on GetRanking #34

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 24, 2024

  1. feat!(ranking): Add new methods for the different ranking modes on Ge…

    …tRanking
    
    There's 5 different types of GetRanking call, asking for:
    - global leaderboards
    - global leaderboards, nearby to your own rank
    - only your friends
    - only your friends, nearby to your own rank
    - your own ranking only
    
    These are pretty fundamentally different requests that would need different
    db queries, etc. at the implementation level. Notably all but the first
    need knowledge of the PID of the user making the request (to get their rank
    and their friends).
    
    Add new methods to the protocol for each of these use cases.
    ashquarky committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8584c47 View commit details
    Browse the repository at this point in the history