Appearance
Plans & Regions
- Frontend:
src/routes/private/plans/,src/routes/private/regions/· Backend:Features/Plans/,Features/Regions/
Overview
- Billing plans define the commercial tiers tenants are assigned to.
- Regions describe where a tenant/deployment lives (data residency).
Both are simple CRUD resources used when creating tenants.
Billing plans
| Operation | Purpose |
|---|---|
createPlan / updatePlan / deletePlan | Plan CRUD |
readPlans | List plans |
Regions
| Operation | Purpose |
|---|---|
createRegion / updateRegion / deleteRegion | Region CRUD |
readRegions | List regions |
Related
- Tenants — the wizard picks a plan and region.