feat: unify delivery workflow badges - #3117
Merged
Merged
Conversation
numnx
force-pushed
the
feat/unified-workflow-badge
branch
from
July 14, 2026 05:21
9f5ebb3 to
e5357be
Compare
numnx
force-pushed
the
feat/unified-workflow-badge
branch
from
July 14, 2026 05:31
e5357be to
4cddd11
Compare
numnx
marked this pull request as ready for review
July 14, 2026 05:43
Merged
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.
What changed
Why
The earlier Sprints integration mounted the workflow disclosure only while a CI projection existed. A refresh could briefly contain CI evidence and then replace it with a snapshot that omitted historical gate events, causing the badge to flash and disappear while the standalone QA badge remained.
The new projection is durable from lifecycle and review state, then enriches PR, CI, and merge stages whenever CI evidence is available.
User impact
Live, Tasks, Sprints, and Overview now share one consistent delivery-flow interaction. QA findings remain available beside the workflow, requested edits retain the bright blue treatment, reduced-motion users keep static state cues, and underlying page content no longer shows through the expanded cards.
Validation
Risk and rollback
Risk is limited to dashboard status projection and interaction rendering; persisted CI and QA contracts are unchanged. Roll back this commit to restore the separate badges.
Visual verification
Verified locally on the running dashboard across the shared Live, Tasks, Sprints, and Overview card components.