-
Notifications
You must be signed in to change notification settings - Fork 7
Interactive metrics and statistics #32
Comments
Block time, the number of chains, the number of total blocks can be interesting as well. |
After talking to @tdroxler:
|
Some other ideas :
Other explorers/sources/interesting analytics :
|
Continuing the discussion started in #27
|
Considering both Edit: only need real-time numbers for such metrics. No need of charts for now so we could focus more on wallet development |
I'm currently working on the |
Here is the resulting mockup taking into accounts the facts discussed above. The goal was to keep it as simple as it can be for now, while giving ways to evolve in the future once we'll have more data to show. |
How often should the statistics be updated? The current update time for latest blocks is every 10 seconds. |
Do the endpoints in the backend always give the latest values or are they cached? If they are cached, I would say to update whenever the caches expire. If they are not, then every time we query for new blocks we can also query for new statistics. WDYT? |
My thoughts too. |
I'm about to research this and anything which is missing that'll be needed by this iteration. |
It appears This leads me to my next question: this is going to look "noisey" if for each update spinners appear: should I instead use some sort of animation between value changes? |
I would say just update the value without spinners. A value is already there, so why show a spinner while a new value is being fetched? |
I've checked off the values we implemented in the end. |
A community member already implemented the "Number of addresses with funds > 0": https://alephium.ono.re/api/stats/addresses?top=10&human I don't find that statistic useful. What might be useful however is to see "active addresses of [day | week | month]" by simply checking that the latest timestamp of a transaction of an address is within range. Here's part of the conversation I had with the user:
|
I agree; actually I think maybe more useful is TX per day, since a few addresses may have a lot of activity. |
I would be good to start with a chart that reflects the growth / activity on the network. I'd put it on the home page, as many explorers do. Many of them display the number of transactions per day, so we could also start with this one. I'll start to work on a mockup rn. |
First iteration visible in the figma file. As you can see, we would need a sixth stat box for this to be visually pleasing :) An estimation of the number of nodes would be awesome IMO. @polarker what do you think? Do you see a way to get this data, or do you have another proposition? |
We would like to display live, interactive charts showing how our network is performing, and how it's evolving over time.
Some inspiration:
1) Interesting aggregated metrics to start with (big numbers)
This will come first.
2) Interesting charts to start with
This can come in a second phase after the big aggregated real-time numbers.
Research
Design
Implementation
TBC
The text was updated successfully, but these errors were encountered: