-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Correct the System_Boundary stereotype #5243
Correct the System_Boundary stereotype #5243
Conversation
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5243 +/- ##
=======================================
Coverage 5.73% 5.73%
=======================================
Files 278 277 -1
Lines 41999 41988 -11
Branches 490 515 +25
=======================================
Hits 2409 2409
+ Misses 39590 39579 -11
Flags with carried forward coverage won't be shown. Click here to find out more. |
@mermaid-js/atlantians can someone familiar with C4 review? |
@mermaid-js/atlantians this should be a quick-win review for someone with a minute to spare please! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mermaid-js/atlantians can someone familiar with C4 review?
I haven't worked on the C4 Diagram, but this fixes the example case in docs to have a system boundary labelled correctly on BankBoundary2
. Earlier it was labelled as enterprise boundary.
I haven't worked with C4 either, but this seems to be an obvious fix |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
@jonmcewen, Thank you for the contribution! |
📑 Summary
Trivial change to correct the
[ENTERPRISE]
stereotype label to[SYSTEM]
for C4 System_Boundary.