Skip to content

Commit

Permalink
updated core architecture docs with CTR# (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
aje54 authored Jan 8, 2024
1 parent 0a2cf43 commit 390dcb7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions docs/c4-diagrams-as-code/trs-c4.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ workspace {

support-user = person "Support User"
citizen = person "User (Citizen)"
emp-prov-la = person "Employer, Provider, LA"

softwareSystem = softwareSystem "Teaching Record System Core Containers"{

Expand Down Expand Up @@ -34,23 +35,32 @@ workspace {
active-directory = container "DfE Active Directory" {
tags "Corporate Sysytems" "AD"
}
dfe-sign = container "DfE Sign In" {
tags "Corporate Sysytems" "DSI"
}
}

aytq = group "A Teacher Service e.g.Access Your Teaching Qualifications" {
aytq = group "Access Your Teaching Qualifications & Check A Teachers Record" {

aytq-web-app = container "AYTQ Web App" {
tags "Access Your Teaching Qualifications" "AYTQ Web App"
}

container "AYTQ Database" {
aytq-ctl-db = container "AYTQ & CTL Database" {
tags "Access Your Teaching Qualifications" "Database"
aytq-web-app -> this "Reads from and writes to"
}

check-web-app = container "CTR Web App" {
tags "Check a Teachers Record" "CTR Web App"
}
}



support-user -> trs-web-app "Uses Support Application"
citizen -> aytq-web-app "Visits Service"
emp-prov-la -> check-web-app "Visits Service"

trs-web-app -> active-directory "Uses AD API to Authenticate User"

Expand All @@ -64,7 +74,10 @@ workspace {
trs-auth-server -> aytq-web-app "OAuth"
aytq-web-app -> trsApi "Uses"


check-web-app -> aytq-ctl-db "Reads from and writes to"
check-web-app -> trsApi "Uses"
check-web-app -> dfe-sign "Uses DfE Sign to authenticate user"
dfe-sign -> check-web-app "Return OAUTH claim"

}

Expand Down
Binary file modified docs/c4-diagrams-as-code/trs-core-containers.jpg
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 390dcb7

Please sign in to comment.