The Scorecards screen is accessible atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/lo/scorecards and provides a weekly view of scorecards, filterable by role, with previous/next week navigation.
Overview
TheScorecardsPage 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
RequiresLO_PERMISSIONS.DASHBOARD_VIEW (lo.dashboard.view) via the shared LOViewGuard. Editing scorecards requires lo.scorecard.edit.
Before you start
lo.dashboard.viewpermission required.- Scorecard metrics must be configured (see Scorecard Metrics screen).
- Roles must be defined in the Accountability Chart.
Steps
View a scorecard
Select a scorecard card to navigate to
/lo/scorecards/:scorecardId for detail and editing.Key concepts
- Week start: Monday (
weekStartsOn: 1), formatted asyyyy-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.
Related
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.
Documentation sources
Documentation sources
- 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