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 routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/gr/training.
Overview
The page is rendered byTrainingLibrary 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
- Go to Governance & Compliance → Training at
/gr/training. - Use the search bar to find courses by keyword.
- Apply Category and Status filters to narrow the list.
- Toggle between grid and list view as preferred.
- Select a course card to open the Training Details page.
- Select Create Course to launch the course creation wizard.
Key concepts
| Concept | Description |
|---|---|
| Category | Domain classification of the course content |
| Status | active (visible and enrollable), draft (in development), archived (retired) |
| Page size | Fixed at 50 per page; pagination controls navigate between pages |
| Wizard dialog | TrainingCourseWizardDialog — multi-step course creation flow |
Related
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.
Documentation sources
Documentation sources
- src/routes/gr.tsx
- src/cores/gr/pages/TrainingLibrary.tsx
- src/cores/gr/hooks/useTrainingCourseList.ts
- src/cores/gr/wizards/training-course/TrainingCourseWizardDialog.tsx