Skip to content

Commit 6924cd2

Browse files
committed
feat: improve images in chapter 2
1 parent 357e7fc commit 6924cd2

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

83.3 KB
Loading
-166 KB
Binary file not shown.
71.8 KB
Loading

Chapter-2-modules-separation/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ Before we look at the technical solution, a few explanations are in order. First
6565
- _Contracts_ is a _core_ type.
6666
- The rest of our subdomains are still _supporting_.
6767

68-
image::Assets/subdomain_types.jpg[]
68+
image::Assets/subdomain_types.png[]
6969

7070
The next step is to focus on the patterns that can be used in our modules - we were not able to make this decision in the first chapter due to lack of knowledge about our business domain and how it will be used by our customers (see _Project Paradox_ we described earlier). Thanks to the knowledge we gained, we decided on the following patterns for our modules:
7171

7272
- In _Contracts_ we will use the _Domain Model_
7373
- For _Passes_ and _Offers_ we have chosen the _Active Record_
7474
- In _Reports_ we will use _Transaction Script_
7575

76-
image::../Assets/subdomains_architectural_patterns.jpg[]
76+
image::Assets/architectural_patterns.png[]
7777

7878
Let's translate all of the above into code.
7979

0 commit comments

Comments
 (0)