FIX: Make onboarding tour target-state aware - #2310
Conversation
Make tour instructions and spotlight targets reflect whether Chat has an active target, with focused unit and browser coverage for both first-use states. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7a2feb74-e66a-427e-8b5c-c503b91d98d8
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7a2feb74-e66a-427e-8b5c-c503b91d98d8
|
Curious, what happens when you click on "configure a target" or "manage targets" during step 3 of the tour? If I'm remembering correctly, the page will change but the tour overlay will still be present and allow you to navigate to next and previous step, but I just wanted to make sure that behavior is still present. As an edge case, if a user does configure a target during the tour in step 3, does step 4 work properly (i.e., now with an active target)? |
jsong468
left a comment
There was a problem hiding this comment.
lgtm as long as changes mid-tour behave properly!
Keep tour controls available after navigation from step 3 and adapt the next step when a target becomes active during the tour. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7a2feb74-e66a-427e-8b5c-c503b91d98d8
|
Thanks for flagging this. I found the tour disappeared after either button changed views, so I fixed it to keep Back/Next available on Configuration; activating a target during step 3 now makes step 4 spotlight the composer and converter control, with browser coverage for both buttons and the state transition. |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7a2feb74-e66a-427e-8b5c-c503b91d98d8
Description
Fresh users were directed to select a target on Home even though activation happens in Configuration, and the Chat step described a converter control that is hidden until a target is active.
This change makes the five-step tour state-aware while preserving its existing navigation. The target step now explains that activation uses Set Active in Configuration and that Home is a status summary. In Chat, users without an active target are guided to the visible Configure Target prerequisite banner; users with an active target are guided to the actual converter toggle beside the composer. Stable tour hooks keep each spotlight attached to the control described by its copy.
Videos
Before: fresh user
before-fresh-user-tour.webm
After: no active target
after-fresh-user-tour.webm
After: active target
after-active-target-tour.webm
Tests and Documentation