Streamline the unsaved data dialog

Issue #578 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Reduce the number of dialogs.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Cluster
  2. Quit

CURRENT BEHAVIOR

The user is prompted in 1 dialog: "It appears there is unsaved data. Do you want to save before TreeView closes?":No/[Yes].

Then the user is given a save dialog (if they selected yes).

EXPECTED BEHAVIOR

Only give the user the save dialog (with a message something like "You have unsaved changes.") with a pre-filled file name and location and 3 buttons:

  • OPTIONAL: Cancel (stop the quit from happening - this is covered in another issue)
  • Don't save (i.e. quit without saving)
  • Save

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

none

FILES AFFECTED (where the changes will be implemented) - developers only

unknown

LEVEL OF EFFORT - developers only

minor

COMMENTS

Comments (1)

  1. Log in to comment