Helpdesk UI & Operations Source Map
Source map
| Concern | Source path | Evidence |
|---|---|---|
| Routes | UI/salary-ui/apps/client-hrms-portal/src/App.tsx | Employee, admin and dashboard routes |
| Navigation/audiences | UI/salary-ui/apps/client-hrms-portal/src/components/AppLayout.tsx | Helpdesk sidebar items, roles and feature filters |
| Route checks | UI/salary-ui/apps/client-hrms-portal/src/utils/ProtectedRoute.tsx | Authentication, admin Helpdesk rule and super-admin redirect |
| Employee UI | UI/salary-ui/apps/client-hrms-portal/src/ess/EssPages.tsx | Create form, load state and history |
| ESS client | UI/salary-ui/apps/client-hrms-portal/src/ess/essApi.ts | Tenant/user headers and response handling |
| Admin UI | UI/salary-ui/apps/client-hrms-portal/src/pages/admin/OperationsAdminPages.tsx | Queue, detail, actions, reports, activity and operational pages |
| Dashboards | UI/salary-ui/apps/client-hrms-portal/src/dashboard/DashboardPages.tsx | Helpdesk KPI presentation |
| Dashboard sources | UI/salary-ui/apps/client-hrms-portal/src/dashboard/dashboardApi.ts | Four Helpdesk report requests |
| ESS gateway | microservices/src/gateway-api/EssEndpoints.cs | Employee list/create forwarding and dashboard aggregation |
| Gateway routing | microservices/src/gateway-api/Program.cs | Compatibility toggle and route diagnostics |
| Helpdesk runtime | microservices/src/helpdesk-service/Program.cs | Health, observability and middleware |
| Helpdesk endpoints | microservices/src/helpdesk-service/Api/HelpdeskEndpoints.cs | Contracts, actions, reports and health data |
| Document client | microservices/src/helpdesk-service/Infrastructure/DocumentServiceClient.cs | Attachment dependency |
| Observability | microservices/src/shared-kernel/Extensions/ObservabilityExtensions.cs | JSON logs and tracing |
| Correlation | microservices/src/shared-kernel/Middleware/CorrelationIdMiddleware.cs | Correlation response and logging scope |
| Feature catalog | microservices/src/platform-service/Data/FeatureManagementSeeder.cs | Helpdesk module and SLA feature |
Verification method
All findings were obtained by static source inspection. No frontend/backend source was changed, and no API, database, migration or deployment operation was invoked.
Source References
UI/salary-ui/apps/client-hrms-portal/src/pages/admin/OperationsAdminPages.tsxUI/salary-ui/apps/client-hrms-portal/src/ess/EssPages.tsxmicroservices/src/helpdesk-service/Program.csmicroservices/src/helpdesk-service/Api/HelpdeskEndpoints.cs
Related Articles
See Also
Keywords
Helpdesk, employee service desk, ticket UI, operations, diagnostics.
Revision Information
Draft source-backed documentation reviewed on 2026-07-20; next quarterly review is 2026-10-20.