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

docs(decision-records): fix broken asset links #923

Merged
merged 1 commit into from
May 20, 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
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ In this scenario a third party service provider offers a value added services th

> No EDC is needed for presenting the visualization via a web frontend to the customer.

![External web application that only visualizes data based on gate data](../assets/edc_usage_1_1.drawio.svg)
![External web application that only visualizes data based on gate data](assets/edc_usage_1_1.drawio.svg)

## Scenario 1.2: Internal web application that only visualizes data based on gate data and/or pool data

Expand All @@ -51,7 +51,7 @@ In this scenario the operating environment itself operates a web application tha
> No EDC is needed for presenting the visualization via a web frontend to the customer.


![Internal web app that only visualizes data based on gate data](../assets/edc_usage_1_2.drawio.svg)
![Internal web app that only visualizes data based on gate data](assets/edc_usage_1_2.drawio.svg)

## Scenario 2.1: External web application/service that provides enriched data based on gate data and/or pool data

Expand All @@ -66,7 +66,7 @@ In this scenario a third party service provider offers a value added services th

> EDC enabled communication is needed between the value-added-service backend and the customer system.

![External web application that only visualizes data based on gate data](../assets/edc_usage_2_1.drawio.svg)
![External web application that only visualizes data based on gate data](assets/edc_usage_2_1.drawio.svg)

## Scenario 2.2: Internal web application/service that provides enriched data based on gate data and/or pool data

Expand All @@ -82,7 +82,7 @@ In this scenario the operating environment itself operates a backend service or
> No EDC enabled communication is needed between the bpdm pool and the backend service that processes the data.


![Internal web application/service that provides enriched data based on gate data and/or pool data](../assets/edc_usage_2_2.drawio.svg)
![Internal web application/service that provides enriched data based on gate data and/or pool data](assets/edc_usage_2_2.drawio.svg)


## More Information
Expand Down