-
Notifications
You must be signed in to change notification settings - Fork 377
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 progress in localstorage #59
Comments
Ok, so I was looking into how we can do this, there seems to be a way when a new node is added to the canvas we can save it in storage. |
That might be a good idea before we introduce user accounts, database, and server thing. Currently one of the team members had some progress on saving it in local storage |
Oh, this looks promising, I was looking around in the code of |
yes please! |
Hello folks! I saw there's a PR to add local storage (#61) but it's still not merged. Since I want to start using it, I deployed one in https://wireflow.wzulfikar.com. Please feel free to use it if you want. wireflow-wzulfikar-com.mov.mp4Deployment is in sync with https://github.com/wzulfikar/wireflow/tree/wireflow.wzulfikar.com |
Maybe related to this, it would be really nice if a project could be exported to later be imported again. I don't know if that is like a super complicated request, but it would make sure the progress is 'safe' for a long period of time and I could continue between different browsers/laptops. |
We should have a simplified way of saving the state in localstorage in case the page is reloaded. Once it's done, we can think of saving them on server and realtime collaboration at a later stage.
We can also try sqlite, indexdb, webSQL etc, though it's unsure if it's going to work on mobile devices.
The text was updated successfully, but these errors were encountered: