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

[Dashboard] Support leaderboard sorting by reputation and fee on BE #2778

Closed
dnechay opened this issue Nov 12, 2024 · 0 comments
Closed

[Dashboard] Support leaderboard sorting by reputation and fee on BE #2778

dnechay opened this issue Nov 12, 2024 · 0 comments
Assignees

Comments

@dnechay
Copy link
Contributor

dnechay commented Nov 12, 2024

Description
Right now leaderboard table fetches pre-ordered data (sorted by stake amount) from BE, displays all the results and allows to sort them by different columns, but this sorting is done fully on UI, so it might not meet user expectations. Instead when user initiates sorting of the table by column other than "Stake" - we should make a request to BE to get leaders sorted by new criteria, not sort an existing list.

Motivation
In order to allow users to see leaders sorted by different criteria.

Implementation details
TBD by developer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants