Category-aware status badges + time-windowed trend charts#61
Merged
Conversation
… charts - Wire category filtering through the badge endpoint and modal, per the badge-category-selection plan. - Add a relative time-range selector (15m-30d) to project detail trend charts, backed by a server-side window+anchor query so short-history or staggered-cadence categories render as full-width lines instead of a lone dot or partial-width segment. - Switch the project list's multi-category overlay to a fixed, aligned 30d window with gradient-filled lines in distinct colors per category. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
demo-coveragetracker-dev | 5293c61 | Commit Preview URL Branch Preview URL |
Jul 10 2026, 03:41 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
?category=) and its generated label.Test plan
npm test— 116/116 backend tests pass (includes new anchor/windowing/alignment/retention-boundary cases intest/db.test.tsandtest/api.test.ts)npm run typecheck(root anddashboard/) cleandashboard:npx playwright test— 14/14 e2e tests pass (includes newtests/time-range.spec.tscovering the range button group)wrangler dev+ Playwright screenshots: detail-page range buttons render correctly across all six windows, single/short-history categories flat-line instead of showing a dot, and the homepage overlay chart's lines now span full width and share a right edge🤖 Generated with Claude Code