-
Notifications
You must be signed in to change notification settings - Fork 543
[service-utils] Remove starter_legacy
plan type
#7276
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 1e780d6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThis change removes all references to the Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant DashboardUI
participant ServiceUtils
User->>DashboardUI: Loads billing or team UI
DashboardUI->>ServiceUtils: Fetch team data (TeamResponse)
ServiceUtils-->>DashboardUI: Returns team data (without starter_legacy, billingPlanVersion, growthTrialEligible)
DashboardUI-->>User: Renders UI (no starter_legacy plan, no legacy banners, updated mappings)
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (15)
💤 Files with no reviewable changes (8)
🧰 Additional context used🪛 LanguageTool.changeset/many-hounds-wave.md[duplication] ~7-~7: Possible typo: you repeated a word. (ENGLISH_WORD_REPEAT_RULE) ⏰ Context from checks skipped due to timeout of 90000ms (3)
🔇 Additional comments (8)
✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7276 +/- ##
=======================================
Coverage 55.57% 55.57%
=======================================
Files 909 909
Lines 58667 58667
Branches 4158 4158
=======================================
Hits 32606 32606
Misses 25954 25954
Partials 107 107
🚀 New features to boost your workflow:
|
3e21656
to
1e780d6
Compare
1e780d6
to
9e45fc1
Compare
size-limit report 📦
|
Remove Legacy Plan Types and Fields
This PR removes the following from the codebase:
starter_legacy
plan typebillingPlanVersion
fieldgrowthTrialEligible
fieldAdditionally, it removes the
StarterLegacyDiscontinuedBanner
component and all references to the legacy starter plan throughout the dashboard UI.Summary by CodeRabbit
Refactor
billingPlanVersion
andgrowthTrialEligible
from team data.Chores