Feature Description
Currently, the leaderboard only displays the top-ranked users. Users who are not within the visible leaderboard range cannot easily determine their own ranking without manually searching through the entire dataset.
Problem
When a user's rank falls outside the displayed leaderboard entries, there is no indication of their current position. This makes it difficult for users to track their progress and compare themselves against others.
Proposed Solution
Display the logged-in user's rank separately from the main leaderboard, even if they are not among the top-ranked users.
Possible implementations:
- Show a pinned card displaying:
- Current Rank
- Score
- Problems Solved
- Display the user's row at the bottom of the leaderboard with an indicator such as:
Feature Description
Currently, the leaderboard only displays the top-ranked users. Users who are not within the visible leaderboard range cannot easily determine their own ranking without manually searching through the entire dataset.
Problem
When a user's rank falls outside the displayed leaderboard entries, there is no indication of their current position. This makes it difficult for users to track their progress and compare themselves against others.
Proposed Solution
Display the logged-in user's rank separately from the main leaderboard, even if they are not among the top-ranked users.
Possible implementations: