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 Approval Inbox screen shows pending approval requests for the current user and is available at /fw/approvals.

Overview

This screen renders the ApprovalInbox component scoped to the current user. A badge in the header shows the count of pending approvals loaded by usePendingApprovalCount. Selecting an approval navigates to /fw/approvals/:requestId. A link to /inbox appears at the top right for the broader platform inbox. An empty-state action button navigates to /fw/my-requests.

Who it’s for

No explicit permission gate on this route.

Before you start

  • Navigate to /fw/approvals from the Forms & Workflow sidebar or dashboard.
  • Pending approvals are filtered to those assigned to the current user.

Steps

1

Open the inbox

Navigate to /fw/approvals. The pending count badge loads automatically.
2

Select a request

Click any approval request in the list to open its detail at /fw/approvals/:requestId.
3

Empty state

If no pending approvals exist, use View My Requests to navigate to /fw/my-requests.

Key concepts

  • Pending count — live count from usePendingApprovalCount; updates in real time.

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/ApprovalInboxPage.tsx