From 4ff646b60e9ba92583a8ef5a2de5e20bf3bc21f3 Mon Sep 17 00:00:00 2001 From: Martin Rohrmeier Date: Wed, 6 Dec 2023 17:52:15 +0700 Subject: [PATCH] fix(docs): repair missing images (#220) --- .../Interface Contracts/BPDM.md | 12 ++++++------ .../Version Upgrade/portal-upgrade-details.md | 10 +++++----- .../04. Create new user account (bulk).md | 4 ++-- docs/04. App(s)/02. App Release Process/index.md | 4 ++-- .../06. App Change Process/07. Document Change.md | 2 +- docs/09. Others/12. Offer Authentication Flow.md | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/developer/Technical Documentation/Interface Contracts/BPDM.md b/developer/Technical Documentation/Interface Contracts/BPDM.md index d3ea105db..5d3c5337f 100644 --- a/developer/Technical Documentation/Interface Contracts/BPDM.md +++ b/developer/Technical Documentation/Interface Contracts/BPDM.md @@ -15,7 +15,7 @@ Business Partner Data Management as a product as well as the portal have three d Below the respective touched business process steps are highlighted to enable an easier mapping of the interfaces to the portal product business process:

-image +image


@@ -47,7 +47,7 @@ For the registration process we are using the BPDM data call to pull the company To integrate the API into CX onboarding process, portal team just have to call the lookup REST endpoint and transform the response into a pick list for the portal user.

-image +image

@@ -60,7 +60,7 @@ Retrieving company data from the CX mirror. ### Description of the physical interfaces (HOW)
-image +image

@@ -131,7 +131,7 @@ The Golden Record has a couple of implemented validations to validate the regist

-image +image


@@ -206,7 +206,7 @@ The interface is used to fetch the BPN of the previously submitted party registr ### Architecture Overview

-image +image


@@ -278,7 +278,7 @@ This document describes the details of the interface spec between BPDM and Porta ### Architecture Overview

-image +image


diff --git a/developer/Technical Documentation/Version Upgrade/portal-upgrade-details.md b/developer/Technical Documentation/Version Upgrade/portal-upgrade-details.md index bf76f0d78..b31932e8c 100644 --- a/developer/Technical Documentation/Version Upgrade/portal-upgrade-details.md +++ b/developer/Technical Documentation/Version Upgrade/portal-upgrade-details.md @@ -45,7 +45,7 @@ values ('68d28f88-85fc-43a9-835a-fce0d5a9e665', 300, 1, '2023-02-21 08:15:20.479 The `identity_providers` table has been adjusted to provide the possibility to safe the owner of the idp. -![IdentityProvidersUpdate](/docs/static/IdentityProvidersUpdate.png) +![IdentityProvidersUpdate](https://raw.githubusercontent.com/eclipse-tractusx/portal-assets/main/docs/static/IdentityProvidersUpdate.png) - added "Identity_Provider_Types" table which is connected to portal.identity_providers table - added inside the new table "Identity_Provider_Types" an id as well as a label. Labels are defined below: @@ -89,7 +89,7 @@ Logic: The `company_applications` table has been expanded. New columns `company_application_type`, `onboarding_service_provider_id` have been added to have the possibility to track which onboarding service provider started an application for a specific company. -![CompanyApplicationTypes](/docs/static/CompanyApplicationTypes.png) +![CompanyApplicationTypes](https://raw.githubusercontent.com/eclipse-tractusx/portal-assets/main/docs/static/CompanyApplicationTypes.png) "onboarding_service_provider_id" => nullable "external" => enum; 1 = "INTERNAL", 2 = "EXTERNAL" @@ -384,11 +384,11 @@ New verified_credential_external_types, verified_credential_external_type_use_ca Company SSI Database Structure -![company-ssi-database](/docs/static/company-ssi-database.png) +![company-ssi-database](https://raw.githubusercontent.com/eclipse-tractusx/portal-assets/main/docs/static/company-ssi-database.png) Use Case Database Structure -![use-case-database](/docs/static/use-case-database.png) +![use-case-database](https://raw.githubusercontent.com/eclipse-tractusx/portal-assets/main/docs/static/use-case-database.png) - NEW: table "language_long_names" - ENHANCED: table portal.languages "long_name_de" and "long_name_en" removed @@ -525,7 +525,7 @@ Attributes - service_type_id (connected to portal.service_types and replacing table service_assigned_service_types) - technical_user_needed (true/false flag) -![ServiceDetails](/docs/static/ServiceDetails.png) +![ServiceDetails](https://raw.githubusercontent.com/eclipse-tractusx/portal-assets/main/docs/static/ServiceDetails.png) Impact on existing data: Migration script existing, based on the service type which is fetched for all existing data from portal table service_assigned_service_types, the technical_user_needed attribute is set to "true" for "DATASPACE_SERVICE" services and "false" for "CONSULTANCE_SERVICE". diff --git a/docs/03. User Management/01. User Account/04. Create new user account (bulk).md b/docs/03. User Management/01. User Account/04. Create new user account (bulk).md index 8c9a70a6d..5db094ce3 100644 --- a/docs/03. User Management/01. User Account/04. Create new user account (bulk).md +++ b/docs/03. User Management/01. User Account/04. Create new user account (bulk).md @@ -5,7 +5,7 @@ Please note that it is suggested to separate the bulk user create groups per rol
-image +image

@@ -56,7 +56,7 @@ Note: if a user inside the csv file upload fails in the user account creation, t
-image +image

diff --git a/docs/04. App(s)/02. App Release Process/index.md b/docs/04. App(s)/02. App Release Process/index.md index 0c352ae5c..7355945d3 100644 --- a/docs/04. App(s)/02. App Release Process/index.md +++ b/docs/04. App(s)/02. App Release Process/index.md @@ -31,7 +31,7 @@ Access the "App Overview" page via the top navigation "App Management"

-image +image

@@ -43,7 +43,7 @@ and click on

-image +image

diff --git a/docs/04. App(s)/06. App Change Process/07. Document Change.md b/docs/04. App(s)/06. App Change Process/07. Document Change.md index d6351d2ca..578a3f2fa 100644 --- a/docs/04. App(s)/06. App Change Process/07. Document Change.md +++ b/docs/04. App(s)/06. App Change Process/07. Document Change.md @@ -2,7 +2,7 @@
-image +image
diff --git a/docs/09. Others/12. Offer Authentication Flow.md b/docs/09. Others/12. Offer Authentication Flow.md index 957d0781e..0c0a698f7 100644 --- a/docs/09. Others/12. Offer Authentication Flow.md +++ b/docs/09. Others/12. Offer Authentication Flow.md @@ -31,7 +31,7 @@ The integration to the operator Keycloak enables: ## Highlevel Process -image +image