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 Analytics screen provides an organization-wide summary of form submission data and is available at /fw/analytics.

Overview

This page displays aggregated submission analytics for the current organization over a configurable date range (defaulting to the last 30 days). It renders summary stat cards (loaded via useFormAnalyticsSummary) alongside a submission trend chart and two tables: top forms by submission volume and top forms by completion rate. Clicking a form row navigates to the per-form detail at /fw/analytics/:formId.

Who it’s for

No explicit permission gate on this route.

Before you start

  • Access /fw/analytics directly or from the Forms & Workflow dashboard.
  • Adjust the start and end date inputs to change the analytics window.

Steps

1

Open Analytics

Navigate to /fw/analytics. Summary cards and the trend chart load for the default 30-day window.
2

Adjust date range

Update the Start Date and End Date fields to narrow or widen the analysis period.
3

Review top forms

Inspect the two tables — top forms by volume (total submissions) and top forms by completion rate.
4

Drill into a form

Click a row to open the form’s detail analytics at /fw/analytics/:formId.

Key concepts

  • Completion rate — percentage of started submissions that were completed; shown as a badge (green above 70 %).
  • Submission trend chart — rendered by SubmissionTrendChart component; time-series data from useFormCompletionMetrics.

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.
  • src/routes/fw.tsx
  • src/cores/fw/pages/FormAnalyticsPage.tsx
  • src/platform/permissions/constants.ts