evothings / evothings-studio

Evothings Studio
http://www.evothings.com/
Apache License 2.0
53 stars 33 forks source link

Preserve project list between versions by keeping it in localStorage. #69

Closed TechWizEric closed 9 years ago

TechWizEric commented 9 years ago

When upgrading Evothings Workbench, the application folder is often first erased, after which the new application folder is put in its place. This deletes the project-list.json file. To preserve the project list, store the project list in localStorage, which physically is stored in the OS:es user folder, which is not deleted when removing the application folder.

fredrikeldh commented 9 years ago

An implentation is available in this branch: https://github.com/fredrikeldh/evothings-studio/tree/example-handling

ghost commented 9 years ago

Merged and pushed to branch evothings2.