Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated diagram titles #90

Merged
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
@startuml
!include ..\.c4s\C4_Container.puml

AddElementTag("c4interflow:lifecycle:new", $bgColor=green, $fontColor=#ffffff, $borderColor=green, $shadowing="False")
AddElementTag("c4interflow:lifecycle:changed", $bgColor=orange, $fontColor=#ffffff, $borderColor=orange, $shadowing="False")
AddElementTag("c4interflow:lifecycle:removed", $bgColor=red, $fontColor=#ffffff, $borderColor=red, $shadowing="False")

AddRelTag("c4interflow:lifecycle:new", $textColor=green, $lineColor=green)
AddRelTag("c4interflow:lifecycle:changed", $textColor=orange, $lineColor=orange)
AddRelTag("c4interflow:lifecycle:removed", $textColor=red, $lineColor=red)

SHOW_PERSON_PORTRAIT()
LAYOUT_TOP_DOWN()

skinparam linetype polyline

title ECommercePlatform - C4 Static - Container level

System(ECommercePlatform.SoftwareSystems.BuyingAndMerchandisingApp, "Buying And Merchandising App", "")

System_Boundary(ECommercePlatform.SoftwareSystems.BuyingService, "Buying Service") {
Container(ECommercePlatform.SoftwareSystems.BuyingService.Containers.Api, "Api", "", "")
Container(ECommercePlatform.SoftwareSystems.BuyingService.Containers.Database, "Database", "", "")
Container(ECommercePlatform.SoftwareSystems.BuyingService.Containers.Messaging, "Messaging", "", "")
Container(ECommercePlatform.SoftwareSystems.BuyingService.Containers.MessageHandler, "Message Handler", "", "")
}

System_Boundary(ECommercePlatform.SoftwareSystems.PricingService, "Pricing Service") {
Container(ECommercePlatform.SoftwareSystems.PricingService.Containers.Api, "Api", "", "")
Container(ECommercePlatform.SoftwareSystems.PricingService.Containers.Database, "Database", "", "")
Container(ECommercePlatform.SoftwareSystems.PricingService.Containers.Messaging, "Messaging", "", "")
Container(ECommercePlatform.SoftwareSystems.PricingService.Containers.MessageHandler, "Message Handler", "", "")
}
System(ECommercePlatform.SoftwareSystems.CRMApp, "CRM App", "")

System_Boundary(ECommercePlatform.SoftwareSystems.FraudService, "Fraud Service") {
Container(ECommercePlatform.SoftwareSystems.FraudService.Containers.Api, "Api", "", "")
Container(ECommercePlatform.SoftwareSystems.FraudService.Containers.Database, "Database", "", "")
Container(ECommercePlatform.SoftwareSystems.FraudService.Containers.Messaging, "Messaging", "", "")
Container(ECommercePlatform.SoftwareSystems.FraudService.Containers.MessageHandler, "Message Handler", "", "")
}
System(ECommercePlatform.SoftwareSystems.FraudEngine, "Fraud Engine", "")
System(ECommercePlatform.SoftwareSystems.PaymentProvider, "Payment Provider", "")
System(ECommercePlatform.SoftwareSystems.PIMApp, "PIM App", "")

System_Boundary(ECommercePlatform.SoftwareSystems.ProductService, "Product Service") {
Container(ECommercePlatform.SoftwareSystems.ProductService.Containers.Api, "Api", "", "")
Container(ECommercePlatform.SoftwareSystems.ProductService.Containers.Database, "Database", "", "")
Container(ECommercePlatform.SoftwareSystems.ProductService.Containers.Messaging, "Messaging", "", "")
Container(ECommercePlatform.SoftwareSystems.ProductService.Containers.MessageHandler, "Message Handler", "", "")
}
System(ECommercePlatform.SoftwareSystems.StorefrontApp, "Storefront App", "")
System(ECommercePlatform.SoftwareSystems.StorefrontBff, "Storefront Bff", "")

System_Boundary(ECommercePlatform.SoftwareSystems.SearchService, "Search Service") {
Container(ECommercePlatform.SoftwareSystems.SearchService.Containers.Api, "Api", "", "")
Container(ECommercePlatform.SoftwareSystems.SearchService.Containers.Database, "Database", "", "")
Container(ECommercePlatform.SoftwareSystems.SearchService.Containers.MessageHandler, "Message Handler", "", "")
}

System_Boundary(ECommercePlatform.SoftwareSystems.BasketService, "Basket Service") {
Container(ECommercePlatform.SoftwareSystems.BasketService.Containers.Api, "Api", "", "")
Container(ECommercePlatform.SoftwareSystems.BasketService.Containers.Database, "Database", "", "")
}

System_Boundary(ECommercePlatform.SoftwareSystems.OrderService, "Order Service") {
Container(ECommercePlatform.SoftwareSystems.OrderService.Containers.Api, "Api", "", "")
Container(ECommercePlatform.SoftwareSystems.OrderService.Containers.Database, "Database", "", "")
Container(ECommercePlatform.SoftwareSystems.OrderService.Containers.Messaging, "Messaging", "", "")
Container(ECommercePlatform.SoftwareSystems.OrderService.Containers.MessageHandler, "Message Handler", "", "")
}
System(ECommercePlatform.SoftwareSystems.WMS, "WMS", "")

System_Boundary(ECommercePlatform.SoftwareSystems.FulfilmentService, "Fulfilment Service") {
Container(ECommercePlatform.SoftwareSystems.FulfilmentService.Containers.Api, "Api", "", "")
Container(ECommercePlatform.SoftwareSystems.FulfilmentService.Containers.Database, "Database", "", "")
Container(ECommercePlatform.SoftwareSystems.FulfilmentService.Containers.Messaging, "Messaging", "", "")
Container(ECommercePlatform.SoftwareSystems.FulfilmentService.Containers.MessageHandler, "Message Handler", "", "")
}

System_Boundary(ECommercePlatform.SoftwareSystems.PaymentService, "Payment Service") {
Container(ECommercePlatform.SoftwareSystems.PaymentService.Containers.Messaging, "Messaging", "", "")
Container(ECommercePlatform.SoftwareSystems.PaymentService.Containers.Api, "Api", "", "")
Container(ECommercePlatform.SoftwareSystems.PaymentService.Containers.Database, "Database", "", "")
Container(ECommercePlatform.SoftwareSystems.PaymentService.Containers.MessageHandler, "Message Handler", "", "")
}

Rel(ECommercePlatform.SoftwareSystems.BuyingAndMerchandisingApp, ECommercePlatform.SoftwareSystems.BuyingService.Containers.Api, "Uses")
Rel(ECommercePlatform.SoftwareSystems.BuyingService.Containers.Api, ECommercePlatform.SoftwareSystems.BuyingService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.BuyingService.Containers.Api, ECommercePlatform.SoftwareSystems.BuyingService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.BuyingAndMerchandisingApp, ECommercePlatform.SoftwareSystems.PricingService.Containers.Api, "Uses")
Rel(ECommercePlatform.SoftwareSystems.PricingService.Containers.Api, ECommercePlatform.SoftwareSystems.PricingService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.PricingService.Containers.Api, ECommercePlatform.SoftwareSystems.PricingService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.CRMApp, ECommercePlatform.SoftwareSystems.FraudService.Containers.Api, "Uses")
Rel(ECommercePlatform.SoftwareSystems.FraudService.Containers.Api, ECommercePlatform.SoftwareSystems.FraudService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.FraudService.Containers.Api, ECommercePlatform.SoftwareSystems.FraudService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.PIMApp, ECommercePlatform.SoftwareSystems.ProductService.Containers.Api, "Uses")
Rel(ECommercePlatform.SoftwareSystems.ProductService.Containers.Api, ECommercePlatform.SoftwareSystems.ProductService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.ProductService.Containers.Api, ECommercePlatform.SoftwareSystems.ProductService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.StorefrontApp, ECommercePlatform.SoftwareSystems.StorefrontBff, "Uses")
Rel(ECommercePlatform.SoftwareSystems.StorefrontBff, ECommercePlatform.SoftwareSystems.ProductService.Containers.Api, "Uses")
Rel(ECommercePlatform.SoftwareSystems.StorefrontBff, ECommercePlatform.SoftwareSystems.SearchService.Containers.Api, "Uses")
Rel(ECommercePlatform.SoftwareSystems.SearchService.Containers.Api, ECommercePlatform.SoftwareSystems.SearchService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.StorefrontBff, ECommercePlatform.SoftwareSystems.BasketService.Containers.Api, "Uses")
Rel(ECommercePlatform.SoftwareSystems.BasketService.Containers.Api, ECommercePlatform.SoftwareSystems.BasketService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.StorefrontBff, ECommercePlatform.SoftwareSystems.OrderService.Containers.Api, "Uses")
Rel(ECommercePlatform.SoftwareSystems.OrderService.Containers.Api, ECommercePlatform.SoftwareSystems.OrderService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.OrderService.Containers.Api, ECommercePlatform.SoftwareSystems.OrderService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.BuyingService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.BuyingService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.BuyingService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.WMS, "Uses")
Rel(ECommercePlatform.SoftwareSystems.FraudService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.OrderService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.FraudService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.FraudService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.FraudService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.FraudEngine, "Uses")
Rel(ECommercePlatform.SoftwareSystems.FraudService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.FraudService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.FulfilmentService.Containers.Api, ECommercePlatform.SoftwareSystems.FulfilmentService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.FulfilmentService.Containers.Api, ECommercePlatform.SoftwareSystems.FulfilmentService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.FulfilmentService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.OrderService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.FulfilmentService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.FulfilmentService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.FulfilmentService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.WMS, "Uses")
Rel(ECommercePlatform.SoftwareSystems.OrderService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.FraudService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.OrderService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.OrderService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.OrderService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.OrderService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.OrderService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.PaymentService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.OrderService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.FulfilmentService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.PaymentService.Containers.Api, ECommercePlatform.SoftwareSystems.PaymentService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.PaymentService.Containers.Api, ECommercePlatform.SoftwareSystems.PaymentService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.PaymentService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.OrderService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.PaymentService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.PaymentService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.PaymentService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.PaymentProvider, "Uses")
Rel(ECommercePlatform.SoftwareSystems.PricingService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.BuyingService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.PricingService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.PricingService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.ProductService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.BuyingService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.ProductService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.ProductService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.ProductService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.ProductService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.SearchService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.PricingService.Containers.Messaging, "Uses")
Rel(ECommercePlatform.SoftwareSystems.SearchService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.SearchService.Containers.Database, "Uses")
Rel(ECommercePlatform.SoftwareSystems.SearchService.Containers.MessageHandler, ECommercePlatform.SoftwareSystems.ProductService.Containers.Messaging, "Uses")


SHOW_LEGEND()
@enduml
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading