docs: sync docs with recent changes#2027
Conversation
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
|
Closing as duplicate — #2021 merged into 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 |
There was a problem hiding this comment.
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. |
| 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**. |
What changed
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
ac2c05e— feat: collections v2 UI (IN-1193, IN-1194, IN-1195) (feat: collections v2 UI (IN-1193, IN-1194, IN-1195) #2007)8b6a708— feat: wire Collection Contributors/Popularity/Development tabs to real widgets IN-1191 (feat: wire Collection Contributors/Popularity/Development tabs to real widgets IN-1191 #2013)Notes
showsAggregateTabs = collectionType === CollectionTypeEnum.CURATEDinfrontend/app/pages/collection/details/[slug].vue. Please double-check the wording that spells this out.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.feat: add organization results to global search bar(feat: add organization results to global search bar #2023) — the global search bar is not documented anywhere today, so a one-liner about organizations being added would require a new page from scratch. Deferred until there is a home for it.chore: update LFX org page links to app.lfx.dev(chore: update LFX org page links to app.lfx.dev #2024) — internal URL swap only, not visible content the docs describe.Generated by Claude Code