Leave the day's compose page as evidence - #2068
Conversation
The marketing site illustrates its pages with screenshots taken from these stories. The day-target case now leaves behind the compose page it opened, which names the listing and the one day the message is aimed at — the claim the online events page makes. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UU8geYkKNGrFu5ArzfxSC6
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 42 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: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe change adds the ChangesOne-day audience evidence
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
The evidence call landed in the whole-listing way in as well as the day's, carrying a comment about a day that way in never picks. jscpd caught it as a clone, but the duplicate was the bug: a scenario using both would have left the listing-wide compose page as the day's evidence. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UU8geYkKNGrFu5ArzfxSC6
Current-system value
The marketing site illustrates its pages with screenshots taken from these stories, so a page's picture is a real page a real case reached rather than a mock-up. The Perfect For pages have none of these yet; this adds the first one, for the online events page.
What it does
One declaration and one line of spec support:
scripts/specs/evidence/declarations.tsdeclaresone-days-audience, taken fromwriting.one-day-hears-and-the-others-do-not(merged in Aim a bulk email at one day of a listing booked by the day #2067).opensEmailForListingDaycallsleaveEvidencePagewith the compose URL it already built, so the story hands over the address it reached rather than anything constructing one.No production code changes. The capture is of
/admin/emails?listing=…&day=…, which names the listing and the one day the message is aimed at, and counts who that day reaches — the claim the site's online events page makes.Why this case
The page tells organisers a term booked date by date can be addressed a date at a time. This case is that sentence: Rachel books day 1, Marco books day 8, the message goes to day 1, and only Rachel hears. The screenshot is the moment before sending, showing "Attendees of the Course on Tuesday 11 August 2026" and one recipient.
What is not here
How it looks.
evidence-themes/one-days-audience.cssbelongs to the site repository, per the split the evidence docs describe: the app decides what a capture is, the publisher decides what it looks like. The matching site change is in tickets-site#146.Checks
deno task specs— 232 scenarios, 1525 steps, all passdeno task specs:evidence --themes <site>/evidence-themes— 25 scenarios, 171 steps, all pass; artifact validated and imported by the sitedeno task lint— cleandeno task typecheck— the 5 pre-existing errors inscripts/anduptime-kuma/socket.ts, unchangedGenerated by Claude Code
Summary by CodeRabbit