Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New scripts and settings sync mechanism #452

Open
ACTCD opened this issue Mar 20, 2023 · 0 comments
Open

New scripts and settings sync mechanism #452

ACTCD opened this issue Mar 20, 2023 · 0 comments
Labels
maintenance Chores and refactoring
Projects
Milestone

Comments

@ACTCD
Copy link
Collaborator

ACTCD commented Mar 20, 2023

After #331 and #451 are done, the mainly scripts and settings storage will use browser.storage.

We still need to preserve the ability to load and sync scripts via the file system. This requires us to implement a new set of synchronization mechanisms. It should be asynchronous and independent.

This will also be the basis for some features and optimizations. The mechanism will mainly consider data synchronization in the following locations:

  • browser.storage
  • iCloud sync storage
  • Local file storage (macOS Only)
@ACTCD ACTCD added this to To do in Tasks Mar 20, 2023
@ACTCD ACTCD added this to the macOS 5.0.0, iOS 2.0.0 milestone Apr 2, 2023
@ACTCD ACTCD moved this from To do to In progress in Tasks Oct 7, 2023
@ACTCD ACTCD moved this from In progress to To do in Tasks Feb 29, 2024
@ACTCD ACTCD modified the milestones: v5.0.0, v6.0.0 Apr 17, 2024
@ACTCD ACTCD added the maintenance Chores and refactoring label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Chores and refactoring
Projects
Tasks
  
To do
Development

No branches or pull requests

2 participants