You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: