Skip to content

Commit

Permalink
Merge pull request #472 from eclipse-tractusx/hotfix/dpp-guide
Browse files Browse the repository at this point in the history
feat: added main details
  • Loading branch information
saudkhan116 authored Dec 6, 2024
2 parents 2581eb2 + 7237337 commit 3c2b7e2
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 27 deletions.
11 changes: 9 additions & 2 deletions dpp-tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,13 @@ Company-X has manufactured cars for the market in Germany. The cars were built u

You are one of the suppliers from Company-X. To maintain your client, you are required to create a Digital Product Pass for your Part, so that Company-X can obtain the total PCF value from its car. Creating a Car Digital Product Pass and fulfilling the sustainability regulations imposed in the inspection.

## Pre-Requisites
## Pre-Requisites [ONSITE at the Worksession]
* Computer with following programs installed:
* [Insomnia](https://insomnia.rest) > Create an account to be able to import collections.
* Mobile Phone with Browser (for scanning QR codes)


## Pre-Requisites [ONLINE]

* Kubernetes 1.19+
* Helm 3.2.0+
Expand All @@ -49,8 +55,9 @@ You are one of the suppliers from Company-X. To maintain your client, you are re
* Discovery Service
* Printer (for printing QR codes)
* Mobile Phone with Browser (for scanning QR codes)
* Insomnia


## Preparation

Split into groups of five individuals, ensuring each group receives a sheet of paper containing a distinct Part from the [test-data](./resources/test-data/carParts.json).
Expand Down
2 changes: 1 addition & 1 deletion dpp-tutorial/explorer-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ The Data Service is a crucial component for storing the payloads of Digital Prod
- Visit <a href="https://www.uuidgenerator.net/version4" target="_blank" rel="noopener noreferrer">this UUID Generator</a> to generate an additional UIID
- This newly generated UUID will serve as the `digitalTwinSubmodelId`, which plays a crucial role in linking the Aspect Model to the Digital Product Passport (DPP) and will be important in later steps.
2. In the Insomnia App, locate the request labeled `Step 2.1.1 Create Aspect Model`.
3. Replace `<digitalTwinSubmodelId>` with the new generated UUID, as shown in the example
3. Replace in the URL of the request the parameter `<digitalTwinSubmodelId>` with the new generated UUID, as shown in the example:

Example:

Expand Down
Loading

0 comments on commit 3c2b7e2

Please sign in to comment.