-
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 #56 from 8T4/features/new-builders-and-themes
svg component
- Loading branch information
Showing
15 changed files
with
84 additions
and
2 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
1 change: 1 addition & 0 deletions
1
docs/images/component-diagram-for-internet-banking-system-c4component.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+43.3 KB
docs/images/component-diagram-for-internet-banking-system-c4context.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions
28
docs/images/component-diagram-for-internet-banking-system-c4context.puml
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,28 @@ | ||
@startuml component-diagram-for-internet-banking-system-c4context | ||
!include ../.c4s/C4_Context.puml | ||
|
||
UpdateElementStyle("system", $bgColor=#D4E6F1,$fontColor=#1A5276,$borderColor=#1A5276,$shadowing="false",$shape=RoundedBoxShape(),$borderStyle=SolidLine(),$borderThickness=2) | ||
UpdateElementStyle("external_system", $bgColor=#F8F9F9,$fontColor=#797D7F,$borderColor=#797D7F,$shadowing="false",$shape=RoundedBoxShape(),$borderStyle=SolidLine(),$borderThickness=1) | ||
UpdateElementStyle("person", $bgColor=#797D7F,$fontColor=#797D7F,$borderColor=#797D7F,$shadowing="false",$shape=RoundedBoxShape(),$borderStyle=SolidLine(),$borderThickness=2) | ||
UpdateElementStyle("component", $bgColor=#FAE5D3,$fontColor=#CA6F1E,$borderColor=#CA6F1E,$shadowing="false",$shape=RoundedBoxShape(),$borderStyle=SolidLine(),$borderThickness=2) | ||
UpdateElementStyle("external_component", $bgColor=#F8F9F9,$fontColor=#797D7F,$borderColor=#797D7F,$shadowing="false",$shape=RoundedBoxShape(),$borderStyle=SolidLine(),$borderThickness=1) | ||
UpdateElementStyle("container", $bgColor=#EAF2F8,$fontColor=#2E86C1,$borderColor=#2E86C1,$shadowing="false",$shape=RoundedBoxShape(),$borderStyle=SolidLine(),$borderThickness=2) | ||
UpdateElementStyle("external_container", $bgColor=#F8F9F9,$fontColor=#797D7F,$borderColor=#797D7F,$shadowing="false",$shape=RoundedBoxShape(),$borderStyle=SolidLine(),$borderThickness=1) | ||
UpdateBoundaryStyle($elementName=system,$bgColor=#F8F9F9,$fontColor=#797D7F,$borderColor=#797D7F,$shadowing="false",$shape=RoundedBoxShape()) | ||
UpdateBoundaryStyle($elementName=container,$bgColor=#F8F9F9,$fontColor=#797D7F,$borderColor=#797D7F,$shadowing="false",$shape=RoundedBoxShape()) | ||
UpdateBoundaryStyle($elementName=enterprise,$bgColor=#F8F9F9,$fontColor=#797D7F,$borderColor=#797D7F,$shadowing="false",$shape=RoundedBoxShape()) | ||
SHOW_PERSON_PORTRAIT() | ||
LAYOUT_TOP_DOWN() | ||
|
||
title Component diagram for Internet Banking System | ||
|
||
Person_Ext(customer, "Personal Banking Customer", "A customer of the bank, with personal bank accounts.") | ||
System(BankingSystem, "Internet Banking System", "Allows customers to view information about their bank accounts, and make payments.") | ||
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_Back(customer, MailSystem, "Sends e-mails to") | ||
Rel_Neighbor(BankingSystem, MailSystem, "Sends e-mails", "SMTP") | ||
Rel(BankingSystem, Mainframe, "uses") | ||
@enduml |
1 change: 1 addition & 0 deletions
1
docs/images/component-diagram-for-internet-banking-system-c4context.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
docs/images/container-diagram-for-internet-banking-system-c4container.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
docs/images/container-diagram-for-internet-banking-system-v2-c4container.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
docs/images/internet-banking-system-api-application-c4component.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
docs/images/sequence-diagram-for-internet-banking-system-c4sequence.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
docs/images/system-context-diagram-for-internet-banking-system-c4deployment.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
docs/images/system-enterprise-diagram-for-internet-banking-system-c4component.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+70.2 KB
docs/images/system-enterprise-diagram-for-internet-banking-system-c4context.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions
44
docs/images/system-enterprise-diagram-for-internet-banking-system-c4context.puml
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,44 @@ | ||
@startuml system-enterprise-diagram-for-internet-banking-system-c4context | ||
!include ../.c4s/C4_Context.puml | ||
|
||
UpdateElementStyle("system", $bgColor=#D4E6F1,$fontColor=#1A5276,$borderColor=#1A5276,$shadowing="false",$shape=RoundedBoxShape(),$borderStyle=SolidLine(),$borderThickness=2) | ||
UpdateElementStyle("external_system", $bgColor=#F8F9F9,$fontColor=#797D7F,$borderColor=#797D7F,$shadowing="false",$shape=RoundedBoxShape(),$borderStyle=SolidLine(),$borderThickness=1) | ||
UpdateElementStyle("person", $bgColor=#797D7F,$fontColor=#797D7F,$borderColor=#797D7F,$shadowing="false",$shape=RoundedBoxShape(),$borderStyle=SolidLine(),$borderThickness=2) | ||
UpdateElementStyle("component", $bgColor=#FAE5D3,$fontColor=#CA6F1E,$borderColor=#CA6F1E,$shadowing="false",$shape=RoundedBoxShape(),$borderStyle=SolidLine(),$borderThickness=2) | ||
UpdateElementStyle("external_component", $bgColor=#F8F9F9,$fontColor=#797D7F,$borderColor=#797D7F,$shadowing="false",$shape=RoundedBoxShape(),$borderStyle=SolidLine(),$borderThickness=1) | ||
UpdateElementStyle("container", $bgColor=#EAF2F8,$fontColor=#2E86C1,$borderColor=#2E86C1,$shadowing="false",$shape=RoundedBoxShape(),$borderStyle=SolidLine(),$borderThickness=2) | ||
UpdateElementStyle("external_container", $bgColor=#F8F9F9,$fontColor=#797D7F,$borderColor=#797D7F,$shadowing="false",$shape=RoundedBoxShape(),$borderStyle=SolidLine(),$borderThickness=1) | ||
UpdateBoundaryStyle($elementName=system,$bgColor=#F8F9F9,$fontColor=#797D7F,$borderColor=#797D7F,$shadowing="false",$shape=RoundedBoxShape()) | ||
UpdateBoundaryStyle($elementName=container,$bgColor=#F8F9F9,$fontColor=#797D7F,$borderColor=#797D7F,$shadowing="false",$shape=RoundedBoxShape()) | ||
UpdateBoundaryStyle($elementName=enterprise,$bgColor=#F8F9F9,$fontColor=#797D7F,$borderColor=#797D7F,$shadowing="false",$shape=RoundedBoxShape()) | ||
SHOW_PERSON_PORTRAIT() | ||
LAYOUT_TOP_DOWN() | ||
|
||
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.") | ||
|
||
Enterprise_Boundary(enterprise.boundary.1, "Domain Internal Users") { | ||
Person(internalcustomer, "Personal Banking Customer", "An 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_Neighbor(BankingSystem, MailSystem, "Sends e-mails", "SMTP") | ||
Rel(BankingSystem, Mainframe, "uses") | ||
@enduml |
1 change: 1 addition & 0 deletions
1
docs/images/system-enterprise-diagram-for-internet-banking-system-c4context.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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