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 Scorecards screen is accessible at /lo/scorecards and provides a weekly view of scorecards, filterable by role, with previous/next week navigation.

Overview

The ScorecardsPage loads all scorecards via useScorecards, active metrics via useScorecardMetrics, and role definitions via useRoleDefinitions. The default week is the current week starting on Monday (startOfWeek with weekStartsOn: 1). Users navigate between weeks via previous/next chevron buttons. A role filter (defaulting to “all”) narrows the list. Scorecards are filtered client-side to the selected week and role. Status badges display draft (muted), submitted (info), and approved (success) states using semantic color classes. The useScorecardMutation hook’s create method is called when creating a new scorecard.

Who it’s for

Requires LO_PERMISSIONS.DASHBOARD_VIEW (lo.dashboard.view) via the shared LOViewGuard. Editing scorecards requires lo.scorecard.edit.

Before you start

  • lo.dashboard.view permission required.
  • Scorecard metrics must be configured (see Scorecard Metrics screen).
  • Roles must be defined in the Accountability Chart.

Steps

1

Navigate to Scorecards

Go to /lo/scorecards. The page loads scorecards for the current week.
2

Filter by role

Select a role from the dropdown to filter scorecards to that role.
3

Navigate weeks

Use the left/right chevron buttons to move to previous or next weeks.
4

View a scorecard

Select a scorecard card to navigate to /lo/scorecards/:scorecardId for detail and editing.
5

Create a scorecard

Select the ”+” button to create a new scorecard for the selected week.

Key concepts

  • Week start: Monday (weekStartsOn: 1), formatted as yyyy-MM-dd.
  • Status: draft, submitted, approved — displayed with semantic color tokens.
  • Roles with metrics: only roles that have at least one active scorecard metric are shown in the role filter.

Leadership

Leadership 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/lo.tsx
  • src/cores/lo/pages/ScorecardsPage.tsx
  • src/cores/lo/hooks/useScorecards.ts
  • src/cores/lo/hooks/useScorecardMetrics.ts
  • src/cores/lo/hooks/useRoleDefinitions.ts