08 β€” Portal Module Catalog

← Index

The IP4CMS admin portal (src/tenant-frontend) β€” an Angular SPA, the staff/operator UI. Feature modules are lazy-loaded under an authenticated shell and map closely to tenant-api modules (07). The portal shows only the features the tenant's license enables (04).

Portal structure & auth

Feature modules live under src/tenant-frontend/src/app/modules/. Below, grouped by domain, each with the tenant-api endpoints it primarily consumes.

Financial & Collections

Membership & People

Property/Estate & Facilities

Communications & Engagement

Access, Security & Compliance

Operations & Field

Platform & Configuration

Notes & caveats


Key source paths: src/tenant-frontend/src/app/ β€” app-routing.module.ts, modules/*, services/{api.service,api-auth-bridge,auth.service}.ts, interceptors/auth.interceptor.ts, guards/, navigation/build-time-nav-menu*.ts, environments/environment.ts.

← Back to index