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.

Gesture Analytics is the page at /settings/gestures/analytics that displays a personal usage dashboard for touch gesture interactions. It shows per-gesture frequency counts, success rates, and a time-series trend chart over 7, 30, or 90 days.

Overview

The page fetches data via useGestureAnalytics({ dateRange }) and renders a line chart (recharts) of gesture usage over time alongside summary cards for each tracked gesture type. Supported gesture names include swipe_to_dismiss, swipe_actions, pull_to_refresh, edge_swipe, pinch_to_zoom, and multi_touch. A date-range selector (7 days, 30 days, 90 days) filters the chart and summary data. No explicit permission gate appears on this route.

Who it’s for

No explicit permission gate on this route. SME should confirm intended access.

Before you start

  • Gesture tracking must be enabled (see Gesture Preferences).
  • Data is available only for periods during which gestures were actively used.

Steps

  1. Navigate to Settings → Gestures → Analytics (/settings/gestures/analytics).
  2. Select a date range (7 days, 30 days, or 90 days) using the range buttons.
  3. Review the summary cards for each gesture type showing usage count and success rate.
  4. Review the trend chart for usage patterns over time.
  5. Use the back button to return to Gesture Preferences.

Key concepts

Date range — filters all metrics to the selected window (7d, 30d, 90d). Success rate — the fraction of gesture attempts that completed successfully. Definition of “success” should be confirmed with an SME.

Platform Foundation

Platform Foundation 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.
  • src/routes/platform.tsx
  • src/platform/settings/pages/GestureAnalyticsPage.tsx
  • src/platform/gestures/hooks/useGestureAnalytics.ts