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

GoR dashboard & leaderboard #501

Open
moul opened this issue Feb 3, 2023 · 2 comments
Open

GoR dashboard & leaderboard #501

moul opened this issue Feb 3, 2023 · 2 comments

Comments

@moul
Copy link
Member

moul commented Feb 3, 2023

We'll need to develop a dynamic dashboard/leaderboard.
Ideally, it should be 100% produced as a gno realm.

Do you have any ideas/suggestions on what we could add or how we could display the info?

Ideally, some parts may be interesting after game of realms to keep track of proof of contributions.

Related with #407

@zivkovicmilos
Copy link
Member

Do you have any ideas/suggestions on what we could add or how we could display the info?

I'm guessing we'd use a max heap for tracking the users (priority queue) by some metric and a simple Markdown table that gets filled up in the Render method of the realm.

What kind of info do we need to display here?

@moul
Copy link
Member Author

moul commented Feb 8, 2023

We'd use a max heap for tracking the users (priority queue) by some metric and a simple Markdown table that gets filled up in the Render method of the realm.

Yes, I suggest we start with something simple like this, then iterate.

What kind of info do we need to display here?

my list (to be completed):

  • global stats [amount of contributors, contributions].
  • top contributors [by points?, by contributions?].
  • recent contributions (reviewed and to-review).
  • if we find a way to show "you're here" in the competition, i.e., "80% of phase 1"; it would be awesome and useful.

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

No branches or pull requests

3 participants