pm-idm icon indicating copy to clipboard operation
pm-idm copied to clipboard

Design the syncing status

Open catiatpereira opened this issue 6 years ago • 1 comments
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 status on the sidepanel
  • [ ] Add syncing status on the profile page

catiatpereira avatar Apr 16 '19 13:04 catiatpereira

@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.

satazor avatar May 30 '19 09:05 satazor