Skip to content

Commit 86c2751

Browse files
authored
Merge pull request #1449 from pkINOVIA/main
CX Due Diligence Check (SME) - MVP KIT
2 parents 1695e57 + adda921 commit 86c2751

16 files changed

Lines changed: 507 additions & 1 deletion

data/kitsData.js

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ import DigitalTwinKitLogo from "@site/static/img/kits/digital-twin/digital-twin-
7878
import DataDrivenQualityLogo from "@site/static/img/kits/data-driven-quality-management/data-driven-quality-management-kit-raw-logo.svg";
7979
import TraceabilityKitLogo from "@site/static/img/kits/traceability/traceability-kit-raw-logo.svg";
8080
import DataChainKitLogo from "@site/static/img/kits/data-chain/data-chain-kit-raw-logo.svg";
81+
import DueDiligenceKitLogo from "@site/static/img/kits/due-diligence/due-diligence-kit-raw-logo.svg";
8182
import EcoPassKitLogo from "@site/static/img/kits/eco-pass/eco-pass-kit-raw-logo.svg";
8283
import EngineeringAsAServiceKITLogo from "@site/static/img/kits/engineering-as-a-service/engineering-as-a-service-kit-raw-logo.svg";
8384
import PCFKitLogo from "@site/static/img/kits/pcf/pcf-kit-raw-logo.svg";
@@ -593,6 +594,39 @@ export const kitsData = {
593594
new: false
594595
}
595596
},
597+
{
598+
id: 'due-diligence',
599+
name: 'DUE DILIGENCE CHECK KIT',
600+
logo: DueDiligenceKitLogo,
601+
logoLicencse: {
602+
type: 'CC-BY-4.0',
603+
authors: '2026 Eclipse Tractus-X Contributors; 2026 Catena-X Automotive Network e.V.',
604+
licenseUrl: 'https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/blob/main/static/img/kits/due-diligence/due-diligence-kit-raw-logo.svg.license',
605+
sourceUrl: 'https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/blob/main/static/img/kits/due-diligence/due-diligence-kit-raw-logo.svg'
606+
},
607+
logoHeight: 140,
608+
logoWidth: 140,
609+
route: '/docs-kits/next/kits/due-diligence-check-kit/adoption-view',
610+
colors: {
611+
primary: '#01b94b',
612+
gradient: 'linear-gradient(135deg, #49ce97 0%, #01b94b 100%)'
613+
614+
},
615+
maturity: {
616+
currentLevel: 'Sandbox',
617+
graduationStatus: 'draft'
618+
},
619+
deprecated: false,
620+
domain: 'Sustainability',
621+
industries: ['automotive', 'chemical'],
622+
description: 'Facilitate due diligence processes by providing standardized data exchange for risk assessment and compliance check.',
623+
metadata: {
624+
created: '2026-02-23',
625+
lastUpdated: '2026-03-09',
626+
latestVersion: '0.0.1',
627+
new: true
628+
}
629+
},
596630
{
597631
id: 'dcm',
598632
name: 'DEMAND & CAPACITY MANAGEMENT KIT',
156 KB
Binary file not shown.
251 KB
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Adoption View",
3+
"position": 1,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "The Adoption View provides business-focused documentation to help stakeholders understand the value, use cases, and implementation approach for this KIT."
7+
}
8+
}

docs-kits/kits/due-diligence-check-kit/adoption-view/adoption-view.md

