docs: Fyso Teams paid entitlement reference (closes #1520)#59
Open
sebastianbarrozo wants to merge 2 commits into
Open
docs: Fyso Teams paid entitlement reference (closes #1520)#59sebastianbarrozo wants to merge 2 commits into
sebastianbarrozo wants to merge 2 commits into
Conversation
- site/docs/billing/app-entitlements.md: full integrator reference covering schema (migrations 0085-0087), seed, env vars, endpoints, error codes, Paddle webhook routing, state machine D4, cron transitions, and frontend integration (paywall + Paddle.js + polling) - billing/fyso-teams-entitlement.md: canonical source in /billing for internal use - site/docs/changelog.md: v1.43.0 entry for the full 3-wave feature Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace {currentPeriodEnd} and {pastDueSince + 30d} with backtick
inline code to avoid acorn parse errors in Docusaurus MDX compiler.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying docs with
|
| Latest commit: |
de43855
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9e9cf4a6.docs-4qf.pages.dev |
| Branch Preview URL: | https://docs-issue-1520-fyso-teams-e.docs-4qf.pages.dev |
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.
Summary
billing/app-entitlements.md: full integrator reference for the Fyso Teams paid-only entitlement system — schema (migrations 0085-0087), seed, env vars, all endpoints, error codes, Paddle webhook routing, state machine D4, cron transitions, and frontend integration (paywall + Paddle.js overlay + post-checkout polling).billing/fyso-teams-entitlement.md: same content in the flat/billing/source for internal use.site/docs/changelog.md: v1.43.0 entry covering all three waves (schema, service/endpoints/webhook/cron, frontend).APP_NOT_CONFIGURED(500) documented in the new page; this error code was in the implementation but missing from the previous manual.All content verified against source: migrations 0085-0087,
app-entitlements.service.ts,routes/app-entitlements.ts,routes/billing.ts,jobs/entitlement-transitions.ts,apps/fyso-teams/page.tsx,lib/paddle.ts, and i18n files. Build passes locally (Docusaurus MDX compile confirmed clean).Test plan
Closes fyso-dev/fyso_backend#1520
🤖 Generated with Claude Code