This page displays the detail view for a single IT onboarding instance. Navigate to it atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/it/onboarding/:id.
Overview
The Onboarding Details page shows employee information (name, work email, job title, assignee), a task checklist for all onboarding tasks, a notes section, and a sidebar with progress and SLA indicators. Quick links navigate to the employee’s IT profile (access accounts) and the asset assignment page.Who it’s for
This route is protected byIT_PERMISSIONS.VIEW (it.view) via the module-level ITViewGuard. No additional per-route permission gate exists beyond the module guard.
Before you start
- The onboarding instance must already exist (created from the Onboarding dashboard).
- The provisioning template should have been selected when the instance was created.
Steps
- Navigate to IT > Onboarding and click an employee’s onboarding row, or navigate directly to
/it/onboarding/:id. - Review the Employee Information card to confirm the correct employee and assignee.
- Work through the Task Checklist, completing required tasks in order.
- Use the sidebar Progress card to track overall completion.
- Monitor SLA Status — the indicator compares the current date against the target date.
- Add notes and click Save Notes as needed.
- When all required tasks are complete, click Mark Complete.
Key concepts
- task_instances — the individual task records associated with this onboarding instance, loaded from
useOnboardingTaskInstances. - SLA status — driven by
OnboardingSLAIndicatorcomparing the current date totarget_date. - Access Accounts link — navigates to
/it/employees/:employee_id/it-profile. - Assign Assets link — navigates to
/it/assets.
Related
IT Service Management
IT Service Management 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/it.tsx
- src/cores/it/pages/onboarding/OnboardingInstanceDetailPage.tsx
- src/cores/it/hooks/useOnboardingInstances.ts
- src/cores/it/hooks/useOnboardingTaskInstances.ts