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

Drafts #267

Open
a-type opened this issue Aug 23, 2023 · 0 comments
Open

Drafts #267

a-type opened this issue Aug 23, 2023 · 0 comments

Comments

@a-type
Copy link
Owner

a-type commented Aug 23, 2023

A draft should be splittable from any entity. It should conform to the exact same API and be usable in the same way, except it doesn't affect the original and isn't synchronized until committed.

Once committed, any accumulated changes within the draft are added as one batched change set to the original entity/ies.

Use case: forms where changes should not be immediately applied to synced data. An alternative API to use batching.

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