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 Offers list page displays all employment offers and is available at /hr/ats/offers.

Overview

The Offers page (OfferListPage, HR-09 Phase 3.2) shows all employment offers with status filtering. Offers can be filtered by status: All, Draft, Pending Approval, Approved, Sent, Accepted, Rejected, or Withdrawn. Clicking an offer card navigates to its detail page at /hr/ats/offers/:id.

Who it’s for

No explicit permission gate on this route.

Before you start

  • Offers are created through the ATS pipeline; ensure job postings and applications are in place.

Steps

  1. Navigate to /hr/ats/offers.
  2. Use the status filter dropdown to narrow the list.
  3. Click an offer card to view or manage the offer.

Key concepts

  • Offer Status — Indicates where an offer is in its lifecycle: Draft, Pending Approval, Approved, Sent, Accepted, Rejected, or Withdrawn.

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/OfferListPage.tsx
  • src/cores/hr/hooks/ats/useOffers.ts