scope: remove onboarding flow #292
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#292
Loading…
Add table
Add a link
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 onboarding flow still exists in the app and redirects first-run users before the main UI.
For a single-user self-hosted app, this is unnecessary complexity. Defaults should let the app open directly, and settings should handle later customization.
Solution
/onboardingand the onboarding wizard./api/onboarding/complete.users.onboarding_completedin runtime flow; leave a migration cleanup for a later schema-compaction pass if needed.Acceptance criteria