The My HR dashboard, at routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/hr/me, is the employee self-service home page within the HR module.
Overview
The dashboard renders a grid of lazy-loaded widgets: PTO Balance, Next Pay Date, Enrollment Status, Pending Actions, Quick Actions, Oversight Status, and Credentials Alert. A header links to the profile page at/hr/me/profile. An OnboardingActionsBanner appears when onboarding tasks are outstanding. A ModuleLinksSection provides navigation shortcuts to sub-pages including My Payroll, My Benefits, My Documents, My Leave Balances, My Skills, and My Performance. Each widget loads independently with a skeleton fallback.
Who it’s for
No explicit permission gate on this route.Before you start
- Your employee record must be linked to your user account for widgets to populate.
Steps
- Go to HR → My HR (or navigate to
/hr/me). - Review the widget summary for pay, leave, benefits enrollment, and pending actions.
- Use the quick links or module links to navigate to specific self-service pages.
Key concepts
| Concept | Meaning |
|---|---|
| PTO Balance widget | Shows current leave balances for the employee. |
| Pending Actions widget | Surfaces outstanding tasks such as onboarding tasks, unsigned documents, or feedback requests. |
| Credentials Alert widget | Highlights credentials expiring soon. |
Related
Human Resources
Human Resources core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/hr/self-service-routes.tsx
- src/cores/hr/self-service/pages/MyHRDashboardPage.tsx
- src/cores/hr/self-service/components/ModuleLinksSection.tsx
- src/cores/hr/self-service/components/OnboardingActionsBanner.tsx