docs(api-subscription): note monthly vs yearly seat pricing in top box#121
Merged
Conversation
Add a short pricing reference to the Assumptions panel of the API -> Subscription Migration scenario. The seat price fields default to monthly list pricing ($25 Standard / $125 Premium); the note also surfaces the cheaper yearly rate ($20 Standard / $100 Premium) so the defaults are self-explanatory. UI copy only -- no engine or schema change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds clarifying UI copy to the Assumptions panel in the API → Subscription Migration scenario so users understand the seat price inputs are monthly by default and that yearly billing is cheaper.
Changes:
- Inserted a short pricing reference paragraph above the assumptions controls grid.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+364
to
+372
| {/* Pricing reference — the seat fields default to monthly list | ||
| pricing; billed yearly each seat is cheaper. */} | ||
| <p className="mb-4 max-w-2xl text-xs leading-relaxed text-muted-foreground"> | ||
| Seat prices are per seat, per month. The fields default to monthly | ||
| list pricing — <span className="text-ink">$25</span> Standard ·{" "} | ||
| <span className="text-ink">$125</span> Premium. Billed yearly, seats | ||
| are cheaper: <span className="text-ink">$20</span> Standard ·{" "} | ||
| <span className="text-ink">$100</span> Premium. | ||
| </p> |
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.
What
Adds a short pricing reference to the Assumptions panel (the top box) of the API → Subscription Migration scenario (
/scenarios/api-subscription).The two seat price fields default to monthly list pricing pulled from
access_tiers($25 Standard / $125 Premium), but nothing on the page tells you that, or that billing yearly is cheaper. The note makes the defaults self-explanatory:Scope
<p>added between the panel header and the controls grid.dataset.defaultStandardCents/defaultPremiumCentsas before.Verification
pnpm lint✅pnpm typecheck✅pnpm test✅ (623 passed)pnpm build✅🤖 Generated with Claude Code