Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dsl/big-bank-plc/internet-banking-system/workspace.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ workspace extends ../model.dsl {
description "The software architecture of the Big Bank plc Internet Banking System."

model {
!ref internetbankingsystem {
!element internetbankingsystem {
singlePageApplication = container "Single-Page Application" "Provides all of the Internet banking functionality to customers via their web browser." "JavaScript and Angular" "Web Browser"
mobileApp = container "Mobile App" "Provides a limited subset of the Internet banking functionality to customers via their mobile device." "Xamarin" "Mobile App"
webApplication = container "Web Application" "Delivers the static content and the Internet banking single page application." "Java and Spring MVC"
Expand Down
2 changes: 1 addition & 1 deletion dsl/big-bank-plc/system-landscape/workspace.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ workspace extends ../model.dsl {
description "The system landscape for Big Bank plc."

model {
!ref internetbankingsystem {
!element internetbankingsystem {
url https://structurizr.com/share/36141/diagrams#SystemContext
}
}
Expand Down