Skip to content

Commit 8fc09fc

Browse files
authored
Added peer details screen (#86)
Addresses #78
1 parent 93011e2 commit 8fc09fc

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed
117 KB
Loading
44.4 KB
Loading
104 KB
Loading

pages/settings.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ About, Storage, and Connection screens are covered in [first use]({{ '/first-use
2222

2323
## Peers
2424

25-
Shows other nodes the application is connected to. Provides users a detailed understanding of what is happening under the hood of the block clock. At a later stage it should be possible to view peer details, and add and remove peers. The sorting buttons also define what detail is shown in each peer item, based on what is relevant for the selected filter.
25+
Shows other nodes the application is connected to. Provides users a detailed understanding of what is happening under the hood of the block clock. The sorting buttons also define what detail is shown in each peer item, based on what is relevant for the selected filter.
2626

2727
{% include picture.html
2828
image = "/assets/images/settings/peers.png"
@@ -33,6 +33,19 @@ Shows other nodes the application is connected to. Provides users a detailed und
3333
height = 820
3434
%}
3535

36+
Tapping a peer reveals all the details in a new screen. The information is split up into categories. In addition to showing the value of each field, an evaluation is shown whenever possible to help users understand and act on the data.
37+
38+
Below is a first draft. The details should be refined over time and with practical input from users who closely work with this data. Users should be able to easily understand whether this connection is helpful to them, the peer, and the network.
39+
40+
{% include picture.html
41+
image = "/assets/images/settings/peer-details.png"
42+
retina = "/assets/images/settings/peer-details@2x.png"
43+
big = "/assets/images/settings/peer-details-big.png"
44+
alt-text = "Application screen showing detailed information about a single connected peer"
45+
width = 800
46+
height = 904
47+
%}
48+
3649
## Network traffic
3750

3851
Provides insight into how much data has been sent and received. Received data can often by 100x the amount of sent data.

0 commit comments

Comments
 (0)