Hey guys I need to implement "Save as Draft" Feature. The logic for this that I have thought about goes this way.
Logic: On click of "Save as Draft" button I would add an event to store the contents of my web applicationin a temp db and return the control to Home Page.
Problem: Implementation using js and mootools if incase there are some features available in this framework .
localStorage, or some other kind of client-side storage? Otherwise, this involves far more work on the server than on the client.