autonomys / substation

Polkadot Telemetry service
GNU General Public License v3.0
3 stars 2 forks source link

Update map #12

Closed isSerge closed 2 years ago

isSerge commented 2 years ago
  1. Group nodes by city
  2. Display node count per city instead of single dots
  3. Hide node details (currently displayed when hovering on dot)
achiurizo commented 2 years ago

For our use cases we’d need to change the map to render anonymous dots instead of individual clickable nodes, where the size of the dot corresponds to the number of nodes in that location.

Or set a max amount of dots/nodes per region on the map

some additional feedback from @nazar-pc that we can include for this ticket

nazar-pc commented 2 years ago

And ideally, that would be what server sends in the first place (something that I think we could potentially contribute upstream)

isSerge commented 2 years ago

image

re-use node details component: keep location as is, add node count

isSerge commented 2 years ago

Closed by #21