Skip to content

Commit

Permalink
chore: c4 model esett dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmajgaard committed Sep 4, 2023
1 parent c60eb99 commit 54e4bda
Show file tree
Hide file tree
Showing 2 changed files with 1,277 additions and 1,199 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
Loading

0 comments on commit 54e4bda

Please sign in to comment.