Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving and restoring a map draft #24

Closed
ufdada opened this issue Apr 6, 2015 · 0 comments · Fixed by #31
Closed

Saving and restoring a map draft #24

ufdada opened this issue Apr 6, 2015 · 0 comments · Fixed by #31

Comments

@ufdada
Copy link
Owner

ufdada commented Apr 6, 2015

To save the progress of a map for unpredictable situations (browser-crash, accidental tab closing etc.) the mapeditor should be smart enough to set and reset a draft after every action.

Sideeffects: As the browser has a max of 5MiB to store, i just would store one map as draft (no undo/redo - data).

Actions where a draft should be

set reset
after setting a tile generate new map
redo import map file
mirror map import csv file
resize map export map
undo choose cancel on confirm message

Edit: There is no confirm message, the map file gets immediately restored now. It is more convienent that way.

This was referenced Apr 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant