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 Training Library is the main catalog for training courses. It supports search, category/status filtering, pagination, and a creation wizard. It is located at route /gr/training.

Overview

The page is rendered by TrainingLibrary and calls useTrainingCourseList with deferred search and filter parameters. Pagination is supported (page size: 50). View can be toggled between grid and list. A Create Course button opens TrainingCourseWizardDialog. No permission gate is declared on this route in gr.tsx. Available categories: clinical, safety, compliance, professional_development, regulatory, operations, other. Available statuses: active, draft, archived.

Who it’s for

No explicit permission gate on this route.

Before you start

  • No special permission is required to view the training catalog.
  • Creating courses may require additional permissions; SME should confirm RBAC expectations.

Steps

  1. Go to Governance & Compliance → Training at /gr/training.
  2. Use the search bar to find courses by keyword.
  3. Apply Category and Status filters to narrow the list.
  4. Toggle between grid and list view as preferred.
  5. Select a course card to open the Training Details page.
  6. Select Create Course to launch the course creation wizard.

Key concepts

ConceptDescription
CategoryDomain classification of the course content
Statusactive (visible and enrollable), draft (in development), archived (retired)
Page sizeFixed at 50 per page; pagination controls navigate between pages
Wizard dialogTrainingCourseWizardDialog — multi-step course creation flow

Governance & Compliance

Governance & Compliance 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/gr.tsx
  • src/cores/gr/pages/TrainingLibrary.tsx
  • src/cores/gr/hooks/useTrainingCourseList.ts
  • src/cores/gr/wizards/training-course/TrainingCourseWizardDialog.tsx