Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(trace): traceability kit release for 23.12 #499

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
934c428
Merge branch 'main' into docs/trace-release-3.2
mhellmeier Aug 16, 2023
b8bcfa8
docs(trace): distinguish between 3.1.0 and next version
mhellmeier Aug 16, 2023
f76f3c3
husky test
Christoph911 Aug 23, 2023
70047bf
docs: created new kit structure
Christoph911 Aug 23, 2023
d880751
docs(trace): add missing information from previous version
mhellmeier Sep 4, 2023
c89d7a9
docs(trace): restructure kit
mhellmeier Sep 5, 2023
b569ea1
docs(trace): added assumptions and non-functional requirements to arc…
markuskeidl Sep 6, 2023
beba007
docs(trace): added the purpose why assetLifecylePhase was added as sp…
markuskeidl Sep 11, 2023
83b3649
Merge branch 'main' into docs/trace-restructure
mhellmeier Sep 28, 2023
a916bb0
docs(trace): initial changelog version for 23.12
mhellmeier Sep 28, 2023
07c9355
docs(trace): Update of KIT due to changes to aspect models
klanir123 Oct 12, 2023
6113dce
Merge branch 'docs/trace-release-23.12' into docs/trace-assetlifecycl…
markuskeidl Oct 13, 2023
d78a934
Merge branch 'docs/trace-release-23.12' into docs/trace-assumptions
markuskeidl Oct 13, 2023
cb8aed0
Merge pull request #24 from catenax-ng/docs/update-KIT-by-Changes_Asp…
mhellmeier Oct 13, 2023
e111a59
Merge pull request #25 from catenax-ng/docs/trace-assetlifecyclephase…
mhellmeier Oct 13, 2023
ed2e136
docs(trace): update license to CC-BY-4.0
mhellmeier Oct 13, 2023
ce6c518
Merge pull request #26 from catenax-ng/docs/trace-assumptions
mhellmeier Oct 16, 2023
3ffd717
docs(trace): fix building
mhellmeier Oct 16, 2023
8c38baf
Updated EDC asset props for unique ID push
DrDanielMetz Oct 18, 2023
52010eb
docs (trace): updated purpose for Unique ID Push notifications to be …
markuskeidl Oct 18, 2023
49484e9
Merge pull request #29 from catenax-ng/docs/trace-unique-id-push-purpose
mhellmeier Oct 18, 2023
6125467
Merge pull request #27 from catenax-ng/docs/trace-cc-by-license
mhellmeier Oct 18, 2023
2b9545f
docs(trace): update changelog
mhellmeier Oct 18, 2023
e2ee66c
docs(trace): split up development view into multiple files
mhellmeier Oct 18, 2023
50f4018
docs(trace): split up notice sections
mhellmeier Oct 19, 2023
40bba39
docs(trace): hide part-pages from sidebar menu
mhellmeier Oct 24, 2023
cd212d4
Merge pull request #30 from catenax-ng/docs/trace-split-pages
mhellmeier Oct 24, 2023
d95eee0
docs(trace): include parts in app provider view
mhellmeier Oct 24, 2023
77ca2a6
Merge branch 'main' into docs/trace-release-23.12
mhellmeier Oct 24, 2023
dcbbbe3
docs(trace): move video to largefiles repository
mhellmeier Oct 24, 2023
3dae139
docs(trace): small changelog fixes
mhellmeier Oct 26, 2023
588ec79
docs(trace): add license header to `.mdx` files
mhellmeier Oct 26, 2023
5741836
docs(trace): update standard links and changelog for release 23.12
mhellmeier Nov 29, 2023
63f2078
Merge branch 'main' into docs/trace-release-23.12
mhellmeier Dec 1, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
id: App Provider Development View Traceability Kit
title: App Provider
description: "Traceability Kit"
sidebar_position: 2
---

<!---
This work is licensed under the CC-BY-4.0 (https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: 2023 BASF SE
- SPDX-FileCopyrightText: 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
- SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST & Fraunhofer IML)
- SPDX-FileCopyrightText: 2023 German Edge Cloud GmbH & Co. KG
- SPDX-FileCopyrightText: 2023 Mercedes Benz AG
- SPDX-FileCopyrightText: 2023 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2023 SAP SE
- SPDX-FileCopyrightText: 2023 Siemens AG
- SPDX-FileCopyrightText: 2023 T-Systems International GmbH
- SPDX-FileCopyrightText: 2023 ZF Friedrichshafen AG
- SPDX-FileCopyrightText: 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/tree/main/docs-kits/kits/Traceability%20Kit (latest version)
--->

import AspectModels from './part_aspect-models.mdx'
import Policies from './part_policies.mdx'
import Notice from '../part_notice.mdx'

![Traceability kit banner](@site/static/img/doc-traceability_header-minified.png)

The following page offers specific developer resources, including payloads and API endpoints for data consumer and app provider. It is important to read the business and architecture view first to understand everything.

<AspectModels components={props.components} />

<Policies components={props.components} />

<Notice components={props.components} />
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
id: Data Provider Development View Traceability Kit
title: Data Provider
description: "Traceability Kit"
sidebar_position: 1
---

<!---
This work is licensed under the CC-BY-4.0 (https://creativecommons.org/licenses/by/4.0/legalcode).

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: 2023 BASF SE
- SPDX-FileCopyrightText: 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
- SPDX-FileCopyrightText: 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST & Fraunhofer IML)
- SPDX-FileCopyrightText: 2023 German Edge Cloud GmbH & Co. KG
- SPDX-FileCopyrightText: 2023 Mercedes Benz AG
- SPDX-FileCopyrightText: 2023 Robert Bosch Manufacturing Solutions GmbH
- SPDX-FileCopyrightText: 2023 SAP SE
- SPDX-FileCopyrightText: 2023 Siemens AG
- SPDX-FileCopyrightText: 2023 T-Systems International GmbH
- SPDX-FileCopyrightText: 2023 ZF Friedrichshafen AG
- SPDX-FileCopyrightText: 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/eclipse-tractusx.github.io/tree/main/docs-kits/kits/Traceability%20Kit (latest version)
--->

import BillOfMaterials from './part_bill-of-materials.mdx'
import AspectModels from './part_aspect-models.mdx'
import DigitalTwin from './part_digital-twin.mdx'
import Policies from './part_policies.mdx'
import Notice from '../part_notice.mdx'

![Traceability kit banner](@site/static/img/doc-traceability_header-minified.png)

The following page offers specific developer resources, including payloads and API endpoints for data providers. It is important to read the business and architecture view first to understand everything.

<!-- Recommended -->
<BillOfMaterials components={props.components} />

<AspectModels components={props.components} />

<DigitalTwin components={props.components} />

<Policies components={props.components} />

<Notice components={props.components} />

Loading