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

refactor: separate storage, migration, sync, sync merger #26

Open
sftblw opened this issue Aug 6, 2020 · 0 comments
Open

refactor: separate storage, migration, sync, sync merger #26

sftblw opened this issue Aug 6, 2020 · 0 comments
Labels

Comments

@sftblw
Copy link
Owner

sftblw commented Aug 6, 2020

Currently There's only a single script which handles all migration, syncing against local and sync storage, blahblah... It makes me headaching.

These should be separated into separate concerns in form of classes, before going further.

  • JSON <-> object mapping
  • JSON migrator from old to new version
  • "Repository pattern"
  • syncing between local and sync storage
@sftblw sftblw added the blocker label Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant