This repository has been archived by the owner. It is now read-only.
Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upsync v2: add per-device removal to device list #1391
Closed
Comments
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Each mobile device or computer will have the power to delete other devices in the sync chain.
When a device is deleted, the sync cloud is updated to reflect that the device has been removed. Each device will update it's list to match the sync cloud.
The device list also allows removal of "itself". In this case, 3 things will happen:
The device updates its own status with the sync cloud.
The UI is reset and the user is presented with the landing screen.
The other devices that were in the sync chain stay synced with each other but now recognize the removed device is now removed.
Note: the trash can is used in this image to indicate the presence of the remove button. A swipe-to-remove may work better in this case. TBD.