feat: Add Products section with interactive architecture diagram and detail pages#1542
Draft
Copilot wants to merge 25 commits into
Draft
feat: Add Products section with interactive architecture diagram and detail pages#1542Copilot wants to merge 25 commits into
Copilot wants to merge 25 commits into
Conversation
… detail views, and navbar integration Agent-Logs-Url: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/sessions/a0e908a8-eb57-4ee9-bae2-1f372e4878e2
Copilot created this pull request from a session on behalf of
matbmoser
May 13, 2026 10:08
View session
Contributor
|
@copilot add some screenshots |
Contributor
Author
Here are the screenshots of the Products section: Products Overview Page (full page with architecture diagram, categories, and all products grid): Architecture Diagram (zoomed in): Category Filtered View (Dataspace Foundation): Product Detail Page (Tractus-X EDC): All pages are interactive — clicking product blocks in the architecture diagram navigates to the detail page, and category titles link to filtered views with relevance/status/sort filters. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Co-authored-by: Copilot <copilot@github.com>
Co-authored-by: Copilot <copilot@github.com>
Agent-Logs-Url: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/sessions/2ecb31be-8410-465a-9355-197e6159b452 Co-authored-by: matbmoser <71728767+matbmoser@users.noreply.github.com>
Co-authored-by: stephanbcbauer <84396022+stephanbcbauer@users.noreply.github.com>
…rvation and fill inheritance
- Updated product navigation labels and classes for consistency. - Refactored FilteredProductsGallery to simplify status display. - Enhanced ProductArchitectureDiagram to use a centralized icon function. - Introduced a mapping for product icons in ProductCard and improved status badge display. - Updated styles for ProductCard and ProductsHeader for better visual hierarchy and responsiveness. - Improved Products page layout with category icons and hover effects. - Adjusted CSS for better dark mode support and overall aesthetics. - Added new Coffee Kit to the generated kit navigation items.
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.





Adds a new "Products" navbar section with a CSS-built interactive architecture diagram mirroring the Tractus-X product classification (Use Cases, Dataspace Foundation, Industry Core Foundation, QA/Testing & Tools), per-product detail pages, and category-filtered gallery views.
Data layer
data/productsData.js— 22 products across 4 categories with relevance color coding (Operative, Dev/Testing, Demo, Dataspace Participants, Manufacturing-X), status (active/phase-out/tbd), repository links, and contact placeholdersComponents (
src/components/2.0/)ProductArchitectureDiagram— Clickable CSS architecture diagram with color-coded blocks per relevance type, dashed borders for phase-out products, KITs sidebar link, and a legendProductCard— Gallery card with icon, relevance tags, status badge, repo countProductDetailView— Detail page with breadcrumbs, hero, relevance section, repository links sidebar, contacts section, quick linksFilteredProductsGallery— Reusable filtered view with relevance/status/sort controlsProductsHeader— Hero header with aggregate statsPages
/Products/Products/{use-cases,dataspace-foundation,industry-core,qa-testing}/Products/detail?id=<id>Navbar
docusaurus.config.jscustom.cssto visually distinguish from KITs (orange)