-
Notifications
You must be signed in to change notification settings - Fork 117
Description
Task Summary
Currently, what the user sees while the LLM is generating a workflow is a generic “Loading workflow…” message and is not informative (see screenshot). In this current design, the user has no idea how long they have to wait, which can cause confusion since there is no expectation for how long it will take. In addition, the spinning icon could be substituted for something more informative and interactive.
Proposed Solution or Design
To improve the user experience, we will change it to include information such as a better message: “This will take a couple minutes…” for example. We can also add a clock/progress bar to indicate how much time has passed to visually show the user instead of just a spinning icon. This new design gives the user an expectation for how long they need to wait as well as a visual indicator instead of a static spinning icon.
Priority
P2 – Medium
Task Type
- Code Implementation
- Documentation
- Refactor / Cleanup
- Testing / QA
- DevOps / Deployment