Skip to content

Commit 6e998e1

Browse files
authored
Merge pull request #260 from cosmicpython/image-rerender
image rerenders, mostly plantuml
2 parents 0de06e4 + 1ff8fc6 commit 6e998e1

32 files changed

Lines changed: 29 additions & 10 deletions

chapter_01_domain_model.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ image::images/apwp_0102.png[]
126126
[plantuml, apwp_0102]
127127
@startuml Allocation Context Diagram
128128
!include images/C4_Context.puml
129+
scale 2
129130
130131
System(systema, "Allocation", "Allocates stock to customer orders")
131132
@@ -459,6 +460,8 @@ image::images/apwp_0103.png[]
459460
[role="image-source"]
460461
----
461462
[plantuml, apwp_0103, config=plantuml.cfg]
463+
@startuml
464+
scale 4
462465
463466
left to right direction
464467
hide empty members

chapter_03_abstractions.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ We can reduce the degree of coupling within a system
5050
image::images/apwp_0301.png[]
5151
[role="image-source"]
5252
----
53-
[ditaa,apwp_0301]
53+
[ditaa, apwp_0301]
5454
+--------+ +--------+
5555
| System | ---> | System |
5656
| A | ---> | B |
@@ -66,7 +66,7 @@ image::images/apwp_0301.png[]
6666
image::images/apwp_0302.png[]
6767
[role="image-source"]
6868
----
69-
[ditaa,apwp_0302]
69+
[ditaa, apwp_0302]
7070
+--------+ +--------+
7171
| System | /-------------\ | System |
7272
| A | ---> | | ---> | B |

chapter_07_aggregate.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ image::images/apwp_0702.png[]
233233
----
234234
[plantuml, apwp_0702, config=plantuml.cfg]
235235
@startuml
236+
scale 4
236237
237238
hide empty members
238239
@@ -283,6 +284,7 @@ image::images/apwp_0703.png[]
283284
----
284285
[plantuml, apwp_0703, config=plantuml.cfg]
285286
@startuml
287+
scale 4
286288
287289
hide empty members
288290
@@ -590,6 +592,7 @@ image::images/apwp_0704.png[]
590592
----
591593
[plantuml, apwp_0704, config=plantuml.cfg]
592594
@startuml
595+
scale 4
593596
594597
entity Model
595598
collections Transaction1

chapter_09_all_messagebus.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,8 @@ image::images/apwp_0904.png[]
495495
----
496496
[plantuml, apwp_0904, config=plantuml.cfg]
497497
@startuml
498+
scale 4
499+
498500
API -> MessageBus : BatchQuantityChanged event
499501
500502
group BatchQuantityChanged Handler + Unit of Work 1

chapter_11_external_events.asciidoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ image::images/apwp_1103.png[]
8787
----
8888
[plantuml, apwp_1103, config=plantuml.cfg]
8989
@startuml
90+
scale 4
9091
9192
actor Customer
9293
entity Orders
@@ -163,6 +164,7 @@ image::images/apwp_1104.png[]
163164
----
164165
[plantuml, apwp_1104, config=plantuml.cfg]
165166
@startuml
167+
scale 4
166168
167169
actor w as "Warehouse worker"
168170
entity Warehouse
@@ -215,6 +217,7 @@ image::images/apwp_1105.png[]
215217
----
216218
[plantuml, apwp_1105, config=plantuml.cfg]
217219
@startuml
220+
scale 4
218221
219222
actor Customer
220223
entity Orders
@@ -333,8 +336,8 @@ image::images/apwp_1106.png[]
333336
[role="image-source"]
334337
----
335338
[plantuml, apwp_1106, config=plantuml.cfg]
336-
337339
@startuml
340+
scale 4
338341
339342
Redis -> MessageBus : BatchQuantityChanged event
340343

chapter_12_cqrs.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,9 @@ image::images/apwp_1202.png[]
693693
----
694694
[plantuml, apwp_1202, config=plantuml.cfg]
695695
@startuml
696+
scale 4
696697
!pragma teoz true
698+
697699
actor User order 1
698700
boundary Flask order 2
699701
participant MessageBus order 3

chapter_13_dependency_injection.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ image::images/apwp_1303.png[]
243243
[ditaa, apwp_1303]
244244
245245
+---------------+
246-
| Entrpyoints |
246+
| Entrypoints |
247247
| (Flask/Redis) |
248248
+---------------+
249249
|

epilogue_1_how_to_get_there_from_here.asciidoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ image::images/apwp_ep01.png[]
6565
----
6666
[plantuml, apwp_ep01, config=plantuml.cfg]
6767
@startuml
68+
scale 4
6869
hide empty members
70+
6971
Workspace *- Folder : contains
7072
Account *- Workspace : owns
7173
Account *-- Package : has
@@ -266,11 +268,12 @@ image::images/apwp_ep02.png[]
266268
----
267269
[plantuml, apwp_ep02, config=plantuml.cfg]
268270
@startuml
271+
scale 4
269272
hide empty members
270273
271274
together {
272275
class Document {
273-
add_version ()
276+
add_version()
274277
workspace: Workspace
275278
parent: Folder
276279
versions: List[DocumentVersion]
@@ -298,7 +301,7 @@ together {
298301
299302
300303
class Account {
301-
add_package ()
304+
add_package()
302305
owner : User
303306
packages : List[BillingPackage]
304307
workspaces: List[Workspace]
@@ -347,13 +350,14 @@ image::images/apwp_ep03.png[]
347350
----
348351
[plantuml, apwp_ep03, config=plantuml.cfg]
349352
@startuml
353+
scale 4
350354
hide empty members
351355
352356
frame Document {
353357
354358
class Document {
355359
356-
add_version ()
360+
add_version()
357361
358362
workspace_id: int
359363
parent_folder: int
@@ -373,7 +377,7 @@ frame Document {
373377
frame Account {
374378
375379
class Account {
376-
add_package ()
380+
add_package()
377381
378382
owner : int
379383
packages : List[BillingPackage]
@@ -481,6 +485,7 @@ image::images/apwp_ep04.png[]
481485
!include images/C4_Context.puml
482486
483487
LAYOUT_LEFT_RIGHT
488+
scale 2
484489
485490
Person_Ext(customer, "Customer", "Wants to buy furniture")
486491
@@ -506,6 +511,7 @@ image::images/apwp_ep05.png[]
506511
!include images/C4_Context.puml
507512
508513
LAYOUT_LEFT_RIGHT
514+
scale 2
509515
510516
Person_Ext(customer, "Customer", "Wants to buy furniture")
511517

images/C4.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ skinparam roundCorner 20
1515
skinparam Padding 2
1616
skinparam wrapWidth 200
1717
skinparam default {
18-
FontName Guardian Sans Cond Regular
18+
FontName Guardian Sans Cond Medium
1919
FontSize 18
2020
}
2121

images/apwp_0002.png

31.1 KB
Loading

0 commit comments

Comments
 (0)