-
Notifications
You must be signed in to change notification settings - Fork 19
feat: move onboarding wizard persistence server-side #1984
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Ajit-Mehrotra
wants to merge
44
commits into
main
Choose a base branch
from
codex/server-side-onboarding-wizard
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
5a6b271
feat(onboarding-api): move wizard persistence to the server
Ajit-Mehrotra dbb7c56
feat(onboarding-web): drive the wizard from server bootstrap state
Ajit-Mehrotra f0e9dec
test(onboarding): cover the server-owned wizard flow
Ajit-Mehrotra 121faa6
docs(onboarding): replace outdated wizard docs
Ajit-Mehrotra ee4172b
fix(onboarding-ui): show step overlay while transition saves run
Ajit-Mehrotra 8a90223
fix(onboarding-ui): move transition loading into steps
Ajit-Mehrotra a5eef6c
fix(onboarding-ui): replace step content during transition saves
Ajit-Mehrotra 8065ed9
fix(onboarding-exit): clear server draft on modal exits
Ajit-Mehrotra 4cd79c3
fix(onboarding-core): gate core settings on live baseline
Ajit-Mehrotra 63d92cd
revert(onboarding-core): remove baseline gating follow-up
Ajit-Mehrotra 79789d8
feat(onboarding-boot): persist device metadata in wizard draft
Ajit-Mehrotra 763f615
fix(onboarding-ui): tighten internal boot summary flow
Ajit-Mehrotra 545bd81
docs(onboarding): document core settings precedence
Ajit-Mehrotra ddc90ad
fix(onboarding-ui): align boot mode option order
Ajit-Mehrotra 753a347
refactor(onboarding): move wizard draft boundary to JSON
Ajit-Mehrotra a16e540
test(onboarding): update tracker state expectations
Ajit-Mehrotra b591f47
chore(codegen): refresh api graphql types
Ajit-Mehrotra edb6217
fix(onboarding-tracker): persist drafts from base tracker state
Ajit-Mehrotra 30ca000
fix(onboarding-tracker): preserve base fields in overrides
Ajit-Mehrotra b2b4057
fix(onboarding-tracker): clamp devices to slot count
Ajit-Mehrotra 0faf65f
fix(onboarding-web): preserve sparse draft semantics
Ajit-Mehrotra e84d083
fix(onboarding-web): tighten numeric draft normalization
Ajit-Mehrotra 7bf48af
fix(onboarding-boot): ignore stale storage selections
Ajit-Mehrotra e6bc0da
fix(onboarding-modal): lock stepper during saves
Ajit-Mehrotra b23bcde
docs(onboarding): update internal boot draft example
Ajit-Mehrotra ba94b8c
docs(onboarding): document sparse wizard drafts
Ajit-Mehrotra 7748999
fix(onboarding-i18n): localize boot config warnings
Ajit-Mehrotra f7bdd7b
chore(onboarding-api): remove unused model imports
Ajit-Mehrotra f4f661f
test(onboarding-web): use nextTick for pool mode reactivity
Ajit-Mehrotra 9681973
refactor(onboarding): simplify step state ownership
Ajit-Mehrotra c2e0618
chore: bump api version to 4.32.0 and update generated index file for…
Ajit-Mehrotra 3696544
refactor: remove input parameter and reason enum from closeOnboarding…
Ajit-Mehrotra 1211f26
refactor: remove CloseOnboarding mutation and associated types from G…
Ajit-Mehrotra fabb64a
refactor(onboarding-web): collapse step blocking state
Ajit-Mehrotra 27a5f76
fix(onboarding-web): update step save failure copy
Ajit-Mehrotra d0c032c
fix(onboarding-web): normalize standalone boot alert
Ajit-Mehrotra 065b609
refactor(onboarding): unify modal completion flow
Ajit-Mehrotra dde30cb
fix(onboarding-web): preserve selected timezone snapshot
Ajit-Mehrotra 722e415
fix(onboarding): keep activation step in session
Ajit-Mehrotra 0142e2c
fix(onboarding): clarify internal boot licensing
Ajit-Mehrotra 71f3858
fix(onboarding): refine internal boot licensing copy
Ajit-Mehrotra 3736269
fix(onboarding): tune internal boot reboot copy
Ajit-Mehrotra 9fc0917
style: update InternalBootConfirmDialog alert color to neutral and fi…
Ajit-Mehrotra 6746900
fix(onboarding): reuse confirm dialog in standalone boot flow
Ajit-Mehrotra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,9 @@ | ||
| { | ||
| "version": "4.29.2", | ||
| "version": "4.32.0", | ||
| "extraOrigins": [], | ||
| "sandbox": false, | ||
| "ssoSubIds": [], | ||
| "plugins": [ | ||
| "unraid-api-plugin-connect" | ||
| ] | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Document the unlock-input constraints in the schema.
The backend already rejects requests that send both fields together and only accepts printable-ASCII passwords, but neither rule is exposed here. Please reflect those constraints in the source field descriptions so clients do not discover them only at runtime. See
api/src/unraid-api/graph/resolvers/array/array.service.ts:34-106andapi/src/unraid-api/graph/resolvers/array/array.service.ts:129-180.🤖 Prompt for AI Agents