Skip to content

feat: onboarding wizard #6#2768

Draft
comatory wants to merge 2 commits intoondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-05from
ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-06
Draft

feat: onboarding wizard #6#2768
comatory wants to merge 2 commits intoondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-05from
ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-06

Conversation

@comatory
Copy link
Copy Markdown
Contributor

@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 (6): for onboarding wizard - event tracking

Parent: #2750

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 15, 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: bb86ead6-d5ba-4901-9d9f-3655b8309bdd

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.

@comatory comatory mentioned this pull request Apr 15, 2026
5 tasks
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

Codecov Report

❌ Patch coverage is 0.24570% with 406 lines in your changes missing coverage. Please review.
✅ Project coverage is 8.63%. Comparing base (1792cb0) to head (2d0042e).

Files with missing lines Patch % Lines
cli/src/commands/demo/command.ts 0.00% 130 Missing ⚠️
cli/src/commands/demo/util.ts 1.23% 80 Missing ⚠️
studio/src/components/onboarding/step-1.tsx 0.00% 56 Missing ⚠️
studio/src/components/onboarding/step-finished.tsx 0.00% 56 Missing ⚠️
studio/src/components/onboarding/step-3.tsx 0.00% 46 Missing ⚠️
studio/src/components/onboarding/step-2.tsx 0.00% 30 Missing ⚠️
studio/src/hooks/use-onboarding-navigation.ts 0.00% 4 Missing ⚠️
studio/src/lib/track.ts 0.00% 3 Missing ⚠️
.../src/components/onboarding/onboarding-provider.tsx 0.00% 1 Missing ⚠️

❌ Your patch check has failed because the patch coverage (0.24%) 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 (8.63%) is below the target coverage (30.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@                                         Coverage Diff                                          @@
##           ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-05   #2768       +/-   ##
====================================================================================================
- Coverage                                                             33.24%   8.63%   -24.62%     
====================================================================================================
  Files                                                                   136     451      +315     
  Lines                                                                 12792   56934    +44142     
  Branches                                                                470     921      +451     
====================================================================================================
+ Hits                                                                   4253    4917      +664     
- Misses                                                                 8537   51711    +43174     
- Partials                                                                  2     306      +304     
Files with missing lines Coverage Δ
.../src/components/onboarding/onboarding-provider.tsx 0.00% <0.00%> (ø)
studio/src/lib/track.ts 0.00% <0.00%> (ø)
studio/src/hooks/use-onboarding-navigation.ts 0.00% <0.00%> (ø)
studio/src/components/onboarding/step-2.tsx 0.00% <0.00%> (ø)
studio/src/components/onboarding/step-3.tsx 0.00% <0.00%> (ø)
studio/src/components/onboarding/step-1.tsx 0.00% <0.00%> (ø)
studio/src/components/onboarding/step-finished.tsx 0.00% <0.00%> (ø)
cli/src/commands/demo/util.ts 3.82% <1.23%> (-0.51%) ⬇️
cli/src/commands/demo/command.ts 2.36% <0.00%> (-0.83%) ⬇️

... and 308 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-06 branch 2 times, most recently from f92bb55 to 9d25dac Compare April 15, 2026 19:26
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-05 branch from 3f5ce69 to 2512d57 Compare April 15, 2026 19:57
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-06 branch from 9d25dac to 34cbcfb Compare April 15, 2026 20:11
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-05 branch from 2512d57 to 355af5b Compare April 16, 2026 06:35
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-06 branch 2 times, most recently from 54b956c to 089708c Compare April 16, 2026 10:20
@github-actions github-actions bot added the cli label Apr 16, 2026
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-06 branch from 089708c to 24f1ee3 Compare April 16, 2026 12:11
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-05 branch from 355af5b to c687548 Compare April 16, 2026 12:43
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-06 branch from 24f1ee3 to 5a7a197 Compare April 16, 2026 12:44
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-05 branch from c687548 to 1792cb0 Compare April 16, 2026 13:19
@comatory comatory force-pushed the ondrej/eng-9192-onboarding-wizard-from-signup-to-live-metrics-06 branch from 5a7a197 to 2d0042e Compare April 16, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant