HydroSysPotsdam / Forester

Interactive and web-based visualization of decision trees.
GNU General Public License v3.0
4 stars 0 forks source link

Inconsistencies in `SettingsEvent` #36

Closed david-strahl closed 1 year ago

david-strahl commented 1 year ago

The list of change parameters is relative to the initial values (or last submitted) for submitting and resetting. For changing a value, the changed parameter is always the one that triggered the event even when the new value is the same as in the initial value set.

Maybe better to be relative to the last dispatched event.

david-strahl commented 1 year ago

Be more clear about when an event is dispatched:

david-strahl commented 1 year ago

How does the Settings Form know, from where it was opened?

Should this be known? Maybe it is better if the user needs to remember what settings were used to open the form.

david-strahl commented 1 year ago

All changed parameter names are now relative to the latest submitted values.