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 Listing Details screen displays the full detail of a wizard template marketplace listing and is available at /fw/wizards/marketplace/:listingId.

Overview

This screen loads a marketplace listing via useMarketplaceListing identified by listingId. The breadcrumb label is set to listing.title via useEntityBreadcrumb. The listing detail shows metadata and step structure (via WizardStep type). User reviews and ratings are loaded via useListingRatings. Cloning is initiated by CloneFromMarketplaceDialog; on success the user is navigated to /fw/wizards/:id/edit for the cloned template. A rating submission form (stars + text review) is present inline, submitted via useMarketplaceMutation. Wizard steps are shown in a collapsible list.

Who it’s for

No explicit permission gate on this route.

Before you start

  • Reach this screen from the Marketplace (/fw/wizards/marketplace) by clicking a listing.
  • You must be logged in; the current organization is used for cloning.

Steps

1

Open a listing

Navigate to /fw/wizards/marketplace/:listingId or click a listing in the marketplace.
2

Review listing details

Read the description, steps, and metadata for the wizard template.
3

Read reviews

Scroll to the reviews section to see community ratings via MarketplaceReviewsList.
4

Clone the template

Click Clone to open CloneFromMarketplaceDialog and add this template to your organization.
5

Submit a rating

Select a star rating and optionally enter a review, then submit.

Key concepts

  • Clone — copies the marketplace template into the current organization as a new wizard template, then navigates to the wizard builder.
  • WizardStep — the structured steps that define the wizard template flow.

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/platform/wizards/pages/MarketplaceListingDetailPage.tsx