feat(onboarding): add Getting Started journeys - #338
Open
lfnandoo wants to merge 2 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Outcome
Delivers Phase 1 — Getting Started foundation and first complete vertical slice of the onboarding roadmap. A first-time user can choose a private Parallax demo or connect production data, resume the journey from anywhere in the product, and continue into the initial Product Tour.
This branch starts from
mainat88f11cf7and contains one focused onboarding commit.Full onboarding plan
The product roadmap remains the three-journey flow documented in
plans/onboarding/OVERVIEW.md:Entry and choice
Demo journey
Production setup journey
Product Tour journey
Acceptance and rollout
SP_DEMO_XATA_ORGandSP_DEMO_CATALOG; keepXATA_KEYin deployment secrets only.Phase status
mainThis PR is therefore at Phase 1. It provides local automated evidence, but it does not claim staging or production acceptance.
What changed in this phase
Validation
uv run pytest tests/test_getting_started_policy.py tests/test_demo_connector_isolation.py -q— 34 passed.npm run test:unit -- --run lib/getting-started.test.ts lib/api/error-messages.test.ts components/chat/chat-message.test.tsx— 20 passed.npm run typecheck— passed.uv run ruff check <changed Python files>— passed.git diff --cached --check— passed before commit.Deployment notes
XATA_KEYis server-side only and must come from the deployment secret store.