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.

The ATS Dashboard (Recruiting Hub) is available at routes /hr/ats/dashboard and /hr/ats. No explicit permission gate on either route.

Overview

The ATS Recruiting Hub (ATSRecruitingHubPage) is a tabbed container for all recruiting functions. Six tabs are available: Dashboard (recruiting metrics + pending offers approval widget), Postings (job posting list), Applications (application list with filters), Candidates (candidate database), Interviews (interview schedule), and Offers (offer pipeline). The active tab is persisted in the URL as a ?tab= parameter. Each tab lazily loads its content component to avoid unnecessary data fetching. The route /hr/ats and /hr/ats/dashboard both render this same hub.

Who it’s for

No explicit permission gate on this route.

Before you start

  • No preconditions; tabs will show empty states if no data exists.

Steps

1

Open ATS

Navigate to /hr/ats or /hr/ats/dashboard.
2

Select a tab

Click Dashboard, Postings, Applications, Candidates, Interviews, or Offers to view that section.
3

Navigate to detail

Click any row or card within a tab to open the corresponding detail page.

Key concepts

TermMeaning in code
useTabUrlStatePlatform hook that syncs the active tab with the URL ?tab= parameter
PendingOffersApprovalWidgetDashboard widget showing offers awaiting approval action
VALID_TABS['dashboard', 'postings', 'applications', 'candidates', 'interviews', 'offers']

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/ATSRecruitingHubPage.tsx