fix(onboarding): require a use case selection so onboarding.use_cases is never empty - #2908
Conversation
Users could skip use case selection entirely, leaving onboarding.use_cases empty on the created org. This permanently hid the getting-started checklist on the org overview for every member, with no way to recover it afterwards. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
View your CI Pipeline Execution ↗ for commit 35b9904
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗ ☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
All reported issues were addressed across 1 file
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…e-cases.tsx Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## staging #2908 +/- ##
===========================================
+ Coverage 48.46% 54.12% +5.65%
===========================================
Files 1272 13 -1259
Lines 27590 303 -27287
Branches 8114 64 -8050
===========================================
- Hits 13372 164 -13208
+ Misses 11952 128 -11824
+ Partials 2266 11 -2255
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
🎉 This PR is included in version 1.344.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Summary
Issue: QOV-2195
Screenshots / Recordings
Testing
yarn testoryarn test -u(if you need to regenerate snapshots)yarn formatyarn lintPR Checklist
.cursor/rules)feat(service): add new Terraform service) - required for semantic-releaseSummary by cubic
Requires onboarding users to select at least one use case before continuing, fixing QOV-2195 so the getting-started checklist is no longer permanently hidden by an empty selection.
rdeandspec-to-prodoptions with a "Migrate to another cloud provider from Heroku, Render or another PaaS" use case.Written for commit 62b3790. Summary will update on new commits.