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 Surveys page lists all engagement surveys with search and filter controls for type and status, and provides an action menu for each survey. It is served at route /hr/engagement/surveys.

Overview

The page uses useSurveyList with SurveyFilters (type and status) and a local text search. Survey cards display name, type badge, status badge, response progress bar, and scheduled dates. A dropdown action menu on each card provides Edit, Activate (Play), Stop, and Archive actions. This page is part of the HR-17 Employee Engagement feature.

Who it’s for

No explicit permission gate on this route.

Before you start

  • None required; the page loads all surveys for the current organization.

Steps

View surveys
  1. Navigate to HR > Engagement > Surveys or go to /hr/engagement/surveys.
  2. Use the search input and Type / Status filters to narrow the list.
  3. Click a survey card to open the Survey Details page.
Create a survey
  1. Click New Survey (top right).
  2. Complete the survey form (redirects to /hr/engagement/surveys/new).
Manage a survey
  1. Click the action menu (three-dot icon) on a survey card.
  2. Select Edit, Activate, Close, or Archive as appropriate.

Key concepts

TermMeaning
Survey typeCategory: annual, pulse, exit_interview, custom.
Survey statusLifecycle state: draft, active, closed, archived.
Response progressPercentage of invited employees who have submitted a response.

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/SurveyListPage.tsx
  • src/cores/hr/engagement/hooks/useSurveyList.ts