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

Add donut charts for persistent and ephemeral storage #645

Open
2 tasks
anilmurty opened this issue Jan 16, 2025 · 3 comments
Open
2 tasks

Add donut charts for persistent and ephemeral storage #645

anilmurty opened this issue Jan 16, 2025 · 3 comments
Assignees

Comments

@anilmurty
Copy link

Problem Statement

Console only shows one storage chart that aggregates both persistent and ephemeral storage across all providers on the network. This was fine until a few months ago when the persistent storage was a small fraction of ephemeral. But over the past year several GPU providers have been onboarded with a lot of persistent storage. It'll be great to separate the two types so it is clear to users how much of each type is available

To-Do

  • Figure out how to utilize data from the new persistent storage tables in ProviderSnapshot (ref: Features/track persistent storage #267)
  • Either figure out how to change existing "Storage" donut chart to display both types of storgae in the same (use different color codes and/ or labels to distinguish) or (if too complicated) Add a new donut chart to https://console.akash.network/providers next to existing "Storage" one and identical component to it. Left one will be "Emphemeral Storage" and right one will be "Persistent Storage"
Screenshot 2025-01-15 at 6 33 10 PM
@anilmurty
Copy link
Author

@aktdenis - any thoughts on design for distinguishing persistent and ephemeral storage in the same donut chart?

@github-project-automation github-project-automation bot moved this to Backlog (not prioritized) in Client Product and Engineering Roadmap Jan 16, 2025
@anilmurty anilmurty moved this from Backlog (not prioritized) to Up Next (prioritized) in Client Product and Engineering Roadmap Jan 16, 2025
@stalniy
Copy link
Contributor

stalniy commented Jan 16, 2025

@anilmurty this is what I was able to achieve locally.

Screen.Recording.2025-01-16.at.08.22.24.mov

@stalniy
Copy link
Contributor

stalniy commented Jan 16, 2025

@anilmurty we have the same network capacity chart on 2 pages: providers list page and particular provider page.

I assume that I need to change on both.

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

No branches or pull requests

2 participants