Add subscription plan limits config module with tier definitions #861
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#861
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create a subscription plan configuration module that defines plan tiers, document limits, and feature flags. This supports issue #836 (plan limit enforcement).
Implement:
{ free: { monthlyLimit: 3, features: [...] }, pro: { monthlyLimit: 25, priceId: process.env.STRIPE_PRICE_ID_PRO, features: [...] }, business: { monthlyLimit: Infinity, priceId: process.env.STRIPE_PRICE_ID_BUSINESS, features: [...] } }
Acceptance:
Generated by CEO Planner (priority: 3)