[LAND-03] Label landing relationship as illustrative - #2409
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
🤖 Review skipped: Repository rate limit exceeded. Free accounts are limited to 2 reviews per 4 hours per repository. Upgrade to a paid plan for unlimited reviews. |
|
Warning Review limit reached
Next review available in: 4 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
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 |
Reviewer's GuideThis pull request rewrites the landing page’s correlation preview to be explicitly illustrative (non-statistical), updates accessibility copy for the scatter plot, and adds unit and Storybook regression coverage for the new text and chart labeling. Sequence diagram for rendering the illustrative relationship previewsequenceDiagram
participant TestRunner
participant LandingPage
participant CorrelationPanel
participant LandingPreviewScatterPlot
participant Screen
TestRunner->>LandingPage: render(LandingPage)
LandingPage->>CorrelationPanel: CorrelationPanel()
CorrelationPanel->>LandingPreviewScatterPlot: render(accessibleName)
CorrelationPanel-->>LandingPage: illustrative copy rendered
LandingPage-->>Screen: DOM with illustrative relationship preview
TestRunner->>Screen: getByRole(img, name="Illustrative scatter plot for demonstration only. X-axis: Sleep consistency (%). Y-axis: Heart rate variability (ms).")
Screen-->>TestRunner: element found
File-Level Changes
Assessment against linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
PR Summary by QodoLabel landing relationship preview as illustrative (remove unsupported correlation demo)
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTo customize comments, go to the Qodo configuration screen, or learn more in the docs. |
|
Storybook previews for This comment updates automatically on each PR push. |
|
Refreshed the branch onto current |
|
🤖 Review skipped: Repository rate limit exceeded. Free accounts are limited to 2 reviews per 4 hours per repository. Upgrade to a paid plan for unlimited reviews. |
|
🤖 Review skipped: Repository rate limit exceeded. Free accounts are limited to 2 reviews per 4 hours per repository. Upgrade to a paid plan for unlimited reviews. |
Summary
r = 0.72demo with clearly illustrative, non-statistical copy.Evidence and scope
The landing preview is static illustrative UI and does not consume the server-owned correlation evidence contract. This keeps the fix from inventing a sample size, uncertainty, direction, or confounder claim that is not backed by current landing data.
Validation
pnpm exec vitest run --project unit packages/web/src/pages/LandingPage.test.tsx packages/web/src/components/LandingPreviewCharts.test.tsx— passed (22 tests)pnpm test— passed (1,038 files; 15,774 passed, 21 skipped)pnpm --dir packages/web typecheck— passedpnpm tsc --noEmit— passedpnpm --dir packages/server exec tsc --noEmit— passedpnpm --dir packages/web build— passedpnpm storybook:web:build— passedpnpm lint— static lint/policy stages passed; analytics SQL lint could not connect to ClickHouse at127.0.0.1:50700. Workspace Compose startup was also blocked by Docker's exhausted address pools.Fixes #2094
Summary by Sourcery
Clarify that the landing-page relationship chart is an illustrative sample, not a measured statistical result, and update supporting copy and previews accordingly.
New Features:
Enhancements:
Tests:
Summary by cubic
Marks the landing-page relationship preview as illustrative and removes unsupported statistical claims. Aligns with LAND-03 and improves copy, accessibility, and guidance to connect sources.
Written for commit bdb08e4. Summary will update on new commits.