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

maybe an auto save feature ? #640

Open
supervoter opened this issue Feb 21, 2017 · 2 comments
Open

maybe an auto save feature ? #640

supervoter opened this issue Feb 21, 2017 · 2 comments
Assignees
Labels

Comments

@supervoter
Copy link

sometimes.. you can forget to save.. but maybe a audio save can fix that problem..

EXTRA : you dont have to do this if its too hard or completely new to you.

maybe the user can say how often it audio saves.. example : every 5 minutess. or 10. or 20..

@juliandescottes juliandescottes changed the title maybe a audio save feature ? maybe an auto save feature ? Mar 2, 2017
@Cruors
Copy link

Cruors commented Apr 7, 2017

+1

@juliandescottes
Copy link
Collaborator

So there are two things we could do here:

  • save periodically online
  • improve the local backup

I'm more in favour of improving the local save, rather than using more server resources. I think we should switch all the local saves to use IndexedDB instead of LocalStorage. LocalStorage is very very limited, so we can't really backup many different sprites. Switching to IndexedDB will allow us to backup several sprites.

So to do here:

  • switch the local saves to IndexedDB
  • switch the backup version to IndexedDB
  • create a dialog to browse IndexedDB
  • change the strategy to backup current work

@juliandescottes juliandescottes self-assigned this Jun 11, 2017
juliandescottes added a commit that referenced this issue Jun 11, 2017
…orageGlobal

PaletteService exposes window.localStorage as this.localStorageService. This is confusing since we also have the LocalStorageService class used to save piskels in local storage.
juliandescottes added a commit that referenced this issue Jun 24, 2017
…orageGlobal

PaletteService exposes window.localStorage as this.localStorageService. This is confusing since we also have the LocalStorageService class used to save piskels in local storage.
juliandescottes added a commit that referenced this issue Jul 25, 2017
…orageGlobal

PaletteService exposes window.localStorage as this.localStorageService. This is confusing since we also have the LocalStorageService class used to save piskels in local storage.
juliandescottes added a commit that referenced this issue Aug 2, 2017
…orageGlobal

PaletteService exposes window.localStorage as this.localStorageService. This is confusing since we also have the LocalStorageService class used to save piskels in local storage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants