Skip to content

docs(swift-example-app): link on-chain QA status dashboard from TEST_PLAN#3911

Merged
QuantumExplorer merged 1 commit into
v3.1-devfrom
docs/link-qa-dashboard
Jun 15, 2026
Merged

docs(swift-example-app): link on-chain QA status dashboard from TEST_PLAN#3911
QuantumExplorer merged 1 commit into
v3.1-devfrom
docs/link-qa-dashboard

Conversation

@QuantumExplorer

Copy link
Copy Markdown
Member

Issue being fixed or feature implemented

The iOS TEST_PLAN (packages/swift-sdk/SwiftExampleApp/TEST_PLAN.md) is now backed by an on-chain QA framework: a dash-qa data contract (testCase / testRun document types) seeded from this plan, plus a read-only web dashboard that visualises run status. This adds a discoverable link from the plan to that dashboard.

Relates to #3897.

What was done?

The dashboard is read-only (no wallet/signing). It reads the on-chain dash-qa contract via the Evo SDK with proof verification and renders a tier × category status matrix, per-test latest result + run-history drill-in, summary counts, and filters.

How Has This Been Tested?

Docs-only change. The linked dashboard was verified separately against the live testnet contract (2qEVUbg4znNgNRs3FJQ4kof4NKpB8q4fGtYa7qBouLzw): its Evo SDK query path loads all 126 seeded testCase docs plus the seeded testRun, and the matrix/list/filters/history render in-browser.

Breaking Changes

None.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have added "!" to the title and described breaking changes in the corresponding section if my code contains any
  • I have made corresponding changes to the documentation if needed

…PLAN

Add a pointer from the iOS TEST_PLAN to the new read-only QA status
dashboard (dashpay/qa-dashboard-site), which visualises the on-chain
dash-qa contract seeded from this plan.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@thepastaclaw

thepastaclaw commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

✅ Review complete (commit fbb2d55)

@thepastaclaw thepastaclaw left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

Docs-only PR adding a two-line pointer in SwiftExampleApp TEST_PLAN.md to the read-only on-chain QA status dashboard. Both agents reported no findings; verified placement and wording are factually accurate and appropriately scoped. No blocking, suggestion, or nitpick findings.

@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@QuantumExplorer, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 9 minutes and 37 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 69fb3be5-d278-47d3-a726-6e0efd4c9db4

📥 Commits

Reviewing files that changed from the base of the PR and between 0abc123 and fbb2d55.

📒 Files selected for processing (1)
  • packages/swift-sdk/SwiftExampleApp/TEST_PLAN.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/link-qa-dashboard

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@QuantumExplorer QuantumExplorer merged commit c5fd0c9 into v3.1-dev Jun 15, 2026
16 checks passed
@QuantumExplorer QuantumExplorer deleted the docs/link-qa-dashboard branch June 15, 2026 22:54
@github-actions

Copy link
Copy Markdown
Contributor

✅ DashSDKFFI.xcframework built for this PR.

SwiftPM (host the zip at a stable URL, then use):

.binaryTarget(
  name: "DashSDKFFI",
  url: "https://your.cdn.example/DashSDKFFI.xcframework.zip",
  checksum: "afaec3da133369bb4b25f697a225d3ec1d2e56082d20952de3cd01b94ba8d705"
)

Xcode manual integration:

  • Download 'DashSDKFFI.xcframework' artifact from the run link above.
  • Drag it into your app target (Frameworks, Libraries & Embedded Content) and set Embed & Sign.
  • If using the Swift wrapper package, point its binaryTarget to the xcframework location or add the package and place the xcframework at the expected path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants