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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user