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

chore(irs): added irs-readme, updated irs test data #460

Merged
merged 8 commits into from
Dec 4, 2024
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
Loading