Skip to content

fix(dashboard): DORA subtitle follows the selected window (v1.4.4)#101

Merged
trentas merged 1 commit into
mainfrom
fix/dora-window-label
Jun 12, 2026
Merged

fix(dashboard): DORA subtitle follows the selected window (v1.4.4)#101
trentas merged 1 commit into
mainfrom
fix/dora-window-label

Conversation

@trentas

@trentas trentas commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

What

The org DORA subtitle was hardcoded "over the last 30 days" while the metrics already followed the selected analysis window (#80) — so a 90d view showed 90 days of deploys under a "30 days" label. The deploy counts were always windowed; only the label was stale.

Changes

  • Carry windowDays on OrgDORA (computeOrgDORA return + org-summary.ts type), consistent with RepoDORA.
  • DORAOverview.tsx interpolates data.windowDays into the subtitle.
  • en + pt subtitle templates use {days}; es-ES has no own subtitle and falls back to the (now fixed) en string.
  • Verified end-to-end: page.tsx already resolves the selected window (searchParams.windowresolveWindowDays) and passes it to computeOrgDORA, so the label reflects the real window.

Release (v1.4.4)

Bumps pyproject.toml / iris/cli.py / platform/package.json to 1.4.4 and adds the CHANGELOG entry. After merge, tag v1.4.4 to trigger the release build.

Note: best merged after #100 (installer fix) so the v1.4.4 release benefits from the new CI "verify assets attached" guard and the corrected installer template.

Rebased onto main (picks up #99); diff is exactly the 8 files of the fix + version bump.

🤖 Generated with Claude Code

The org DORA subtitle was hardcoded "over the last 30 days" while the
metrics already followed the selected analysis window (#80) — so a 90d
view showed 90 days of deploys under a "30 days" label. Carry windowDays
on OrgDORA (consistent with RepoDORA) and interpolate it into the
subtitle (en + pt). The counts were always windowed; only the label was
stale.

Also bumps to v1.4.4 across pyproject / cli.py / platform package.json,
so this deploy also surfaces the footer version sync from v1.4.3 (the
prior deploy predated the package.json bump).

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

vercel Bot commented Jun 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
clickbus-iris Ready Ready Preview, Comment Jun 12, 2026 7:39pm

Request Review

@trentas trentas merged commit b102525 into main Jun 12, 2026
4 checks passed
@trentas trentas deleted the fix/dora-window-label branch June 12, 2026 20:07
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.

1 participant