slaent / issues

http://slaent.com
6 stars 1 forks source link

Progressively Save a user's post so that they don't lose progress #52

Open todesignandconquer opened 9 years ago

todesignandconquer commented 9 years ago

Utilize LocalStorage and use a polling mechanism on the JavaScript side that saves a user's post every x seconds. If the user refreshes the page on accident, they will have some of their progress saved into the LocalStorage cache. Clear the cache once the user hits submit.