The My QI Dashboard (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.
/gr/my-quality-improvement) renders MyQIDashboard, a personal view scoped to the current user’s quality improvement workload across improvements, projects, and PDSA cycles.
Overview
MyQIDashboard calls three hooks scoped to the current user:
useMyImprovements()— improvement action items assigned to the useruseMyQIProjects()— QI projects owned by the useruseMyPDSACycles()— active PDSA cycles the user participates in
/gr/quality-improvement/:id.
Who it’s for
No explicit permission gate on this route. Any authenticated user can view their own QI workload.Before you start
- You must be authenticated. Data is scoped to your user account.
- The QI module must be enabled (
qi_enabledin Governance Settings) for projects and cycles to appear.
Steps
Open My QI Dashboard
Navigate to
/gr/my-quality-improvement. The page loads your improvements, projects, and PDSA cycles.Review stats
Check the four stat cards. A destructive Overdue count means improvement actions are past their due date.
Work on improvements
Click the My Improvements tab to see assigned improvement actions. Overdue items have a destructive border. Click any card to navigate to its parent QI project.
Review owned projects
Click My Projects to see QI projects you own. Status badges indicate active, planning, on hold, or completed. Click a card to go to the project detail.
Key concepts
- PDSA cycle — Plan-Do-Study-Act improvement cycle; phases are
plan,do,study,act. - useMyImprovements / useMyQIProjects / useMyPDSACycles — hooks returning data scoped to the authenticated user’s ID.
- qi_enabled — module settings flag in
gr_module_settings; must betruefor QI functionality to be active.
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/MyQIDashboard.tsx
- src/cores/gr/hooks/useMyQIProjects.ts
- src/cores/gr/hooks/useMyPDSACycles.ts