Keep ExportDialog from making decisions on default values

Issue #529 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Follow classic MVC design

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

n/a

CURRENT BEHAVIOR

ExportDialog is making decisions about default options for the export interface.

EXPECTED BEHAVIOR

ExportDialog shouldn't be making decisions about what the default is. It shouldn't know how to deal with determining a default.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Move decisions of default settings to either ExportHandler or ExportDialogController

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

  • ExportDialog
  • ExportHandler
  • ExportDialogController

LEVEL OF EFFORT - developers only

minor

COMMENTS

Comments (0)

  1. Log in to comment