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 route /ce/analytics does not render a dedicated analytics hub page in the current codebase. Individual analytics views are mounted at sub-paths: /ce/analytics/pipeline, /ce/analytics/partners, /ce/analytics/calls, /ce/analytics/campaigns, and /ce/analytics/activities.

Overview

No component is mounted at the bare /ce/analytics path. All CE analytics are accessible via their specific sub-routes listed below. This documentation page serves as a navigational overview until an analytics hub is implemented. Available analytics routes:
LabelRoutePermission
Pipeline Dashboard/ce/analytics/pipelinece.pipeline.view
Partner Scorecard/ce/analytics/partnersce.scorecard.view
Call Analytics/ce/analytics/callsce.analytics.view
Campaign Analytics/ce/analytics/campaignsce.analytics.view
Activity Analytics/ce/analytics/activitiesce.analytics.view

Who it’s for

No explicit permission gate on this route — it is not a valid route. Each sub-route has its own permission gate.

Before you start

Navigate directly to one of the sub-routes listed in the table above.

Steps

1

Choose an analytics view

Select the relevant analytics sub-route from the CE sidebar or the table above.

Community Engagement

Community Engagement 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.
  • src/routes/ce.tsx
  • src/cores/ce/pages/PipelineDashboardPage.tsx
  • src/cores/ce/pages/PartnerScorecardPage.tsx