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

Add sync state API #31

Open
carlsverre opened this issue Dec 2, 2023 · 1 comment
Open

Add sync state API #31

carlsverre opened this issue Dec 2, 2023 · 1 comment
Assignees

Comments

@carlsverre
Copy link
Contributor

The client app needs a way to query the current synchronisation state.

  • Which databases are subscribed?
  • How much of our timeline has been sent to the server?
  • How far behind is the server from applying our changes?

Ideally this ties into the mutation API so the client can also use it to await a specific mutation. This would allow the developer to opt into synchronous request/response if needed.

@carlsverre
Copy link
Contributor Author

The TODO demo should show this status in a nice way. Both to expose the concept more clearly and to provide a better TODO UX.

@carlsverre carlsverre self-assigned this Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Planning
Development

No branches or pull requests

1 participant