pm-idm
pm-idm copied to clipboard
Design the syncing status
trafficstars
Description
Research about which information we can use to show the replication status. Predict the syncing status for each identity displayed on the side panel and include a most complete feedback of this status on the profile page.
Acceptance Criteria
- [ ] Research about which information we can use to show the rep status (credentials; apps; sessions and so on.)
- [ ] Add
syncing statuson the sidepanel - [ ] Add
syncing statuson the profile page
@andreforsousa in short, this is what we have from OrbitDB:
// { buffered: 0, queued: 0, progress: 2, max: 5 }
Particularly, with buffered, queued and progress we get to know when we are "synching" or not. Though, we don't have info about how many peers (devices) are online. I will investigate this further.