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.

This screen displays the current user’s CEU (Continuing Education Unit) transcript at route /gr/ceu-transcript.

Overview

The CEU Transcript page fetches the current user’s transcript via useMyCEUTranscript for a configurable date range (defaults to current calendar year). It displays: total credits earned, a breakdown of credits by category, and a tabular list of all completions with course title, completion date, category, and credits earned. Users can adjust the date range using calendar date pickers for start and end date. An Export CSV button downloads the filtered completions as a CSV file.

Who it’s for

No explicit permission gate on this route. Each user sees only their own transcript (loaded via useMyCEUTranscript).

Before you start

  • Training completions with CEU credits must be recorded to appear on the transcript.
  • The default date range is the current calendar year (January 1 to December 31).

Steps

1

Open the transcript

Navigate to /gr/ceu-transcript.
2

Adjust the date range

Use the start-date and end-date calendar pickers to change the reporting period.
3

Review credits by category

Check the credits breakdown by category to see how credits are distributed.
4

Review the completion table

Scroll through the completion list showing course, completion date, category, and credits.
5

Export the transcript

Click Export CSV to download completions as ceu-transcript.csv.

Key concepts

  • CEU credits — continuing education units earned from completed training; totaled as credits.total and broken down by credits.byCategory.
  • Period — the transcript is filtered by periodStartDate and periodEndDate; defaults to the current year.
  • CSV export — includes: course title, completion date, category, credits earned.

Governance & Compliance

Governance & Compliance 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/gr.tsx
  • src/cores/gr/pages/CEUTranscript.tsx
  • src/cores/gr/hooks/useCEUTranscript.ts