-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
As a user of the script generator, I need to be able to set arbitrary conditions which make inputs valid/invalid in the script generator.
Acceptance criteria:
- As an instrument scientist, I can define an arbitrary python function which tells the script generator whether a given set of inputs are valid or not
- This arbitrary function is loaded from the same place that defines the available actions to configure the script generator.
- When a user creates a script, the parameters are checked in real time (or close to real time)
- When a user inputs invalid parameters, these a highlighted in an obvious way