Public Access
1
0

feat: add billing plan foundations and refresh LocaleScope pricing

Introduce a shared pricing and entitlement model so plan metadata can drive public pricing and future subscription enforcement. Rebrand the product to LocaleScope and align the UI copy around market intelligence and business research workflows.
This commit is contained in:
pguerrerox
2026-05-13 03:50:29 +00:00
parent 1f7737e5cb
commit f1a46c79f2
17 changed files with 1826 additions and 131 deletions
+3 -2
View File
@@ -159,8 +159,9 @@ export async function buildAccountPageData(db: DbClient, user: AppUser): Promise
summary,
billing: {
status: 'not_configured',
planName: null,
message: 'Billing is not configured yet. Subscription management will appear here in a future update.',
planCode: null,
billingInterval: null,
message: 'Subscription management is being prepared. Plan details, usage tracking, and billing controls will appear here in a future update.',
},
team: {
canManageMembers: workspace.role === 'owner' || workspace.role === 'admin',