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
The Startup Wizard (Help → Startup Wizard, and shown on first run) reads like internal release notes, not a welcoming first-run screen. It's built in quill/ui/main_frame.py → _build_startup_wizard_html() (~18185).
Current content:
A "Current Setup Progress" status table (Setup area / Status / What this controls) — framed as a status report, not guidance.
A "Guided Flow" numbered list.
"Accessibility Notes" and an "After Wizard" line.
What's wrong (too technical)
Internal/jargon language a new user won't understand:
Framing: leads with a "Current Setup Progress" table instead of a friendly "Welcome — here's how to get started."
What to fix
Rewrite _build_startup_wizard_html() in plain, welcoming language: what Quill is, what each setup step gives the user (in their words), and a warm "you're all set" close.
Remove or soften internal terms (esp. the "BITS Whisperer rollout / readiness checks / runtime routing" wording) for end users.
Product area
Onboarding / Startup Wizard / UI copy
Severity
P3 - polish (confusing first-run experience)
Summary
The Startup Wizard (Help → Startup Wizard, and shown on first run) reads like internal release notes, not a welcoming first-run screen. It's built in
quill/ui/main_frame.py→_build_startup_wizard_html()(~18185).Current content:
What's wrong (too technical)
What to fix
_build_startup_wizard_html()in plain, welcoming language: what Quill is, what each setup step gives the user (in their words), and a warm "you're all set" close.Acceptance
Related: #75.