Skip to content

Commit

Permalink
chore: c4 model esett dependency (#2013)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmajgaard authored and frontend-specialisten committed Sep 5, 2023
1 parent a64722a commit 634a64e
Show file tree
Hide file tree
Showing 4 changed files with 966 additions and 675 deletions.
9 changes: 9 additions & 0 deletions docs/diagrams/c4-model/model.dsl
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Read description in the 'views.dsl' file.

eSettDomain = group "eSett Exchange" {
eSettApi = container "eSett Exchange WebAPI" {
description "eSett exchange API"
technology "Asp.Net Core Web API"
tags "Microsoft Azure - App Services" "Titans"
}
}

frontendDomain = group "Frontend" {
bffApp = container "BFF Web API" {
description "Backend for frontend (BFF) combines data for presentation on DataHub 3 UI"
Expand All @@ -9,6 +17,7 @@ frontendDomain = group "Frontend" {
# Domain-to-domain relationships
this -> wholesaleApi "Uses" "json/https"
this -> markpartApi "Uses" "json/https"
this -> eSettApi "Uses" "json/https"
}
bffApi = container "BFF API" {
description "API Gateway to BFF Web API"
Expand Down
1,632 changes: 957 additions & 675 deletions docs/diagrams/c4-model/views.json

Large diffs are not rendered by default.

Binary file modified docs/diagrams/c4-model/views/Frontend.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/diagrams/c4-model/views/FrontendDetailed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 634a64e

Please sign in to comment.