Frontend Admin Pages Documentation
Frontend Admin Pages Documentation
This section collates all admin-focused views that ship inside the Plings React web client. While these screens are only visible to privileged users (Org Admins, System Owners, etc.), they live in the same SPA bundle and therefore belong in the frontend docs set.
Expected documents in this directory
The following files describe each admin capability in greater detail. Keep this list in sync with actual files – other docs reference it.
Scope of Admin Pages
| Area | Typical Route | Primary Component(s) | Key Functionality |
|---|---|---|---|
| Org Admin Panel | /admin |
OrgSettings.tsx, UserTable.tsx |
Invite users, manage roles & groups, billing view |
| Class Management Console | /admin/classes |
ClassExplorer.tsx, ClassEditor.tsx |
Browse taxonomy, create/edit classes, functional relations |
| Audit Log Viewer | /admin/audit |
AuditLogTable.tsx, DiffViewer.tsx |
Filterable audit feed, CSV export |
| Super-Admin Console | /super/* |
SuperHome.tsx, OrgTable.tsx, etc. |
Global tenant management, system operations |
Status: initial import – will expand with component diagrams & links to Figma.