-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from 8T4/feature/mermaid-github
Feature/mermaid GitHub
- Loading branch information
Showing
14 changed files
with
251 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
docs/system-enterprise-diagram-for-internet-banking-system-c4context.mermaid.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
```mermaid | ||
C4Context | ||
title System Enterprise diagram for Internet Banking System | ||
Person_Ext(customer, "Personal Banking Customer", "A customer of the bank, with personal bank accounts.") | ||
Enterprise_Boundary(enterprise.boundary, "Domain A") { | ||
System(BankingSystem, "Internet Banking System", "Allows customers to view information about their bank accounts, and make payments.", $tags="services") | ||
Enterprise_Boundary(enterprise.boundary.1, "Domain Internal Users") { | ||
Person(internalcustomer, "Personal Banking Customer", "An internal customer of the bank, with personal bank accounts.") | ||
} | ||
Enterprise_Boundary(enterprise.boundary.2, "Domain Managers") { | ||
Person(manager, "Manager Banking Customer", "A manager of the bank, with personal bank accounts.") | ||
} | ||
} | ||
System_Ext(Mainframe, "Mainframe Banking System", "Stores all of the core banking information about customers, accounts, transactions, etc.") | ||
System_Ext(MailSystem, "E-mail system", "The internal Microsoft Exchange e-mail system.") | ||
Rel(customer, BankingSystem, "uses") | ||
Rel(internalcustomer, BankingSystem, "uses") | ||
Rel(manager, BankingSystem, "uses") | ||
Rel_Back(customer, MailSystem, "Sends e-mails to") | ||
Rel(BankingSystem, MailSystem, "Sends e-mails", "SMTP") | ||
Rel(BankingSystem, Mainframe, "uses") | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.