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

feat: added main details #472

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
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
Loading