Skip to content

feat: onboarding wizard #2#2720

Draft
comatory wants to merge 10 commits intoondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01from
ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02
Draft

feat: onboarding wizard #2#2720
comatory wants to merge 10 commits intoondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01from
ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02

Conversation

@comatory
Copy link
Copy Markdown
Contributor

@comatory comatory commented Apr 1, 2026

@coderabbitai summary

Checklist

  • I have discussed my proposed changes in an issue and have received approval to proceed.
  • I have followed the coding standards of the project.
  • Tests or benchmarks have been added or updated.
  • Documentation has been updated on https://github.com/wundergraph/docs-website.
  • I have read the Contributors Guide.

Open Source AI Manifesto

This project follows the principles of the Open Source AI Manifesto. Please ensure your contribution aligns with its principles.

PR (2) for onboarding wizard: routing + navigation

Parent: #2719

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 1, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 07a4cfc8-3006-4f5b-b43d-abf42b1c750d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added the studio label Apr 1, 2026
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from 19fcf58 to d4c5745 Compare April 1, 2026 07:52
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

❌ Patch coverage is 0% with 400 lines in your changes missing coverage. Please review.
✅ Project coverage is 1.58%. Comparing base (30179c4) to head (48b7707).

Files with missing lines Patch % Lines
studio/src/components/onboarding/step-1.tsx 0.00% 58 Missing and 1 partial ⚠️
studio/src/components/onboarding/step-4.tsx 0.00% 54 Missing and 1 partial ⚠️
.../src/components/onboarding/onboarding-provider.tsx 0.00% 49 Missing and 1 partial ⚠️
studio/src/hooks/use-onboarding-navigation.ts 0.00% 42 Missing and 1 partial ⚠️
...o/src/components/posthog-feature-flag-provider.tsx 0.00% 35 Missing and 1 partial ⚠️
studio/src/pages/onboarding/[step].tsx 0.00% 29 Missing and 1 partial ⚠️
studio/src/components/onboarding/step-2.tsx 0.00% 23 Missing and 1 partial ⚠️
studio/src/components/onboarding/step-3.tsx 0.00% 23 Missing and 1 partial ⚠️
studio/src/components/federatedgraphs-cards.tsx 0.00% 16 Missing ⚠️
studio/src/pages/onboarding/index.tsx 0.00% 15 Missing and 1 partial ⚠️
... and 7 more

❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage.
❌ Your project check has failed because the head coverage (1.58%) is below the target coverage (30.00%). You can increase the head coverage or adjust the target coverage.

❗ There is a different number of reports uploaded between BASE (30179c4) and HEAD (48b7707). Click for more details.

HEAD has 18 uploads less than BASE
Flag BASE (30179c4) HEAD (48b7707)
19 1
Additional details and impacted files
@@                                         Coverage Diff                                          @@
##           ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01   #2720       +/-   ##
====================================================================================================
- Coverage                                                             27.09%   1.58%   -25.52%     
====================================================================================================
  Files                                                                   676     307      -369     
  Lines                                                                 80048   41882    -38166     
  Branches                                                                899     443      -456     
====================================================================================================
- Hits                                                                  21692     662    -21030     
+ Misses                                                                56691   40923    -15768     
+ Partials                                                               1665     297     -1368     
Files with missing lines Coverage Δ
studio/src/hooks/use-session-storage.ts 0.00% <ø> (ø)
...io/src/components/dashboard/workspace-provider.tsx 0.00% <0.00%> (ø)
studio/src/components/app-provider.tsx 0.00% <0.00%> (ø)
studio/src/hooks/use-onboarding.ts 0.00% <0.00%> (ø)
studio/src/components/layout/onboarding-layout.tsx 0.00% <0.00%> (ø)
studio/src/lib/track.ts 0.00% <0.00%> (ø)
studio/next.config.mjs 0.00% <0.00%> (ø)
studio/src/pages/_app.tsx 0.00% <0.00%> (ø)
studio/src/components/federatedgraphs-cards.tsx 0.00% <0.00%> (ø)
studio/src/pages/onboarding/index.tsx 0.00% <0.00%> (ø)
... and 8 more

... and 380 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch 2 times, most recently from 69380d3 to 45dffc0 Compare April 1, 2026 08:45
@github-actions

This comment has been minimized.

@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from 45dffc0 to 8966580 Compare April 1, 2026 09:12
@github-actions

This comment has been minimized.

@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01 branch from ec7ea95 to b6fb36f Compare April 1, 2026 09:17
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from 8966580 to e4c0eea Compare April 1, 2026 09:17
@github-actions

This comment has been minimized.

@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01 branch from b6fb36f to 54189f0 Compare April 1, 2026 09:23
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from e4c0eea to 65f843f Compare April 1, 2026 09:23
@github-actions

This comment has been minimized.

@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from 65f843f to d02cfdb Compare April 1, 2026 09:58
@github-actions

This comment has been minimized.

@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01 branch from 54189f0 to f039f02 Compare April 1, 2026 10:04
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from d02cfdb to 2ba3170 Compare April 1, 2026 10:04
@github-actions

This comment has been minimized.

@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from 2ba3170 to 8cc1ebe Compare April 1, 2026 10:32
@github-actions

This comment has been minimized.

@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from 8cc1ebe to d087c4e Compare April 1, 2026 11:59
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01 branch from f039f02 to 4d962cc Compare April 1, 2026 11:59
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from d087c4e to 3a5856f Compare April 1, 2026 11:59
@github-actions

This comment has been minimized.

@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01 branch from 4d962cc to ae0d1a7 Compare April 1, 2026 13:00
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from 3a5856f to a6f29a8 Compare April 1, 2026 13:00
@github-actions

This comment has been minimized.

@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01 branch from 7e83557 to cb36c42 Compare April 2, 2026 08:16
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from fb9c4e1 to c7b168f Compare April 2, 2026 10:01
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01 branch from 28f3199 to a41e654 Compare April 2, 2026 11:05
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from c7b168f to d4c7269 Compare April 2, 2026 11:05
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01 branch from a41e654 to d87bc6d Compare April 2, 2026 15:28
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from d4c7269 to 01e7e87 Compare April 2, 2026 15:28
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01 branch from d87bc6d to d6e81f0 Compare April 7, 2026 06:10
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch 2 times, most recently from ee941e6 to 5f66acd Compare April 7, 2026 10:01
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01 branch from d6e81f0 to 97a083c Compare April 8, 2026 07:27
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from 5f66acd to b58fa9b Compare April 8, 2026 07:27
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01 branch from 97a083c to d6e81f0 Compare April 8, 2026 07:27
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from b58fa9b to 5f66acd Compare April 8, 2026 07:27
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01 branch from d6e81f0 to 4b81c23 Compare April 8, 2026 07:29
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from 5f66acd to e451c73 Compare April 8, 2026 07:29
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01 branch from 4b81c23 to d6e81f0 Compare April 8, 2026 07:30
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from e451c73 to 5f66acd Compare April 8, 2026 07:30
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-01 branch from d6e81f0 to 30179c4 Compare April 8, 2026 07:31
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch 2 times, most recently from 8e9b3b9 to ba6b860 Compare April 8, 2026 07:42
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-02 branch from ba6b860 to 48b7707 Compare April 8, 2026 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant