Skip to content

Latest commit

 

History

History
77 lines (57 loc) · 2.72 KB

File metadata and controls

77 lines (57 loc) · 2.72 KB

MarketplaceApp Proof Surface

Generated from Documentation/app-surface-catalog.json.

Product Summary

  • Lane: Marketplace
  • Label today: Standalone Root + richer example + chained runtime flow
  • Entry path: Templates/MarketplaceApp/Package.swift
  • Extra route: Examples/MarketplaceExample
  • Product target: Marketplace

Best For / Not For

Best for

  • teams comparing commerce and multi-seller starter flows
  • readers who want a marketplace-specific root and example route
  • maintainers reviewing listing and seller-oriented starter surfaces

Not for

  • teams expecting production seller operations today
  • readers who expect automated multi-step interaction proof beyond the current first-screen runtime proof set
  • teams that assume the hosted standalone iOS workflow is already green for this app pack

Product Shape Today

  • listing discovery flow
  • seller highlight cards
  • product detail starter flow
  • saved or cart-adjacent surface
  • starter marketplace domain model

Current Proof

  • standalone root package exists
  • template-root README exists
  • Templates/MarketplaceApp/Package.swift exists
  • no external dependency lockfile is required today
  • local generic iOS build proof is tracked via xcodebuild -scheme MarketplaceApp -destination 'generic/platform=iOS' build
  • local simulator runtime launch proof is tracked via bash Scripts/validate-runtime-app-launches.sh MarketplaceApp
  • the hosted standalone iOS proof workflow is active; check live GitHub status on master
  • root repo swift build -c release passes
  • root repo swift test passes
  • runtime screenshot is published: ../Assets/AppScreenshots/MarketplaceApp.png
  • demo clip is published: ../Assets/AppDemoClips/MarketplaceApp.mp4
  • launch-to-ready scenario frames are published: launch / ready
  • Examples/MarketplaceExample inspection route exists

Missing Proof

  • stable green hosted standalone iOS baseline should be checked on current master

Start Path

open Templates/MarketplaceApp/Package.swift
open Examples/MarketplaceExample/README.md
xcodebuild -scheme MarketplaceApp -destination 'generic/platform=iOS' build

Then validate the root package:

swift build -c release
swift test

Canonical References