The Dashboard screen is the main landing page for the Forms & Workflow core and is available 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.
/fw/dashboard.
Overview
This screen renders four stat cards (Active Forms, Total Submissions, Active Automations, Pending Approvals) loaded viauseFWDashboardStats. Below the stats, a quick-actions section (QuickActionsSection) supports both global and module-specific actions for the fw module. Three lazy-loaded widgets display recent activity: KpiOverviewWidget, RecentSubmissionsWidget, and AutomationStatsWidget. The route /fw redirects here automatically.
Who it’s for
Requires permission:fw.forms.view (FW_PERMISSIONS.FORMS_VIEW).
Before you start
- Hold
fw.forms.viewto access this screen. - The dashboard reflects data for the current organization.
Steps
Review stat cards
Four cards summarize key counts: active forms, total submissions, active automations, and pending approvals.
Key concepts
- Active Forms — count of published forms in the organization.
- Pending Approvals — count of approval requests awaiting the current user’s action.
- Quick Actions — configurable shortcuts for the
fwmodule; editable per organization.
Related
Forms & Workflow
Forms & Workflow 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/fw.tsx
- src/cores/fw/pages/FWOverview.tsx
- src/platform/permissions/constants.ts