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

[question] Is it possible to subscribe dynamically to ToDo notes? #5

Open
volyx opened this issue Nov 16, 2020 · 0 comments
Open

[question] Is it possible to subscribe dynamically to ToDo notes? #5

volyx opened this issue Nov 16, 2020 · 0 comments

Comments

@volyx
Copy link

volyx commented Nov 16, 2020

For example, Bob shares the link to subscribe on note22, Alice subscribes on note22. Now Alice gets all updates on note22.

Before:
Alice
-note11
-note12
-note13

Bob
-note21
-note22

After:
Alice
-note11
-note12
-note13
-note22

Bob
-note21
-note22

One of the approaches is that every user has own Merkle tree, and when Alice subscribes on note22, we insert timestamps of note22 to the Alice Merkle tree, so she will get an update on the next sync.

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