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

Refactor storage code #3

Open
itsrachelfish opened this issue Nov 18, 2016 · 0 comments
Open

Refactor storage code #3

itsrachelfish opened this issue Nov 18, 2016 · 0 comments

Comments

@itsrachelfish
Copy link
Owner

storage.js is getting pretty big. It's almost 1000 lines, quite stinky.

The storage code handles several different aspects of working with savefiles:

  • Reading savefiles from localstorage and user uploads
  • Loading content onto the page
  • Updating what content is on the page between slides
  • Acting as the interface for the rest of the app to save, update, and delete content
  • Controls when animations and media elements should play
  • Controls when slides should tween

That's a lot of stuff for one file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant