[Vue] No first-run onboarding wizard #60
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/peregrine#60
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The Streamlit UI has a full 6-step onboarding wizard (
app/pages/0_Setup.py) that gates the app until initial configuration is complete. The Vue SPA has no equivalent — a new user landing on the Vue SPA with nouser.yamlwill see empty data everywhere with no guidance.Required wizard steps
Acceptance criteria
user.yamlis missing orwizard_complete: falseNotes
This is a prerequisite for Vue being the primary surface for new users. Until this exists, Streamlit must remain as the onboarding path.