Auto Save
From Interaction-Patterns.org
Contents |
[edit] Autosave
[edit] Quick Summary
This pattern isn't necessarily an interaction pattern in the sense that user are directly interacting with the system. Moreover, this pattern is functionality that the system the user offers. Autosave regularly saves the data the user has been entering before. This decreases the likelihood of data loss.
If there is that to be saved this function makes it possible that the system itself is saving once in a while or the moment new information is been added. Includes a Feeback: System telling the user "Saved". First Process --> then saved.
[edit] Visual Examples
| Found at docs.google.com | |
[edit] Examples found on the World Wide Web
[edit] Possible Field of Application
- In word processor like Google Docs (http://docs.google.com)
[edit] Possible Solution
It's a programming problem so at this place we would add code, right?

