Skip to content

Commit

Permalink
Merge pull request #150 from catenax-eV/plantuml-to-mermaid-cx0006
Browse files Browse the repository at this point in the history
Patch:CX-0006 plantuml to mermaid
  • Loading branch information
werner-roman authored Nov 10, 2024
2 parents 79b22a0 + 587374e commit d61d1f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- CAT/Onboarding Service Provider
---

# CX-0006 Registration and Initial Onboarding v2.0.0
# CX-0006 Registration and Initial Onboarding v2.0.1

## ABSTRACT

Expand Down Expand Up @@ -305,8 +305,8 @@ registration API.

The sequence diagram below depicts an exemplary registration flow through an Onboarding Service Provider.

```plantuml
@startuml
```mermaid
sequenceDiagram
title "Exemplary registration flow using a Onboarding Service Provider"
Expand All @@ -319,8 +319,6 @@ title "Exemplary registration flow using a Onboarding Service Provider"
"Core Service Provider" -> "Core Service Provider" : 7.) Internal validation and processing of registration request
"Core Service Provider" -> "Onboarding Service Provider" : 8.) POST back registration status ("Approved", "Decline", "Error")
"Core Service Provider" -> "To be onboarded company" : 9.) Send back registration status ("Approved", "Decline", "Error") - including instructions how to access Catena-X
@enduml
```

Figure 3: Exemplary registration flow using a Onboarding Service Provider
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# CX-0006 Registration and Initial Onboarding v1.1.3
# CX-0006 Registration and Initial Onboarding v1.1.4

## ABSTRACT

Expand Down Expand Up @@ -276,8 +276,8 @@ registration API.

The sequence diagram below depicts an exemplary registration flow through an Onboarding Service Provider.

```plantuml
@startuml
```mermaid
sequenceDiagram
title "Exemplary registration flow using a Onboarding Service Provider"
Expand All @@ -290,8 +290,6 @@ title "Exemplary registration flow using a Onboarding Service Provider"
"Core Service Provider" -> "Core Service Provider" : 7.) Internal validation and processing of registration request
"Core Service Provider" -> "Onboarding Service Provider" : 8.) POST back registration status ("Approved", "Decline", "Error")
"Core Service Provider" -> "To be onboarded company" : 9.) Send back registration status ("Approved", "Decline", "Error") - including instructions how to access Catena-X
@enduml
```

Figure 3: Exemplary registration flow using a Onboarding Service Provider
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags:
- CAT/Onboarding Service Provider
---

# CX-0006 Registration and Initial Onboarding v2.0.0
# CX-0006 Registration and Initial Onboarding v2.0.1

## ABSTRACT

Expand Down Expand Up @@ -305,8 +305,8 @@ registration API.

The sequence diagram below depicts an exemplary registration flow through an Onboarding Service Provider.

```plantuml
@startuml
```mermaid
sequenceDiagram
title "Exemplary registration flow using a Onboarding Service Provider"
Expand All @@ -319,8 +319,6 @@ title "Exemplary registration flow using a Onboarding Service Provider"
"Core Service Provider" -> "Core Service Provider" : 7.) Internal validation and processing of registration request
"Core Service Provider" -> "Onboarding Service Provider" : 8.) POST back registration status ("Approved", "Decline", "Error")
"Core Service Provider" -> "To be onboarded company" : 9.) Send back registration status ("Approved", "Decline", "Error") - including instructions how to access Catena-X
@enduml
```

Figure 3: Exemplary registration flow using a Onboarding Service Provider
Expand Down

0 comments on commit d61d1f5

Please sign in to comment.