Helpdesk UI Overview
Screen inventory
| Surface | Route | Audience intent | Verified content |
|---|---|---|---|
| Employee Helpdesk | /helpdesk | Employee | Create form and history table |
| Helpdesk Admin | /operations/helpdesk | Helpdesk agent or HR administrator | Reports, queue, filters, actions and inline detail |
| Employee dashboard | /dashboard for employee-aware rendering | Employee | Open-ticket count derived from ESS dashboard data |
| Operations dashboard | /dashboard/operations | Operations roles/permissions | Helpdesk KPIs and agent-load table |
| HR/executive dashboards | Dashboard routes | Administrative audiences | Open-ticket indicators and links to the queue |
| Audit & Activity | /operations/activity | Operational support audiences | Merged Helpdesk audit/timeline feed among several modules |
Common UI behavior
The pages use loading skeletons and empty-table states. The admin page shows a page-level error with Retry when the primary ticket request fails. Category, priority, reports and attachments degrade independently to empty or unavailable states. Successful mutations use toast confirmations.
The employee page's query hook captures load errors, but EssHelpdeskPage does not render its returned error value. Its submit handler has no local catch or error toast.
Unsupported surfaces
No dedicated ticket-details route, employee ticket-detail view, employee comments, employee attachment UI, attachment upload control, category/priority administration screen, SLA-policy screen, escalation screen, notification-status view, saved filter or bulk-action interface was found.
Source References
UI/salary-ui/apps/client-hrms-portal/src/App.tsxUI/salary-ui/apps/client-hrms-portal/src/pages/admin/OperationsAdminPages.tsxUI/salary-ui/apps/client-hrms-portal/src/ess/EssPages.tsxUI/salary-ui/apps/client-hrms-portal/src/dashboard/DashboardPages.tsx
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.