Skip to content

Commit

Permalink
Merge pull request #460 from eclipse-tractusx/docs/dpp-tutorial
Browse files Browse the repository at this point in the history
chore(irs): added irs-readme, updated irs test data
  • Loading branch information
saudkhan116 authored Dec 4, 2024
2 parents de6fdd0 + cbfeb14 commit 8bc6b6a
Show file tree
Hide file tree
Showing 8 changed files with 1,102 additions and 531 deletions.
34 changes: 33 additions & 1 deletion dpp-tutorial/builder-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,35 @@ curl --location --request GET '<DIGITAL_TWIN_REGISTRY_URL>/shell-descriptors/<DI
</details>
## 4º Add Relationships to Digital Twin (Drill Down Feature)
This step enables you to view the component relationships.
Example:
___________________
| |
| Battery |
|___________________|
|
| ___________________
|--->| |
| Battery Module |
|___________________|
|
| ___________________
|--->| |
| Battery Cell |
|___________________|
Refer to the [irs-drill-down](./irs-drill-down.md) guide for more information
In case of error, you can always modify your digital twin using the following commands:
> PUT /shell-descriptors/<DIGITAL_TWIN_ID_BASE64_ENCODED>
Expand Down Expand Up @@ -344,6 +373,9 @@ curl --location --request PUT '<DIGITAL_TWIN_REGISTRY_URL>/shell-descriptors/<DI
If everything works fine, then you have reached the end of data provisioning guide.
Congratulations, you have successfully setup the data provider. It is now available and ready to exchange data in the dataspace.
You can now process further with the original DPP-Tutorial at Step 3 - Generate the QR-Code. Click <a href= "/dpp-tutorial/README.md#step-3---generate-the-qr-code" target="_blank">here</a> to access the next steps.
Expand All @@ -356,4 +388,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 BMW AG
- SPDX-FileCopyrightText: 2024 CGI Deutschland B.V. & Co. KG
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/digital-product-pass
- Source URL: https://github.com/eclipse-tractusx/digital-product-pass
4 changes: 4 additions & 0 deletions dpp-tutorial/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ SPDX-License-Identifier: CC-BY-4.0
#######################################################################
-->


# [DEPRECATED]

# DPP Application Installation

This guide provides the information needed to setup the Digital product Passport (DPP) application as a data consumer. It describes how to run a local setup to leverage the DPP frontend and backend components using a container platform.
Expand Down Expand Up @@ -295,3 +298,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses
- SPDX-FileCopyrightText: 2024 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/digital-product-pass


Loading

0 comments on commit 8bc6b6a

Please sign in to comment.