data icon indicating copy to clipboard operation
data copied to clipboard

Supports client-side persistence

Open kettanaito opened this issue 3 years ago • 0 comments

GitHub

  • Closes #49

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 avatar Apr 28 '21 08:04 kettanaito