docs(swift-example-app): link on-chain QA status dashboard from TEST_PLAN#3911
Conversation
…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>
|
✅ Review complete (commit fbb2d55) |
thepastaclaw
left a comment
There was a problem hiding this comment.
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.
|
Warning Review limit reached
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 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 configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
✅ 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:
|
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: adash-qadata contract (testCase/testRundocument 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?
TEST_PLAN.mdlinking to:The dashboard is read-only (no wallet/signing). It reads the on-chain
dash-qacontract 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 seededtestCasedocs plus the seededtestRun, and the matrix/list/filters/history render in-browser.Breaking Changes
None.
Checklist: