-
Notifications
You must be signed in to change notification settings - Fork 7
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
Display stats for peer connections on history page #43
Comments
Peer connections are currently displayed at the bottom of the screen, with a substring of the dat's uuid. this data does not need to always be displayed. Why not enhance the history page to display it, and offer more options? Current history screen: Proposed update: beside each link there would be a button that displays current number of peers. Clicking this button would reveal peer sharing details. The button marked C would clone the dat. |
To map the hashbase url to the dat uuid, datGateway, which extends DatLibrarian, has a promising method:
See bunsen/www/nodejs_project/index.js for example of using DatGateway:
So, this may be as simple as
We'd then need to provide it as a service by the node server. Then we need to make this available to the bunsen-ui polymer custom element code. So, in bunsen-ui/src/bunsen-app/bunsen-app.js, we'd fetch this array of hashbase urls:dat uuids from the server, and then fetch them when writing the datSites localStorage object
|
No description provided.
The text was updated successfully, but these errors were encountered: