simsalabim/sisyphus

Feature request: persist data after submit

Closed this issue · 2 comments

Hello, thanks for this nice utility. I would like to know if any of the forks can persist form data after submit and also after leaving page and going back to it, somehow cookies do.

If not if would be a nice option to do, maybe I go for it someday, but in the meantime, if anybody is interested it will be wellcome :-).

Thank you

After form is submitted the data can be obtained directly from server (e.g. via ajax-request), therefore there's no need to persist them in Local Storage.

Well, not always. For example, if you have a data grid with a filter form, and you submit that form to filter data in grid and then you leave page to go to edit or insert page and then go back to grid page, it would be nice than filter form keeps the same values that it had before. There's no need to store that filter data in db, so sisyphus could be a nice help there.

Thank you


Norberto Zurita
609 78 70 73


-----Original Message-----
From: Alexander Kaupanin notifications@github.com
Date: Fri, 01 Feb 2013 01:19:27
To: simsalabim/sisyphussisyphus@noreply.github.com
Reply-To: simsalabim/sisyphus reply@reply.github.com
Cc: Norberto Zuritainfo@nzurita.es
Subject: Re: [sisyphus] Feature request: persist data after submit (#51)

After form is submitted the data can be obtained directly from server (e.g. via ajax-request), therefore there's no need to persist them in Local Storage.


Reply to this email directly or view it on GitHub:
#51 (comment)