Add logical Onion C4 architecture diagram from current code - #9117
Open
jeffreypalermo wants to merge 1 commit into
Open
Add logical Onion C4 architecture diagram from current code#9117jeffreypalermo wants to merge 1 commit into
jeffreypalermo wants to merge 1 commit into
Conversation
Documents ChurchBulletin.sln layers (Core, DataAccess, hosts, LLM/MCP) from verified .csproj references, with rendered PNG.
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an architecture-documentation artifact: a C4 Component diagram representing the solution’s logical Onion layering based on the current src/**/*.csproj project-reference graph.
Changes:
- Adds
arch/logical-c4.pumlPlantUML source for the logical Onion architecture component diagram. - Adds rendered output
arch/logical-c4.pngfor quick viewing. - Updates
arch/README.mdto index the new diagram.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| arch/README.md | Adds an index entry for the new logical architecture diagram. |
| arch/logical-c4.puml | Introduces the C4 Component diagram source describing the solution’s logical Onion layering and key relationships. |
| arch/logical-c4.png | Adds the rendered diagram image corresponding to logical-c4.puml. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| Boundary(ring_hosts, "Outer - Hosts / Composition Roots") { | ||
| Component(uiServer, "UI.Server", "ASP.NET Core 10", "Hosts Blazor WASM, UI.Api, gRPC WorkOrders, in-process MCP /mcp, NServiceBus endpoint UI.Server", $tags="host") | ||
| Component(worker, "Worker", ".NET Worker", "NServiceBus endpoint WorkOrderProcessing; refs DataAccess + LlmGateway", $tags="host") |
| title Church Bulletin Work Orders - Logical Architecture (Onion) | ||
|
|
||
| AddElementTag("core", $bgColor="#D5F5E3", $borderColor="#196F3D", $legendText="Core - no project refs") | ||
| AddElementTag("infra", $bgColor="#D6EAF8", $borderColor="#1A5276", $legendText="Infrastructure - refs Core only") |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Submitter checklist
Summary
Adds a logical Onion architecture C4 component diagram derived from the current
src/**/*.csprojproject-reference graph (not aspirational).Files
arch/logical-c4.puml— PlantUML C4 source (stdlib<C4/C4_Component>)arch/logical-c4.png— rendered diagramarch/README.md— index entryLayers reflected
Docs-only change; no application code or dependency changes.