From ac059b1d12c470caaeb9d685abcbed8275215931 Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Wed, 16 Oct 2024 16:10:11 +0200 Subject: [PATCH 1/7] Add files via upload --- .../Industry Core Kit/assets/unique-id-push-notification.svg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs-kits/kits/Industry Core Kit/assets/unique-id-push-notification.svg diff --git a/docs-kits/kits/Industry Core Kit/assets/unique-id-push-notification.svg b/docs-kits/kits/Industry Core Kit/assets/unique-id-push-notification.svg new file mode 100644 index 00000000000..449dcae7b0b --- /dev/null +++ b/docs-kits/kits/Industry Core Kit/assets/unique-id-push-notification.svg @@ -0,0 +1,4 @@ + + + +

Unique-ID Push Notifications

Customer

Supplier
gearbox
DT

Customer

Supplier
Connect-to-Parent
(Bottom-Up)
New DT has been created for a part and is available.
The part was assembled in, so the SingleLevelUsage data model must be updated at the supplier.
Connect-to-Child
(Top-Down)
Part and corresponding digital twin was created.
POST: .../uniqueidpush/connect-to-parent
POST: .../uniqueidpush/connect-to-child
gear
DT
The next step would be to install a part and then send a new Unique-ID push notification to the original supplier (connect-to-child)
gearbox
DT
DT
DT
Exist a DT for the parts that will be assembled in?
Product was created containing the parts assembled in.
DT
DT
Has the part already been assembled in?
gear
gearbox
gear
DT
gear
\ No newline at end of file From 016e220a6655a8036d3c9bedb76b0c1a9da04ef4 Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Wed, 16 Oct 2024 16:25:23 +0200 Subject: [PATCH 2/7] Delete docs-kits/kits/Industry Core Kit/assets/unique-id-push-notification.svg --- .../Industry Core Kit/assets/unique-id-push-notification.svg | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 docs-kits/kits/Industry Core Kit/assets/unique-id-push-notification.svg diff --git a/docs-kits/kits/Industry Core Kit/assets/unique-id-push-notification.svg b/docs-kits/kits/Industry Core Kit/assets/unique-id-push-notification.svg deleted file mode 100644 index 449dcae7b0b..00000000000 --- a/docs-kits/kits/Industry Core Kit/assets/unique-id-push-notification.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - -

Unique-ID Push Notifications

Customer

Supplier
gearbox
DT

Customer

Supplier
Connect-to-Parent
(Bottom-Up)
New DT has been created for a part and is available.
The part was assembled in, so the SingleLevelUsage data model must be updated at the supplier.
Connect-to-Child
(Top-Down)
Part and corresponding digital twin was created.
POST: .../uniqueidpush/connect-to-parent
POST: .../uniqueidpush/connect-to-child
gear
DT
The next step would be to install a part and then send a new Unique-ID push notification to the original supplier (connect-to-child)
gearbox
DT
DT
DT
Exist a DT for the parts that will be assembled in?
Product was created containing the parts assembled in.
DT
DT
Has the part already been assembled in?
gear
gearbox
gear
DT
gear
\ No newline at end of file From ea8c7177b174ef20f20ceedc7daf7e23b069c4a4 Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Wed, 16 Oct 2024 16:27:39 +0200 Subject: [PATCH 3/7] Add files via upload --- .../Industry Core Kit/assets/unique_id_push_notifications.svg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs-kits/kits/Industry Core Kit/assets/unique_id_push_notifications.svg diff --git a/docs-kits/kits/Industry Core Kit/assets/unique_id_push_notifications.svg b/docs-kits/kits/Industry Core Kit/assets/unique_id_push_notifications.svg new file mode 100644 index 00000000000..1dfd9c9a5d3 --- /dev/null +++ b/docs-kits/kits/Industry Core Kit/assets/unique_id_push_notifications.svg @@ -0,0 +1,4 @@ + + + +

Customer

Supplier
gearbox
DT

Customer

