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

Save state between sessions #21

Open
johreh opened this issue Mar 19, 2017 · 3 comments
Open

Save state between sessions #21

johreh opened this issue Mar 19, 2017 · 3 comments

Comments

@johreh
Copy link
Owner

johreh commented Mar 19, 2017

App forgets deck setup between sessions. Need to add offline storage for saving the state of the app between uses.

@mwinckler
Copy link
Collaborator

A hundred times this! :) Are you working on it, then? I was going to pause after entering stats and see if I could get a quick-and-dirty fix done because my little memory-starved phone likes to drive me crazy reloading the page.

@darthmolen
Copy link

@johreh There are plenty of options available. For a more complex version:

https://github.com/localForage/localForage

or a more simple library:

https://github.com/marcuswestin/store.js

I noticed that you stayed away from frameworks or libraries perse, was that a design decision?

@johreh
Copy link
Owner Author

johreh commented Apr 25, 2018

Thanks for the links @darthmolen, though I unfortunately don't have the time to put into this project anymore. Most of the development is done by contributors and @GinoGalotti is handling the day-to-day stuff.

It was more a case of circumstances rather than a conscious decision to not use frameworks. I'm not really a web developer and as such I had no existing familiarity with any frameworks and since I originally imagined this to be somewhat basic I stuck with what I knew, which was javascript & html, instead of spending time researching options.

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

3 participants