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

Supports client-side persistence #87

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

kettanaito
Copy link
Member

@kettanaito kettanaito commented Apr 28, 2021

GitHub

Changes

  • Database operations (create/update/delete/etc.) are not persisted in the sessionStorage and hydrated on page load.

Roadmap

  • Write the .toJson() serialization method on the Database class.
  • Add in-browser integration tests for client-side persistence.

@kettanaito kettanaito marked this pull request as draft April 28, 2021 08:30
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

Successfully merging this pull request may close these issues.

Persistency layer
1 participant