Save vs Save and Close in a web app
9 Feb 2012 - 3:26pm
2 replies
375 reads
I have just returned from a parental leave and have discovered that my team has implemented a 'Save, Submit, Ok, Close' button group on windows. The apparent logic behind the decision was that the Product Manager did not like that clicking 'Save' also closed the window. So currently, the 'Save' button saves the info and provides some text indicating such. 'Submit', closes the window and changes the status of the form, 'Ok', saves & closes and 'Cancel' closes without saving. Although this is not in user hands yet (thank goodness!) I would like to provide some suggestions as to how we might improve this and would love some input.
Comments
Why force the user to "start the save engine"? How about developing automatic saving (with clear state indicators in the UI) and a decent 'undo' history? In my opinion, it works wonders in text editors (especially Google Docs, which was the first I saw it online) and it can even increase reliability.
So item would be saved upon any inactivity, but an undo function would help in the case of erroneous save. Depending on the perceived value of the item one is creating, maybe even provide versioning?
These are tall orders to put on your development team in cases of applications with a legacy behind them. I have that problem, currently, but I still try to push the case every now and then to keep automatic saving on everyone's radar.
Anastasia, could you clarify...