Skip to content

docs: sync docs with recent changes#2027

Closed
joanagmaia wants to merge 1 commit into
mainfrom
docs/sync-2026-07-22
Closed

docs: sync docs with recent changes#2027
joanagmaia wants to merge 1 commit into
mainfrom
docs/sync-2026-07-22

Conversation

@joanagmaia

Copy link
Copy Markdown
Collaborator

What changed

  • Community Collections (frontend/docs/features/community-collections/index.md): added a "Collection detail page" section documenting the collection detail page as it appears after the Collections v2 UI work — header summary chips (Projects/Repositories, Contributors, Avg. Health), the four-tab navigation and date range picker exclusive to Curated Collections, the "Only Linux Foundation projects" toggle on the Projects tab, and the per-type action buttons (Duplicate/Like/Share for Curated & Community, Edit/Delete/Share for My Collections).

Source commits

Notes

  • The aggregate tabs (Contributors / Popularity / Development) and the date range picker are only rendered on Curated Collections — source: showsAggregateTabs = collectionType === CollectionTypeEnum.CURATED in frontend/app/pages/collection/details/[slug].vue. Please double-check the wording that spells this out.
  • The Avg. Health chip status labels (Excellent / Healthy / Fair / Concerning / Critical) come from collection-metrics-row.vue. The doc lists them as the possible labels the user may see but deliberately does not spell out the score thresholds, to avoid duplicating health-score logic that lives in the Health Score doc.
  • Held back this week:

Generated by Claude Code

Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
Copilot AI review requested due to automatic review settings July 22, 2026 17:01
@joanagmaia joanagmaia added the documentation Improvements or additions to documentation label Jul 22, 2026 — with Claude
@joanagmaia joanagmaia self-assigned this Jul 22, 2026

Copy link
Copy Markdown
Collaborator Author

Closing as duplicate — #2021 merged into main at 16:59 UTC (a couple of minutes before this PR was opened) and adds a more thorough "Collection Detail Page" section to the same file. It already covers the summary chips, the Projects tab, and the Curated-only Contributors/Popularity/Development tabs with their widget lists and the date range picker.

The one thing this PR added that #2021 doesn't cover explicitly is the header action buttons (Duplicate / Like / Share for Curated & Community, Edit / Delete / Share for My Collections, sign-in gated). Not opening a follow-up PR just for that — it can go into the next scheduled sync if it turns out to be worth documenting.


Generated by Claude Code

@joanagmaia joanagmaia closed this Jul 22, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Documents the Collections v2 detail-page experience.

Changes:

  • Adds summary metrics, curated-only tabs, date filtering, and LF project filtering.
  • Documents actions by collection type.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


Curated Collections show a tab bar below the header with four views:

- **Projects** — the list of every project in the collection. A **Only Linux Foundation projects** toggle limits the list to LF-hosted projects.
Comment on lines +51 to +54
The action buttons shown in the header depend on the collection type:

- **Curated** and **Community** collections show **Duplicate**, **Like**, and **Share**.
- **My Collections** show **Edit**, **Delete**, and **Share**.
The action buttons shown in the header depend on the collection type:

- **Curated** and **Community** collections show **Duplicate**, **Like**, and **Share**.
- **My Collections** show **Edit**, **Delete**, and **Share**.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants