-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
questionFurther information is requestedFurther information is requested
Description
There are different ways we could handle errors due to invalid inputs:
- We could catch them when we click the button (for example to run ROBMED) and then have a pop-up message to instruct users what to change.
- We could catch invalid inputs on the fly and deactivate the button to prevent such errors in the first place.
Option 1 is easier to implement, but I'm in favor of option 2 because it's cleaner. I think it's less confusing to prevent issues before the user clicks the button. In addition, for the Model tab, we don't have a button to click, but we still need to prevent errors when more than 3 serial mediators are selected (which are not supported, see #31).
What should we do and should we best implement this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested