expandorg / worker-app

worker application
https://portal.expand.org/
Mozilla Public License 2.0
2 stars 0 forks source link

Users reload the page when doing a wizard task #261

Closed kieranoreilly closed 4 years ago

kieranoreilly commented 4 years ago

Users reload the page by mistake and lose their data.

sslava commented 4 years ago

Hm.. thats interesting? Do you know on what page it happened? for all wizard pages except form editor we save only when user click next.

sslava commented 4 years ago

Maybe we need to change this behaviour and try to autosave whenever user touched anything on wizard?

sslava commented 4 years ago

done! now we are using localstorage to persist user's unfinished tasks.