Clotho is a framework for engineering synthetic biological systems and managing the data used to create them. You can author data schemas, run functions and algorithms, and tie Clotho into existing applications.
BSD 3-Clause "New" or "Revised" License
3
stars
0
forks
source link
Command bar functions fail when clicking arrow #483
To replicate, select a function such as determineSharableType in the command bar, enter in an ID (e.g. org.clothocad.core.schema.Schema), and try to run the function by clicking the arrow. This results in submitting a run call without the argument defined and thus there's an error.
The current supported way to run functions through the command bar is to press the Enter/Return key after inputting arguments until the prompt "All arguments are defined" appears, and then pressing Enter/Return or clicking the arrow.
Not supporting immediate function execution without having to wait for "All arguments are defined" is unintuitive/frustrating and blocking for those unfamiliar with having to hit Enter/Return.
To replicate, select a function such as determineSharableType in the command bar, enter in an ID (e.g. org.clothocad.core.schema.Schema), and try to run the function by clicking the arrow. This results in submitting a run call without the argument defined and thus there's an error.
The current supported way to run functions through the command bar is to press the Enter/Return key after inputting arguments until the prompt "All arguments are defined" appears, and then pressing Enter/Return or clicking the arrow.
Not supporting immediate function execution without having to wait for "All arguments are defined" is unintuitive/frustrating and blocking for those unfamiliar with having to hit Enter/Return.