Introduction
Like was done in #2 for the CLI interface, now we want the same in the GUI interface. The list of options must be given in a similar way but in a different context.For example, the GUI must limit the range of values for options that declare a minimum or maximum value.
DoD — Problems can give to the Runner a list of options with a rich description (name, type, values..); the GUI adds these options to the user interface; the User can tweak these parameters; before starting the Problem, all options are applied.
Tasks
Introduction
Like was done in #2 for the CLI interface, now we want the same in the GUI interface. The list of options must be given in a similar way but in a different context.For example, the GUI must limit the range of values for options that declare a minimum or maximum value.
Tasks