-
Notifications
You must be signed in to change notification settings - Fork 17
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
Summary-style status screen (1/2) #33
Comments
I want stats on what my popular CIDs are. I'd be curious to know about how many people are fetching files from me right now. I'd like to see how much bandwidth IPFS is using as a sparkline or graph, but until we can provide controls to let the user throttle and ration bandwidth it probably better to not show bandwidth stats at all. The Max repo size should be controllable (See: #39). The Right now I have an "empty" repo in IPFS desktop that says it's 2MB and 237 objects, but I have 0 files, which is disconcerting. We need to clam that down and reduce the amount of ambient activity on a desktop install of ipfs.
|
We should consider which stats are interesting enough to warrant being on the first page a user sees when they start the app, and which are essentially diagnostic info that could be pushed out to a separate page. |
Just to organize a little more (probably more for me not for you;): We have now(in all apps): 1. Peer ID (bold one - important one) And the question is - "What should be in main screen of app?" (we are talking about the current state) The number refers to the list above. -> WebGUI (1, 2?,6, 7, ... ) |
It's mentioned here but the node version is interesting in the context of debugging but also when you're not on the latest version. I'd like to see an about page with:
|
Other possibly interesting front page items:
* peer buddy is a friend that's you've somehow added by peer ID - lets make this peer ID useful! I think the other items that are in @akrych's list can be relegated to a diagnostics page, or maybe the about page? |
Ok, so it seems we agree the minimal set for front page is more or less (1,4,7) presented in text form:
We can keep it plain and simple for MVP, and move the rest to other tabs. I started thinking about adding brand new "Stats Page" with data visualization in #38 (comment). |
A wireframe for Start page (maybe not a good name - to disscus:) you can find here: https://invis.io/AVGRKKJ75KT#/290074641_Start_Webui_Wireframe As you see I add also notifications - I think it will be good to have a place to announce new features or update:) Let me know what you think about it! :) (pls comment in invision) Please remember that is not a design :) |
Small update after corrections :) here: https://invis.io/AVGRKKJ75KT#/291730637_Start_Webui_New_Wireframe (pls comment in invision) |
@olizilla ✔️? |
Note ipfs/ipfs-webui#1672: comments on scaling issues of bandwidth graph over time. Need to include considerations for zoom scales over time in next generation of status screen. |
ETA (April 2020):
This may be superseded by ipfs/ipfs-webui#1003 (dashboard-style revision of entire UI).
Original issue:
All three apps show IPFS node stats as part of the initial UI that is show the user first, at startup.
Let's identity which bits of information a useful to which users and under what circumstances. What background knowledge is needed to interpret the data. What unit should it be presented in? How frequently does the info change? Is it most useful as a current value, or is it best presented as the change over time of the value?
The current state of things is described here: https://github.com/ipfs-shipyard/pm-ipfs-gui/blob/master/research/README.md#ipfs-node-info
The text was updated successfully, but these errors were encountered: