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

Local repo todo #9

Open
14 of 25 tasks
streamich opened this issue Sep 16, 2024 · 0 comments
Open
14 of 25 tasks

Local repo todo #9

streamich opened this issue Sep 16, 2024 · 0 comments

Comments

@streamich
Copy link
Collaborator

streamich commented Sep 16, 2024

  • Automatically flush and sync on model changes.
    • Auto-flush and auto-sync
  • Session method tests
    • .sync()
    • .del()
  • Local repo method tests
  • Event system tests
  • Cleanup tests
  • Concurrency scenarios tests
  • Session tests for editing and synchronization between two remote peers
  • Fix todos
  • Tests with JSON Patch interface
  • Background synchronization
    • Re-syncs after lost connection
    • Re-syncs when user opens browser
    • Syncs all items marked dirty
  • History tracking mode
    • Ability to swtich into history tracking
    • Ability to disable history tracking
    • Check history is tracked in all cases
  • Encryption
  • Compression
  • Ability to delete the whole store (on user logout)
  • Make sure events change$ are not emitted more than necessary
    • Specifically, that remote subscription does not result in too many events
  • Make RpcPersistentClient lean.
  • Test for local operations applied using .applyPatch() method.
  • Server subscription is sometimes lost, make sure it is reset.
  • Encrypt baseKey path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant