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

Make the Store & its backends support checkpointing #28

Open
sbazerque opened this issue Sep 5, 2022 · 1 comment
Open

Make the Store & its backends support checkpointing #28

sbazerque opened this issue Sep 5, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@sbazerque
Copy link
Member

Right now, whenever obj.loadAllChanges() is called, all the mutations are loaded from the store and applied. It'd be very convenient to enable mutable types to save a checkpoint to the store when they so choose, and having loadAllChanges() automatically use the most recent checkpoint, having to apply only those mutations that happened after that point.

@sbazerque sbazerque added the enhancement New feature or request label Sep 5, 2022
@sbazerque
Copy link
Member Author

Started sketching an implementation:

e7e00e4

@sbazerque sbazerque moved this to Todo in The Bird's View Jan 16, 2023
@micahscopes micahscopes moved this from Todo to In Progress in The Bird's View Jan 25, 2023
@sbazerque sbazerque moved this from In Progress to Done in The Bird's View Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants