Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

Candidate Details is available at route /hr/ats/candidates/:id. No explicit permission gate on this route.

Overview

The Candidate Detail page displays a two-column layout. The left sidebar shows the candidate’s avatar (initials), full name, email (linked), phone, LinkedIn URL (if present), a CandidateTags editable tag component, and a CandidateNotes section. A “Hired” badge appears if the candidate has a linked employee record. The right main area has three tabs: Applications (list of ApplicationCard components for each application the candidate has submitted), Background Checks (BackgroundCheckSection), and Documents (resume URL link if present, otherwise empty state). The candidate number is displayed as a monospace badge.

Who it’s for

No explicit permission gate on this route — part of the ATS module.

Before you start

  • A candidate record must exist; navigate from /hr/ats/candidates.

Steps

1

Open candidate

Navigate to /hr/ats/candidates and click a candidate card to open the detail page.
2

Review profile

Check name, contact info, tags, and notes in the left sidebar.
3

View applications

Click the Applications tab to see all applications submitted by this candidate.
4

Check background

Click the Background Checks tab to review or initiate background check status.
5

Access documents

Click the Documents tab; if a resume URL is stored, click View Resume to open it.

Key concepts

TermMeaning in code
candidate_numberSystem-assigned candidate identifier displayed as monospace badge
employee_idIf present, indicates the candidate has been hired and linked to an employee record
CandidateTagsEditable tag component for categorizing the candidate
BackgroundCheckSectionComponent for background check management

Human Resources

Human Resources core overview.

Governance & parity

Documentation coverage and governance.
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.
  • src/routes/hr.tsx
  • src/cores/hr/pages/ats/CandidateDetailPage.tsx
  • src/cores/hr/hooks/ats/useCandidateDetail.ts