MDANSE icon indicating copy to clipboard operation
MDANSE copied to clipboard

[ENHANCEMENT] Preview for Configurator outputs

Open MBartkowiakSTFC opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. The GUI takes user inputs and passes them to the MDANSE configurators. If the inputs are invalid, the offending entries are highlighted and the hovertext contains a brief explanation of what went wrong. However, for many input widgets it may still not be clear to users if their inputs worked correctly. For example, if I define Frames=0,100,1 I would like to know what the first, second and last frame numbers are - will it be 0,1 and 100, or will it be 0,1 and 99?

Describe the solution you'd like The GUI needs to include an option of displaying the result of each configurator, for the user to verify the inputs. For commonly used configurators such as Frames we should extend the output to include not only the frame numbers but also corresponding time values, etc.

Describe alternatives you've considered This can be implemented in different ways. Some discussion will be necessary before we decide on one.

Additional context N/A

MBartkowiakSTFC avatar Apr 07 '24 11:04 MBartkowiakSTFC