osmlab / to-fix

A task manager for OpenStreetMap
https://osmlab.github.io/to-fix/
BSD 3-Clause "New" or "Revised" License
57 stars 20 forks source link

Next Task button should prompt to save edits #119

Open talllguy opened 9 years ago

talllguy commented 9 years ago

When the user is done fixing something, they may be tempted to click Next Task -> before clicking Save, as I just did. At this point, the application will in fact go to the next task without saving. [enhancement] It would be nice if the Next Task -> button checked to see if the user had saved any pending edits before moving forward.

screen shot 2015-06-07 at 11 18 19 am

Note: in the next edit session, the user gets the unsaved edits prompt, but it may not be immediately apparent that those edits are the result of the last one not saving.

sent from #sotmus

tristen commented 9 years ago

This is a little tricky. iD is just rendered as an iframe into to-fix making it impossible to communicate between the two apps.