Reference
Glossary
Entity / Tenant
One government customer (a city, county, or district). Its data is isolated from every other tenant.
Subdomain
tsc.civq.us — the address that tells the system which tenant a request belongs to.
Membership
The link between a user and an entity, carrying their role (staff/admin) and access grants.
Module
A self-contained, individually priced capability (Permits, 311, HR…). Enabled per tenant.
Row-level security
The database rule that walls each tenant's rows off from every other tenant.
Hosted vs Owned
Hosted = we run it. Owned = a full source handover the entity can self-host.
pnpm workspace
The monorepo layout: web, backend, admin, and mobile in one repository.