Description of the limitation and why it is relevant to address
As a user I want more flexibility in the UI. Below is some feedback:
-
The UI is not flexible enough for complex apps compared to desktop options or compared to Streamlit.
-
A lot of times people have to make workarounds that are “annoying”, such as:
-
calls in the parametrization when they’re linked with each other when a user needs a field to be dependent on another field, but the callback might be a bit slow due to external API
-
vkt.InputTable vs Table in the controller. Why do we need two types of tables. Should just be one table where you can do inputs, perform logic, and show results
-
Submitter proposed design (optional)
Arup developer
Current workarounds
None