Group and collapse PM Attention Required sections by priority#16256
Open
praveenkuttappan with Copilot wants to merge 3 commits into
Open
Group and collapse PM Attention Required sections by priority#16256praveenkuttappan with Copilot wants to merge 3 commits into
praveenkuttappan with Copilot wants to merge 3 commits into
Conversation
5 tasks
Co-authored-by: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Reorganize Attention Required tab into informational and action sections
Group PM Attention Required sections into Informational and Needs Attention
Jul 2, 2026
Co-authored-by: praveenkuttappan <55455725+praveenkuttappan@users.noreply.github.com>
Copilot
AI
changed the title
Group PM Attention Required sections into Informational and Needs Attention
Group and collapse PM Attention Required sections by priority
Jul 2, 2026
praveenkuttappan
approved these changes
Jul 2, 2026
raych1
approved these changes
Jul 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR improves the Release Plan Dashboard PM View “Attention Required” tab by separating action-oriented items from informational items, ordering sections by priority, and introducing two collapsible top-level groups to make scanning easier.
Changes:
- Added two top-level collapsible PM groups (“Needs Attention” and “Informational”) and reordered existing PM sections under them.
- Introduced new styling for the PM section group containers and headers.
- Added a Vitest layout test to assert the new grouping headers, ordering, and single-instance rendering of each PM section.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tools/release-plan-dashboard/tests/pm-view-layout.test.js | Adds a focused layout test validating PM “Attention Required” grouping and ordering. |
| tools/release-plan-dashboard/public/style.css | Adds styling for the new PM section grouping containers and collapsed behavior. |
| tools/release-plan-dashboard/public/index.html | Updates PM View markup to add “Needs Attention” / “Informational” group wrappers and reorder sections. |
Comment on lines
+647
to
+662
| <section class="pm-section-group" aria-labelledby="pm-needs-attention"> | ||
| <div | ||
| class="pm-section-group-header section-header" | ||
| data-target="list-pm-needs-attention" | ||
| > | ||
| <span class="caret">▼</span> | ||
| <div> | ||
| <h3 id="pm-needs-attention" class="pm-section-group-title"> | ||
| Needs Attention | ||
| </h3> | ||
| <p class="pm-section-group-desc"> | ||
| Priority-ordered groups that require PM follow-up | ||
| </p> | ||
| </div> | ||
| </div> | ||
| <div id="list-pm-needs-attention" class="pm-section-group-content"> |
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.
The PM View “Attention Required” tab listed informational and action-oriented release plan groups together, making priority harder to scan. This updates the tab to separate non-actionable status from PM follow-up items, puts the action-oriented section first, and makes the two top-level PM groups collapsible.
PM View layout
Needs AttentionInformationalSection ordering
Needs AttentionInformationalBehavior preserved
Missing Product Detailsgroup in the PM action area after the issue-listed groups.Coverage