Supplier
Connect-to-Parent
(Bottom-Up)
New DT has been created for a part and is available.
The part was assembled in, so the SingleLevelUsage data model must be updated at the supplier.
Connect-to-Child
(Top-Down)
Part and corresponding digital twin was created.
POST: .../uniqueidpush/connect-to-parent
POST: .../uniqueidpush/connect-to-child
gear
DT
The next step would be to install a part and then send a new Unique-ID push notification to the original supplier (connect-to-child)
gearbox
DT
DT
DT
Exist a DT for the parts that will be assembled in?
Product was created containing the parts assembled in.
DT
DT
Has the part already been assembled in?
gear
gearbox
gear
DT
gear
\ No newline at end of file From a2e439b081c346d0415a1bc5cdfa8593610e15a4 Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Wed, 16 Oct 2024 16:29:46 +0200 Subject: [PATCH 4/7] Update part_uniqueidpush.mdx --- .../Software Development View/part_uniqueidpush.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs-kits/kits/Industry Core Kit/Software Development View/part_uniqueidpush.mdx b/docs-kits/kits/Industry Core Kit/Software Development View/part_uniqueidpush.mdx index 4e7f9049c64..7d47c52f465 100644 --- a/docs-kits/kits/Industry Core Kit/Software Development View/part_uniqueidpush.mdx +++ b/docs-kits/kits/Industry Core Kit/Software Development View/part_uniqueidpush.mdx @@ -28,7 +28,9 @@ The solution is based on notification assets in the EDC (which is the same appro > :raised_hand: It is important to understand that the receiver creates EDC asset and policies, and thus, the sender of the Unique ID push notification must check during the EDC negotiation process if the conditions the receiver offers are acceptable for the sender. -Currently there are two types of Unique ID Push Notifications available: "Connect to Parent" and "Connect to Child". +Currently there are two types of Unique ID Push Notifications available: "Connect to Parent" and "Connect to Child": + +![Unique ID Push Notifications](../assets/unique_id_push_notifications.svg) ##### Connect to Parent From e2e43fdc9494bf33adddb9b6794be3fe8c7f37a4 Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Wed, 16 Oct 2024 16:32:43 +0200 Subject: [PATCH 5/7] Update page_changelog.mdx --- docs-kits/kits/Industry Core Kit/page_changelog.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs-kits/kits/Industry Core Kit/page_changelog.mdx b/docs-kits/kits/Industry Core Kit/page_changelog.mdx index 6c0ca08be54..92cfd9a7320 100644 --- a/docs-kits/kits/Industry Core Kit/page_changelog.mdx +++ b/docs-kits/kits/Industry Core Kit/page_changelog.mdx @@ -29,6 +29,16 @@ import Notice from './part_notice.mdx' All notable changes to this Kit will be documented in this file. +## [1.2.0] - 2024-10-XX + +Compatible for **release 24.08**. + +### Added + +- **Development View:** + - **Digital Twins | Unique ID Push:** + - Added a new illustration to describe the unique id push notifications in a visual way + ## [1.1.0] - 2024-07-11 Compatible for **release 24.08**. From eb859f8dcbbf95a4487536d1967ff2a7122fcb29 Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Thu, 17 Oct 2024 17:03:29 +0200 Subject: [PATCH 6/7] Add files via upload --- .../Industry Core Kit/assets/unique_id_push_notifications.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-kits/kits/Industry Core Kit/assets/unique_id_push_notifications.svg b/docs-kits/kits/Industry Core Kit/assets/unique_id_push_notifications.svg index 1dfd9c9a5d3..1ed79df8933 100644 --- a/docs-kits/kits/Industry Core Kit/assets/unique_id_push_notifications.svg +++ b/docs-kits/kits/Industry Core Kit/assets/unique_id_push_notifications.svg @@ -1,4 +1,4 @@ -

Customer

Supplier
gearbox
DT

Customer

Supplier
Connect-to-Parent
(Bottom-Up)
New DT has been created for a part and is available.
The part was assembled in, so the SingleLevelUsage data model must be updated at the supplier.
Connect-to-Child
(Top-Down)
Part and corresponding digital twin was created.
POST: .../uniqueidpush/connect-to-parent
POST: .../uniqueidpush/connect-to-child
gear
DT
The next step would be to install a part and then send a new Unique-ID push notification to the original supplier (connect-to-child)
gearbox
DT
DT
DT
Exist a DT for the parts that will be assembled in?
Product was created containing the parts assembled in.
DT
DT
Has the part already been assembled in?
gear
gearbox
gear
DT
gear
\ No newline at end of file +

Customer

Supplier
gearbox
DT

Customer

Supplier
Connect-to-Parent
(Bottom-Up)
New DT has been created for a part and is available.
The part was assembled in, so the SingleLevelUsage data model can be updated at the supplier.
Connect-to-Child
(Top-Down)
Part and corresponding digital twin was created.
POST: .../uniqueidpush/connect-to-parent
POST: .../uniqueidpush/connect-to-child
gear
DT
The next step would be to install a part and then send a new Unique-ID push notification to the original supplier (connect-to-child)
gearbox
DT
DT
DT
Exist a DT for the parts that will be assembled in?
Product was created containing the parts assembled in.
DT
DT
Has the part already been assembled in?
gear
gearbox
gear
DT
gear
\ No newline at end of file From 06eb7f71641bbec2860a83fbc3e08ff9b7df8430 Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Fri, 18 Oct 2024 09:18:25 +0200 Subject: [PATCH 7/7] Create unique_id_push_notifications.svg.license --- .../unique_id_push_notifications.svg.license | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 docs-kits/kits/Industry Core Kit/assets/unique_id_push_notifications.svg.license diff --git a/docs-kits/kits/Industry Core Kit/assets/unique_id_push_notifications.svg.license b/docs-kits/kits/Industry Core Kit/assets/unique_id_push_notifications.svg.license new file mode 100644 index 00000000000..046fe560a48 --- /dev/null +++ b/docs-kits/kits/Industry Core Kit/assets/unique_id_push_notifications.svg.license @@ -0,0 +1,15 @@ +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/Industry%20Core%20Kit (latest version)