Skip to content

Commit e08a507

Browse files
committed
minor changes
1 parent 9c1a512 commit e08a507

File tree

2 files changed

+384
-383
lines changed

2 files changed

+384
-383
lines changed

static/d2/c4.d2

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ internet_banking_system.database: |md
6363

6464
Stores user registration information, hashed authentication credentials, access logs, etc.
6565
| {
66-
shape: rectangle
66+
shape: cylinder
6767
}
6868

6969
email_system: |md
@@ -87,11 +87,12 @@ mainframe: |md
8787
# Connections
8888
customer -> internet_banking_system.web_app: "Visits bigbank.com/ib using\n[HTTPS]"
8989
internet_banking_system.web_app -> internet_banking_system.spa: "Delivers to the customer's web browser"
90-
customer -> internet_banking_system.spa: "Views account balances, and makes payments using"
91-
customer -> internet_banking_system.mobile_app: "Views account balances, and makes payments using"
90+
customer -> internet_banking_system.spa: "Views account balances,\nand makes payments using"
91+
customer -> internet_banking_system.mobile_app: "Views account balances,\nand makes payments using"
9292
internet_banking_system.spa -> internet_banking_system.api_app: "Makes API calls to\n[JSON/HTTPS]"
9393
internet_banking_system.mobile_app -> internet_banking_system.api_app: "Makes API calls to\n[JSON/HTTPS]"
9494
internet_banking_system.api_app -> mainframe: "Makes API calls to\n[XML/HTTPS]"
9595
customer -> email_system: "Sends e-mails to"
9696
internet_banking_system.api_app -> email_system: "Sends e-mail using"
9797
internet_banking_system.database <-> internet_banking_system.api_app: "Reads from and writes to\n[SQL/TCP]"
98+

0 commit comments

Comments
 (0)