google-code-export / umple

Automatically exported from code.google.com/p/umple
1 stars 0 forks source link

Restore User's Umple Online Session #527

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What improvement do you want to Umple? 
When the user accidentally closes umple online and goes back to umple online, 
the user can restore his/her session.

How big, if any, do you expect the benefits of this to be to the software
engineering community?
It will be helpful such that the user does not have to retype everything again.

What parts of the system (that you are aware of) would need to change?
The umple.php and javascript files.

Original issue reported on code.google.com by CharlesH...@gmail.com on 5 Mar 2014 at 3:51

GoogleCodeExporter commented 9 years ago
I implemented a prototype version of this by storing the filename in the cookie 
with expiration. The user would see a link that would allow the user to restore 
its previous session.

Original comment by CharlesH...@gmail.com on 5 Mar 2014 at 3:52

GoogleCodeExporter commented 9 years ago
The cookie should store the name of the directory containing model.ump and also 
the state of the diagramType variable, and other option variables such as which 
panes are shown. It would be important to ensure that if an UmpeOnline session 
is started with arguments specifying these variables that the arguments take 
precedence over what is in the Cookie. The same goes if a URL argument is 
asking to load a specify file or example.

Original comment by TimothyCLethbridge on 7 Mar 2014 at 5:50

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 7 Mar 2014 at 5:50

GoogleCodeExporter commented 9 years ago
What do you mean the diagramType variable?

Original comment by cmw...@cornell.edu on 20 Mar 2014 at 4:36

GoogleCodeExporter commented 9 years ago
Sorry, nevermind.

Original comment by cmw...@cornell.edu on 20 Mar 2014 at 4:37

GoogleCodeExporter commented 9 years ago

Original comment by TimothyCLethbridge on 21 Mar 2014 at 6:33