File tree 2 files changed +384
-383
lines changed
2 files changed +384
-383
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ internet_banking_system.database: |md
63
63
64
64
Stores user registration information, hashed authentication credentials, access logs, etc.
65
65
| {
66
- shape : rectangle
66
+ shape : cylinder
67
67
}
68
68
69
69
email_system : |md
@@ -87,11 +87,12 @@ mainframe: |md
87
87
# Connections
88
88
customer -> internet_banking_system .web_app : "Visits bigbank.com/ib using\n [HTTPS] "
89
89
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,\n and makes payments using "
91
+ customer -> internet_banking_system .mobile_app : "Views account balances,\n and makes payments using "
92
92
internet_banking_system .spa -> internet_banking_system .api_app : "Makes API calls to\n [JSON/HTTPS] "
93
93
internet_banking_system .mobile_app -> internet_banking_system .api_app : "Makes API calls to\n [JSON/HTTPS] "
94
94
internet_banking_system .api_app -> mainframe : "Makes API calls to\n [XML/HTTPS] "
95
95
customer -> email_system : "Sends e-mails to "
96
96
internet_banking_system .api_app -> email_system : "Sends e-mail using "
97
97
internet_banking_system .database <-> internet_banking_system .api_app : "Reads from and writes to\n [SQL/TCP] "
98
+
You can’t perform that action at this time.
0 commit comments