Lines changed: 292 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
id: changelog
3+
title: Changelog
4+
description: 'What has changed recently?'
5+
toc_min_heading_level: 2
6+
toc_max_heading_level: 2
7+
---
8+
9+
10+
## DDC KIT Changelog
11+
12+
All notable changes to this KIT will be documented in this file.
13+
14+
## [0.0.1] - R26.03 - 2026-03-09
15+
16+
### Added
17+
18+
- Initial KIT Structure
19+
20+
### Changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Development View",
3+
"position": 2,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "The Development View contains technical documentation, architecture diagrams, API specifications, and implementation details for developers building with this KIT."
7+
}
8+
}
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
title: Architecture Overview
3+
sidebar_position: 2
4+
---
5+
6+
<!--
7+
*********************************************************************************
8+
* Copyright (c) 2026 Contributors to the Eclipse Foundation
9+
*
10+
* See the NOTICE file(s) distributed with this work for additional
11+
* information regarding copyright ownership.
12+
*
13+
* This program and the accompanying materials are made available under the
14+
* terms of the Apache License, Version 2.0 which is available at
15+
* https://www.apache.org/licenses/LICENSE-2.0.
16+
*
17+
* Unless required by applicable law or agreed to in writing, software
18+
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
19+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
20+
* License for the specific language governing permissions and limitations
21+
* under the License.
22+
*
23+
* SPDX-License-Identifier: Apache-2.0
24+
********************************************************************************/
25+
-->
26+
27+
## Development View
28+
29+
import Kit3DLogo from '@site/src/components/2.0/Kit3DLogo';
30+
31+
<Kit3DLogo kitId="due-diligence" />
32+
33+
## Application Architecture
34+
35+
### Application Architecture Overview
36+
37+
![DueDiligenceArchitecture](../resources/DueDiligenceArchitecture.drawio.svg)
38+
39+
The **Business Partner KIT** at the Operating Company manages the master data of Catena-X participants, including Due Diligence information. Therefore the Due Diligence information is part of the so called Golden Record of a Catena-X participant.
40+
41+
This information is provided by the **Data Providers** via the **Due Diligence KIT** app used by the company that has due diligence information to share with other Catena-X participants, especially OEMs and Tier 1 suppliers.
42+
43+
**Data Consumers** are normally the OEMs and Tier1 suppliers, that want to do a due diligence check on the suppliers in their global supply chain. They have access to limited due diligence information via the BPDM/Golden Record of a Catena-X participant. More due diligence relevant information can be consumed directly from the supplier (Data Providers) that are connected to the Catena-X data space.
44+
45+
The Data Provider (supplier) determines which Data Consumer (OEM and Tier1) are allowed to see which due diligence information managed by their instance of the Due Diligence KIT application.
46+
A specific supplier in the supply chain can be Data Provider for OEMs and Tier 1 suppliers, as well as a Data Consumer from supplier further down in the supply chain.
47+
48+
The **EDC Control Planes** handles authentication and authorization between parties.
49+
50+
The **EDC Data Planes** execute the actual data transfer after a successful authentication and authorization.
51+
52+
## NOTICE
53+
54+
This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/legalcode).
55+
56+
- SPDX-License-Identifier: CC-BY-4.0
57+
- SPDX-FileCopyrightText: 2026 Accenture
58+
- SPDX-FileCopyrightText: 2026 BMW Group
59+
- SPDX-FileCopyrightText: 2026 CarbonEase
60+
- SPDX-FileCopyrightText: 2026 CATL
61+
- SPDX-FileCopyrightText: 2026 DASU – Transferzentrum für Digitalisierung, Analytics & Data Science Ulm
62+
- SPDX-FileCopyrightText: 2026 d-fine
63+
- SPDX-FileCopyrightText: 2026 Dräxlmaier
64+
- SPDX-FileCopyrightText: 2026 Drive Sustainability
65+
- SPDX-FileCopyrightText: 2026 Ford
66+
- SPDX-FileCopyrightText: 2026 Helpdesk on Business and Human Rights
67+
- SPDX-FileCopyrightText: 2026 INOVIA Solutions
68+
- SPDX-FileCopyrightText: 2026 Magna
69+
- SPDX-FileCopyrightText: 2026 Mercedes-Benz
70+
- SPDX-FileCopyrightText: 2026 Nanjing fuchuang big data industry development Co. Ltd
71+
- SPDX-FileCopyrightText: 2026 Prewave
72+
- SPDX-FileCopyrightText: 2026 Responsible Business Alliance (RBA)
73+
- SPDX-FileCopyrightText: 2026 Responsible Supply Chain Initiative e.V. (RSCI)
74+
- SPDX-FileCopyrightText: 2026 Schaeffler
75+
- SPDX-FileCopyrightText: 2026 Silver Atena
76+
- SPDX-FileCopyrightText: 2026 Der Mittelstandsverbund – ZGV
77+
- SPDX-FileCopyrightText: 2026 TÜV SÜD
78+
- SPDX-FileCopyrightText: 2026 Ulm University
79+
- SPDX-FileCopyrightText: 2026 Verband der Automobilindustrie e.V. (VDA)
80+
- SPDX-FileCopyrightText: 2026 Volkswagen
81+
- SPDX-FileCopyrightText: 2026 Witte Automotive
82+
- SPDX-FileCopyrightText: 2026 ZF
83+
- SPDX-FileCopyrightText: 2026 Contributors to the Eclipse Foundation
84+
- Source URL: [https://github.com/eclipse-tractusx/eclipse-tractusx.github.io](https://github.com/eclipse-tractusx/eclipse-tractusx.github.io)

docs-kits/kits/due-diligence-check-kit/resources/20260224_DDC_standardization_picture.svg

Lines changed: 1 addition & 0 deletions
Loading

docs-kits/kits/due-diligence-check-kit/resources/DDC_KIT_User_Journey.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)