You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I'd like to have checked that before I open the Robot Interaction Cockpit the robot is configured properly so that I do not have to add user input for nothing.
💭 Hints & Thoughts
It might be useful to split the method "isBotFullyConfigured" so that before switching to the BotInteractionCockpit it is already tested if all required fields are either marked with userInputRequired or filled in. Otherwise, even a complete filling of the displayed fields of the Interaction Cockpit is useless.
❓ Additional Questions to Answer / Consider
✅ Conditions of satisfaction
Should move the function isBotFullyConfigured to the robot container
Should rewrite the functions to test if all required fields are either marked with userInputRequired or filled in.
The text was updated successfully, but these errors were encountered:
As a user, I'd like to have checked that before I open the Robot Interaction Cockpit the robot is configured properly so that I do not have to add user input for nothing.
💭 Hints & Thoughts
It might be useful to split the method "isBotFullyConfigured" so that before switching to the BotInteractionCockpit it is already tested if all required fields are either marked with userInputRequired or filled in. Otherwise, even a complete filling of the displayed fields of the Interaction Cockpit is useless.
❓ Additional Questions to Answer / Consider
✅ Conditions of satisfaction
The text was updated successfully, but these errors were encountered: