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 My Surveys page, at route /hr/my-surveys, shows engagement surveys assigned to the current employee.

Overview

Each assigned survey is rendered as a SurveyCard showing the survey title, end date, days remaining, completion progress bar, and a response status badge (Not Started, In Progress, Completed, Abandoned). Surveys with 3 or fewer days remaining and not yet completed display an urgency indicator. The action button navigates to the survey response page at /hr/engagement/surveys/:id/respond. Data is supplied by useMyActiveSurveys.

Who it’s for

No explicit permission gate on this route.

Before you start

  • Surveys are assigned by HR or managers; they appear here once assigned and within the response window.

Steps

  1. Go to HR → My Surveys (or navigate to /hr/my-surveys).
  2. Review surveys listed, noting any urgency indicators.
  3. Select Start or Continue on a survey to complete it.

Key concepts

ConceptMeaning
Response statusNot Started, In Progress, Completed, Abandoned.
Days remainingCalendar days until the survey’s end date. Surveys within 3 days of closing show an urgency indicator.

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/engagement-routes.tsx
  • src/cores/hr/engagement/pages/MySurveysPage.tsx
  • src/cores/hr/engagement/hooks/useMyActiveSurveys.ts