docs: sync docs with recent changes - #2116
Draft
joanagmaia wants to merge 3 commits into
Draft
Conversation
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
Contributor
There was a problem hiding this comment.
Pull request overview
Documents the new Lifecycle and Impact columns in collection project tables.
Changes:
- Lists supported Lifecycle stages.
- Lists Impact tiers and underlying score display.
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+43
to
+45
| - **Lifecycle** — a badge indicating the project's current lifecycle stage (Active, Stable, Declining, Abandoned, or Archived) | ||
| - **Health Score** — the project's LFX Health Score | ||
| - **Impact** — a pill showing the project's Impact tier (Foundational, Major, Moderate, or Minor) with the underlying score |
joanagmaia
marked this pull request as draft
August 26, 2026 11:04
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Suppressed comments (1)
frontend/docs/features/community-collections/index.md:45
- The N/A fallback only applies to data-bearing rows with a null impact score.
collection-project-item.vue:111-117instead renders a dash in this column when the project has no Insights data, so this universal statement does not match the table for those projects.
- **Impact** — a pill showing the project's Impact tier (Foundational, Major, Moderate, or Minor) with the underlying score. Projects without an impact score show **N/A**.
| The Projects tab lists all projects in the collection as a sortable table. Each row shows: | ||
|
|
||
| - **Project** name (sortable alphabetically) | ||
| - **Lifecycle** — a badge indicating the project's current lifecycle stage (Active, Stable, Declining, Abandoned, or Archived). Projects without a lifecycle stage show **Unavailable**. |
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
frontend/docs/features/community-collections/index.md): documented the two new columns now shown in the Projects tab of every collection detail page — Lifecycle (Active, Stable, Declining, Abandoned, Archived) and Impact (Foundational, Major, Moderate, Minor with the underlying score). The Projects tab is shared across Curated, Community, and My Collections, so the doc entry reflects all variants.Source commits
Notes
metrics/health-scorepage updated to reflect the v2 spec.Generated by Claude Code