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

Persist the current state of the web app #5

Open
gflegar opened this issue Nov 21, 2018 · 0 comments
Open

Persist the current state of the web app #5

gflegar opened this issue Nov 21, 2018 · 0 comments
Labels
Enhancement An improvement of an existing feature. Help wanted Need ideas on how to solve this.

Comments

@gflegar
Copy link
Member

gflegar commented Nov 21, 2018

It's very annoying to lose all your work by accidentally refreshing the page, or if the app crashed because of issues related to #1 or #2. To prevent this, we can use web storage to save the state of the app.

Make sure to check what Angular offers regarding web storage (e.g. angular-webstorage-service) before falling back to the low-level javascript API.

@gflegar gflegar added Enhancement An improvement of an existing feature. Help wanted Need ideas on how to solve this. labels Nov 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement An improvement of an existing feature. Help wanted Need ideas on how to solve this.
Projects
None yet
Development

No branches or pull requests

1 participant