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.

COBRA Events is available at route /hr/benefits/cobra, guarded by hr.benefits.admin.

Overview

The COBRA Events List page shows all COBRA qualifying events for the organization with filterable tabs by status (all, pending_notice, notice_sent, elected, declined, terminated, expired). Each event row shows the employee avatar and name, qualifying event label, event date, a deadline indicator (overdue, within 7 days warning, or formatted date), and a status badge. The DeadlineIndicator component highlights overdue or soon-due notices. An event count badge appears on each status tab. Row actions include viewing the event detail and sending a notice if applicable.

Who it’s for

hr.benefits.admin — HR benefits administrators only.

Before you start

  • hr.benefits.admin permission required.
  • COBRA qualifying events must have been recorded for terminated or life-event employees.

Steps

1

Open COBRA Events

Navigate to /hr/benefits/cobra.
2

Filter by status

Click a status tab to show only events in that lifecycle stage.
3

Check deadlines

Look for overdue or warning indicators in the deadline column.
4

Open event detail

Click a row to navigate to /hr/benefits/cobra/:id for full detail and actions.

Key concepts

TermMeaning in code
CobraEventStatuspending_notice, notice_sent, elected, declined, terminated, expired
COBRA_QUALIFYING_EVENT_LABELSDisplay labels mapping internal event type identifiers to human-readable names
DeadlineIndicatorInline component showing days remaining or “Overdue” with color coding

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/routes/hr/benefits-routes.tsx
  • src/cores/hr/benefits/pages/admin/CobraEventsListPage.tsx
  • src/cores/hr/benefits/hooks/useCobraEvents.ts
  • src/cores/hr/benefits/types/cobra.ts