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.

Provisioning request detail view for /admin/provisioning/:requestId, surfacing step-by-step progress for a single tenant provisioning request.

Overview

Based on reviewed source, request detail content is rendered as a slide-over sheet (ProvisioningRequestDetailSheet) launched by clicking a row in the Provisioning Dashboard (/admin/provisioning) rather than as a standalone routed page. The requestId parameter is referenced in route-labels.ts but no corresponding Route declaration was found in the platform route files. The sheet displays the request’s steps and status via useProvisioningRequestDetail.

Who it’s for

Required permission: platform.provisioning.view (inherited from the parent Provisioning Dashboard route)

Before you start

  • Navigate to /admin/provisioning and click a request row to open the detail sheet.

Steps

  1. Navigate to /admin/provisioning.
  2. Click a request row in the table to open the detail sheet.
  3. Review the provisioning steps and their completion status.
  4. Close the sheet when done.

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/platform/navigation/route-labels.ts
  • src/platform/provisioning/components/ProvisioningRequestDetailSheet.tsx
  • src/platform/provisioning/hooks/useProvisioningRequestDetail.ts
  • src/platform/provisioning/pages/ProvisioningDashboardPage.tsx