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

added session_store to supplement local_store #330

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

added session_store to supplement local_store #330

wants to merge 8 commits into from

Conversation

balmoral
Copy link

@balmoral balmoral commented Nov 4, 2015

CHANGES

Added session_store to provide access to html sessionStorage, in the same way local_store does to html localStorage.

Two new base classes have been implemented to minimize code replication:

  1. Volt::HtmlStorage in volt/lib/volt/utils
    -- inherited by LocalStorage and SessionStorage
  2. Volt::Persistors::HtmlStore in volt/lib/volt/models/persistors
    -- inherited by LocalStore and SessionStore

Other changes made as required to initialize and provide access to session_store.

TODO

  1. full testing
  2. documentation

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.

1 participant