The Goal Quality 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/goal-quality and provides an analytics dashboard showing SMART score metrics across all organizational goals, with a type filter, summary cards, distribution charts, and a low-scoring goals table.
Overview
TheGoalQualityDashboardPage loads analytics via useGoalQualityAnalytics(filters). A goal-type filter (all, strategic, quarterly) narrows the data set. Four summary cards from GoalQualitySummaryCards display totals and scoring statistics. A ScoreDistributionChart shows score distribution, and a GoalsByTypeChart breaks down goals by type. A LowScoreGoalsTable lists goals below a threshold. A back-arrow button links to /lo. The page header reads “Goal Quality Analytics” with the subtitle “SMART score metrics across all organizational goals”.
Who it’s for
RequiresLO_PERMISSIONS.DASHBOARD_VIEW (lo.dashboard.view) via the shared LOViewGuard. No additional explicit permission gate is applied in this component.
Before you start
lo.dashboard.viewpermission required.- At least one goal with a SMART score must exist for meaningful analytics to display.
Steps
Navigate to Goal Quality
Go to
/lo/goal-quality or select Goal Quality from the Leadership navigation.Review summary cards
GoalQualitySummaryCards shows total goals, average SMART score, excellent percentage, and needs-improvement count.Analyze score distribution
Review
ScoreDistributionChart to see how scores are spread across the range.Key concepts
- SMART score: a numeric quality score computed by
validateSMARTGoal. - AnalyticsFilters:
{ goalType: 'all' | 'strategic' | 'quarterly' }. - LowScoreGoalsTable: highlights goals that fall below a SMART score threshold (confirm threshold with SME).
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/GoalQualityDashboardPage.tsx
- src/cores/lo/hooks/useGoalQualityAnalytics.ts