Automatically sync settings across devices/browsers #1999
Labels
Feature request
Wish or idea
good first issue
A GitHub standard for inviting (new) contributors *Congratulations in advance!*
help wanted
Just an old github standard we add automatically. (The team can remove it when working on it.)
up-for-grabs
(a github standard for inviting new contributors) - Welcome! ♥
⚬ PROBLEM:
Ref. #1972 a user can now sync the settings in a remote location.
When new settings are saved from one instance of the extension, the user needs to manually apply them to all other instances (e.g. by pulling them from the remote storage).
⚬ SOLUTION:
The extension can have an option to periodically (e.g. once a day) check the remote storage and if the remote last push/save date is more recent than the local date, then it can pull the settings automatically.
⚬ ALTERNATIVES:
⚬ RELEVANCE / SCOPE:
⚬ "SIDE EFFECTS":
If the user changes the settings in more than one instance after the last push, then there might be a sync mismatch across multiple instances. This can be easily resolved e.g. by warning the user that by enabling automated sync the local settings will be replaced with the remote ones (if they exist). If they don't exist, then the extension might make an initial push to set a baseline date.
There might be other use cases to handle such as behavior when enabling/disabling sync in a certain instance.
⚬ CONTEXT:
//
Thank you!
The text was updated successfully, but these errors were encountered: