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 Job Posting Details page, at route /hr/ats/job-postings/:id, shows the full detail for a specific job posting, including applicant list and scorecard aggregates.

Overview

The page presents three tabs: Overview (posting details — title, department, location, salary range, dates), Applications (cards for each submitted application linked to applicant detail), and Scorecards (aggregated scorecard comparison across interviewers). Action buttons in the header let authorized users publish, close, edit, or archive the posting. The breadcrumb dynamically shows the posting title. Navigate to /hr/ats/job-postings to return to the list.

Who it’s for

No explicit permission gate on this route. Publish/close/archive actions are visible within the page.

Before you start

  • The posting must already exist (created from the Job Postings list page).
  • Scorecards require completed interviewer scorecard submissions for the posting.

Steps

  1. Go to HR → ATS → Job Postings and select a posting.
  2. Review the Overview tab for posting details.
  3. Switch to Applications to see submitted candidates.
  4. Switch to Scorecards to compare interviewer ratings.
  5. Use the action buttons (Publish, Close, Edit, Archive) as appropriate.

Key concepts

ConceptMeaning
Posting statusDraft → Published → Closed → Archived.
Scorecard comparisonAggregated ratings across all interviewers for this posting.

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.
  • src/routes/hr.tsx
  • src/cores/hr/pages/ats/JobPostingDetailPage.tsx
  • src/cores/hr/hooks/ats/useJobPostingDetail.ts
  • src/cores/hr/hooks/ats/useJobPostingMutation.ts