Skip to content

Commit 863d019

Browse files
committed
fix the parts and tweaks toc titles in general
1 parent d2d67be commit 863d019

25 files changed

Lines changed: 85 additions & 73 deletions

book/appendix_csvs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
<ul class="sectlevel1">
8282
<li><a href="/book/preface.html">Preface</a></li>
8383
<li><a href="/book/introduction.html">Introduction</a></li>
84-
<li><a href="/book/part1.html">Building an Architecture to Support Domain Modeling</a></li>
84+
<li><a href="/book/part1.html">Part 1: Building an Architecture to Support Domain Modeling</a></li>
8585
<li><a href="/book/chapter_01_domain_model.html">1. Domain Modeling</a></li>
8686
<li><a href="/book/chapter_02_repository.html">2. Repository Pattern</a></li>
8787
<li><a href="/book/chapter_03_abstractions.html">3. A Brief Interlude: On Coupling <span class="keep-together">and Abstractions</span></a></li>
8888
<li><a href="/book/chapter_04_service_layer.html">4. Our First Use Case: <span class="keep-together">Flask API and Service Layer</span></a></li>
8989
<li><a href="/book/chapter_05_high_gear_low_gear.html">5. TDD in High Gear and Low Gear</a></li>
9090
<li><a href="/book/chapter_06_uow.html">6. Unit of Work Pattern</a></li>
9191
<li><a href="/book/chapter_07_aggregate.html">7. Aggregates and Consistency Boundaries</a></li>
92-
<li><a href="/book/part2.html">Event-Driven Architecture</a></li>
92+
<li><a href="/book/part2.html">Part 2: Event-Driven Architecture</a></li>
9393
<li><a href="/book/chapter_08_events_and_message_bus.html">8. Events and the Message Bus</a></li>
9494
<li><a href="/book/chapter_09_all_messagebus.html">9. Going to Town on the Message Bus</a></li>
9595
<li><a href="/book/chapter_10_commands.html">10. Commands and Command Handler</a></li>
@@ -107,7 +107,7 @@
107107
</div>
108108
<div id="content">
109109
<div class="sect1">
110-
<h2 id="appendix_csvs">Appendix C: Swapping Out the Infrastructure: Do Everything with CSVs<span class="keep-together">Do Everything with CSVs</span></h2>
110+
<h2 id="appendix_csvs">Appendix C: Swapping Out the Infrastructure: Do Everything with CSVs</h2>
111111
<div class="sectionbody">
112112
<div class="paragraph">
113113
<p>This appendix is intended as a little illustration of the benefits of the

book/appendix_django.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
<ul class="sectlevel1">
8282
<li><a href="/book/preface.html">Preface</a></li>
8383
<li><a href="/book/introduction.html">Introduction</a></li>
84-
<li><a href="/book/part1.html">Building an Architecture to Support Domain Modeling</a></li>
84+
<li><a href="/book/part1.html">Part 1: Building an Architecture to Support Domain Modeling</a></li>
8585
<li><a href="/book/chapter_01_domain_model.html">1. Domain Modeling</a></li>
8686
<li><a href="/book/chapter_02_repository.html">2. Repository Pattern</a></li>
8787
<li><a href="/book/chapter_03_abstractions.html">3. A Brief Interlude: On Coupling <span class="keep-together">and Abstractions</span></a></li>
8888
<li><a href="/book/chapter_04_service_layer.html">4. Our First Use Case: <span class="keep-together">Flask API and Service Layer</span></a></li>
8989
<li><a href="/book/chapter_05_high_gear_low_gear.html">5. TDD in High Gear and Low Gear</a></li>
9090
<li><a href="/book/chapter_06_uow.html">6. Unit of Work Pattern</a></li>
9191
<li><a href="/book/chapter_07_aggregate.html">7. Aggregates and Consistency Boundaries</a></li>
92-
<li><a href="/book/part2.html">Event-Driven Architecture</a></li>
92+
<li><a href="/book/part2.html">Part 2: Event-Driven Architecture</a></li>
9393
<li><a href="/book/chapter_08_events_and_message_bus.html">8. Events and the Message Bus</a></li>
9494
<li><a href="/book/chapter_09_all_messagebus.html">9. Going to Town on the Message Bus</a></li>
9595
<li><a href="/book/chapter_10_commands.html">10. Commands and Command Handler</a></li>
@@ -107,7 +107,7 @@
107107
</div>
108108
<div id="content">
109109
<div class="sect1">
110-
<h2 id="appendix_django">Appendix D: Repository and Unit of Work Patterns with Django<span class="keep-together">Patterns with Django</span></h2>
110+
<h2 id="appendix_django">Appendix D: Repository and Unit of Work Patterns with Django</h2>
111111
<div class="sectionbody">
112112
<div class="paragraph">
113113
<p>Suppose you wanted to use Django instead of SQLAlchemy and Flask. How

book/appendix_ds1_table.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
<ul class="sectlevel1">
8282
<li><a href="/book/preface.html">Preface</a></li>
8383
<li><a href="/book/introduction.html">Introduction</a></li>
84-
<li><a href="/book/part1.html">Building an Architecture to Support Domain Modeling</a></li>
84+
<li><a href="/book/part1.html">Part 1: Building an Architecture to Support Domain Modeling</a></li>
8585
<li><a href="/book/chapter_01_domain_model.html">1. Domain Modeling</a></li>
8686
<li><a href="/book/chapter_02_repository.html">2. Repository Pattern</a></li>
8787
<li><a href="/book/chapter_03_abstractions.html">3. A Brief Interlude: On Coupling <span class="keep-together">and Abstractions</span></a></li>
8888
<li><a href="/book/chapter_04_service_layer.html">4. Our First Use Case: <span class="keep-together">Flask API and Service Layer</span></a></li>
8989
<li><a href="/book/chapter_05_high_gear_low_gear.html">5. TDD in High Gear and Low Gear</a></li>
9090
<li><a href="/book/chapter_06_uow.html">6. Unit of Work Pattern</a></li>
9191
<li><a href="/book/chapter_07_aggregate.html">7. Aggregates and Consistency Boundaries</a></li>
92-
<li><a href="/book/part2.html">Event-Driven Architecture</a></li>
92+
<li><a href="/book/part2.html">Part 2: Event-Driven Architecture</a></li>
9393
<li><a href="/book/chapter_08_events_and_message_bus.html">8. Events and the Message Bus</a></li>
9494
<li><a href="/book/chapter_09_all_messagebus.html">9. Going to Town on the Message Bus</a></li>
9595
<li><a href="/book/chapter_10_commands.html">10. Commands and Command Handler</a></li>

book/appendix_project_structure.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
<ul class="sectlevel1">
8282
<li><a href="/book/preface.html">Preface</a></li>
8383
<li><a href="/book/introduction.html">Introduction</a></li>
84-
<li><a href="/book/part1.html">Building an Architecture to Support Domain Modeling</a></li>
84+
<li><a href="/book/part1.html">Part 1: Building an Architecture to Support Domain Modeling</a></li>
8585
<li><a href="/book/chapter_01_domain_model.html">1. Domain Modeling</a></li>
8686
<li><a href="/book/chapter_02_repository.html">2. Repository Pattern</a></li>
8787
<li><a href="/book/chapter_03_abstractions.html">3. A Brief Interlude: On Coupling <span class="keep-together">and Abstractions</span></a></li>
8888
<li><a href="/book/chapter_04_service_layer.html">4. Our First Use Case: <span class="keep-together">Flask API and Service Layer</span></a></li>
8989
<li><a href="/book/chapter_05_high_gear_low_gear.html">5. TDD in High Gear and Low Gear</a></li>
9090
<li><a href="/book/chapter_06_uow.html">6. Unit of Work Pattern</a></li>
9191
<li><a href="/book/chapter_07_aggregate.html">7. Aggregates and Consistency Boundaries</a></li>
92-
<li><a href="/book/part2.html">Event-Driven Architecture</a></li>
92+
<li><a href="/book/part2.html">Part 2: Event-Driven Architecture</a></li>
9393
<li><a href="/book/chapter_08_events_and_message_bus.html">8. Events and the Message Bus</a></li>
9494
<li><a href="/book/chapter_09_all_messagebus.html">9. Going to Town on the Message Bus</a></li>
9595
<li><a href="/book/chapter_10_commands.html">10. Commands and Command Handler</a></li>

book/appendix_validation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
<ul class="sectlevel1">
8282
<li><a href="/book/preface.html">Preface</a></li>
8383
<li><a href="/book/introduction.html">Introduction</a></li>
84-
<li><a href="/book/part1.html">Building an Architecture to Support Domain Modeling</a></li>
84+
<li><a href="/book/part1.html">Part 1: Building an Architecture to Support Domain Modeling</a></li>
8585
<li><a href="/book/chapter_01_domain_model.html">1. Domain Modeling</a></li>
8686
<li><a href="/book/chapter_02_repository.html">2. Repository Pattern</a></li>
8787
<li><a href="/book/chapter_03_abstractions.html">3. A Brief Interlude: On Coupling <span class="keep-together">and Abstractions</span></a></li>
8888
<li><a href="/book/chapter_04_service_layer.html">4. Our First Use Case: <span class="keep-together">Flask API and Service Layer</span></a></li>
8989
<li><a href="/book/chapter_05_high_gear_low_gear.html">5. TDD in High Gear and Low Gear</a></li>
9090
<li><a href="/book/chapter_06_uow.html">6. Unit of Work Pattern</a></li>
9191
<li><a href="/book/chapter_07_aggregate.html">7. Aggregates and Consistency Boundaries</a></li>
92-
<li><a href="/book/part2.html">Event-Driven Architecture</a></li>
92+
<li><a href="/book/part2.html">Part 2: Event-Driven Architecture</a></li>
9393
<li><a href="/book/chapter_08_events_and_message_bus.html">8. Events and the Message Bus</a></li>
9494
<li><a href="/book/chapter_09_all_messagebus.html">9. Going to Town on the Message Bus</a></li>
9595
<li><a href="/book/chapter_10_commands.html">10. Commands and Command Handler</a></li>

book/chapter_01_domain_model.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
<ul class="sectlevel1">
8282
<li><a href="/book/preface.html">Preface</a></li>
8383
<li><a href="/book/introduction.html">Introduction</a></li>
84-
<li><a href="/book/part1.html">Building an Architecture to Support Domain Modeling</a></li>
84+
<li><a href="/book/part1.html">Part 1: Building an Architecture to Support Domain Modeling</a></li>
8585
<li><a href="/book/chapter_01_domain_model.html">1. Domain Modeling</a></li>
8686
<li><a href="/book/chapter_02_repository.html">2. Repository Pattern</a></li>
8787
<li><a href="/book/chapter_03_abstractions.html">3. A Brief Interlude: On Coupling <span class="keep-together">and Abstractions</span></a></li>
8888
<li><a href="/book/chapter_04_service_layer.html">4. Our First Use Case: <span class="keep-together">Flask API and Service Layer</span></a></li>
8989
<li><a href="/book/chapter_05_high_gear_low_gear.html">5. TDD in High Gear and Low Gear</a></li>
9090
<li><a href="/book/chapter_06_uow.html">6. Unit of Work Pattern</a></li>
9191
<li><a href="/book/chapter_07_aggregate.html">7. Aggregates and Consistency Boundaries</a></li>
92-
<li><a href="/book/part2.html">Event-Driven Architecture</a></li>
92+
<li><a href="/book/part2.html">Part 2: Event-Driven Architecture</a></li>
9393
<li><a href="/book/chapter_08_events_and_message_bus.html">8. Events and the Message Bus</a></li>
9494
<li><a href="/book/chapter_09_all_messagebus.html">9. Going to Town on the Message Bus</a></li>
9595
<li><a href="/book/chapter_10_commands.html">10. Commands and Command Handler</a></li>
@@ -107,7 +107,7 @@
107107
</div>
108108
<div id="content">
109109
<div class="sect1">
110-
<h2 id="chapter_01_domain_model">Domain Modeling</h2>
110+
<h2 id="chapter_01_domain_model">1: Domain Modeling</h2>
111111
<div class="sectionbody">
112112
<div class="paragraph">
113113
<p>This chapter looks into how we can model business processes with code, in a way

book/chapter_02_repository.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
<ul class="sectlevel1">
8282
<li><a href="/book/preface.html">Preface</a></li>
8383
<li><a href="/book/introduction.html">Introduction</a></li>
84-
<li><a href="/book/part1.html">Building an Architecture to Support Domain Modeling</a></li>
84+
<li><a href="/book/part1.html">Part 1: Building an Architecture to Support Domain Modeling</a></li>
8585
<li><a href="/book/chapter_01_domain_model.html">1. Domain Modeling</a></li>
8686
<li><a href="/book/chapter_02_repository.html">2. Repository Pattern</a></li>
8787
<li><a href="/book/chapter_03_abstractions.html">3. A Brief Interlude: On Coupling <span class="keep-together">and Abstractions</span></a></li>
8888
<li><a href="/book/chapter_04_service_layer.html">4. Our First Use Case: <span class="keep-together">Flask API and Service Layer</span></a></li>
8989
<li><a href="/book/chapter_05_high_gear_low_gear.html">5. TDD in High Gear and Low Gear</a></li>
9090
<li><a href="/book/chapter_06_uow.html">6. Unit of Work Pattern</a></li>
9191
<li><a href="/book/chapter_07_aggregate.html">7. Aggregates and Consistency Boundaries</a></li>
92-
<li><a href="/book/part2.html">Event-Driven Architecture</a></li>
92+
<li><a href="/book/part2.html">Part 2: Event-Driven Architecture</a></li>
9393
<li><a href="/book/chapter_08_events_and_message_bus.html">8. Events and the Message Bus</a></li>
9494
<li><a href="/book/chapter_09_all_messagebus.html">9. Going to Town on the Message Bus</a></li>
9595
<li><a href="/book/chapter_10_commands.html">10. Commands and Command Handler</a></li>
@@ -107,7 +107,7 @@
107107
</div>
108108
<div id="content">
109109
<div class="sect1">
110-
<h2 id="chapter_02_repository">Repository Pattern</h2>
110+
<h2 id="chapter_02_repository">2: Repository Pattern</h2>
111111
<div class="sectionbody">
112112
<div class="paragraph">
113113
<p>It&#8217;s time to make good on our promise to use the dependency inversion principle as

book/chapter_03_abstractions.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
<ul class="sectlevel1">
8282
<li><a href="/book/preface.html">Preface</a></li>
8383
<li><a href="/book/introduction.html">Introduction</a></li>
84-
<li><a href="/book/part1.html">Building an Architecture to Support Domain Modeling</a></li>
84+
<li><a href="/book/part1.html">Part 1: Building an Architecture to Support Domain Modeling</a></li>
8585
<li><a href="/book/chapter_01_domain_model.html">1. Domain Modeling</a></li>
8686
<li><a href="/book/chapter_02_repository.html">2. Repository Pattern</a></li>
8787
<li><a href="/book/chapter_03_abstractions.html">3. A Brief Interlude: On Coupling <span class="keep-together">and Abstractions</span></a></li>
8888
<li><a href="/book/chapter_04_service_layer.html">4. Our First Use Case: <span class="keep-together">Flask API and Service Layer</span></a></li>
8989
<li><a href="/book/chapter_05_high_gear_low_gear.html">5. TDD in High Gear and Low Gear</a></li>
9090
<li><a href="/book/chapter_06_uow.html">6. Unit of Work Pattern</a></li>
9191
<li><a href="/book/chapter_07_aggregate.html">7. Aggregates and Consistency Boundaries</a></li>
92-
<li><a href="/book/part2.html">Event-Driven Architecture</a></li>
92+
<li><a href="/book/part2.html">Part 2: Event-Driven Architecture</a></li>
9393
<li><a href="/book/chapter_08_events_and_message_bus.html">8. Events and the Message Bus</a></li>
9494
<li><a href="/book/chapter_09_all_messagebus.html">9. Going to Town on the Message Bus</a></li>
9595
<li><a href="/book/chapter_10_commands.html">10. Commands and Command Handler</a></li>
@@ -107,7 +107,7 @@
107107
</div>
108108
<div id="content">
109109
<div class="sect1">
110-
<h2 id="chapter_03_abstractions">A Brief Interlude: On Coupling <span class="keep-together">and Abstractions</span></h2>
110+
<h2 id="chapter_03_abstractions">3: A Brief Interlude: On Coupling and Abstractions</h2>
111111
<div class="sectionbody">
112112
<div class="paragraph">
113113
<p>Allow us a brief digression on the subject of abstractions, dear reader.

book/chapter_04_service_layer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
<ul class="sectlevel1">
8282
<li><a href="/book/preface.html">Preface</a></li>
8383
<li><a href="/book/introduction.html">Introduction</a></li>
84-
<li><a href="/book/part1.html">Building an Architecture to Support Domain Modeling</a></li>
84+
<li><a href="/book/part1.html">Part 1: Building an Architecture to Support Domain Modeling</a></li>
8585
<li><a href="/book/chapter_01_domain_model.html">1. Domain Modeling</a></li>
8686
<li><a href="/book/chapter_02_repository.html">2. Repository Pattern</a></li>
8787
<li><a href="/book/chapter_03_abstractions.html">3. A Brief Interlude: On Coupling <span class="keep-together">and Abstractions</span></a></li>
8888
<li><a href="/book/chapter_04_service_layer.html">4. Our First Use Case: <span class="keep-together">Flask API and Service Layer</span></a></li>
8989
<li><a href="/book/chapter_05_high_gear_low_gear.html">5. TDD in High Gear and Low Gear</a></li>
9090
<li><a href="/book/chapter_06_uow.html">6. Unit of Work Pattern</a></li>
9191
<li><a href="/book/chapter_07_aggregate.html">7. Aggregates and Consistency Boundaries</a></li>
92-
<li><a href="/book/part2.html">Event-Driven Architecture</a></li>
92+
<li><a href="/book/part2.html">Part 2: Event-Driven Architecture</a></li>
9393
<li><a href="/book/chapter_08_events_and_message_bus.html">8. Events and the Message Bus</a></li>
9494
<li><a href="/book/chapter_09_all_messagebus.html">9. Going to Town on the Message Bus</a></li>
9595
<li><a href="/book/chapter_10_commands.html">10. Commands and Command Handler</a></li>
@@ -107,7 +107,7 @@
107107
</div>
108108
<div id="content">
109109
<div class="sect1">
110-
<h2 id="chapter_04_service_layer">Our First Use Case: <span class="keep-together">Flask API and Service Layer</span></h2>
110+
<h2 id="chapter_04_service_layer">4: Our First Use Case: Flask API and Service Layer</h2>
111111
<div class="sectionbody">
112112
<div class="paragraph">
113113
<p>Back to our allocations project! <a href="#maps_service_layer_before">Before: we drive our app by talking to repositories and the domain model</a> shows the point we reached at the end of <a href="/book/chapter_02_repository.html">[chapter_02_repository]</a>, which covered the Repository pattern.</p>

book/chapter_05_high_gear_low_gear.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
<ul class="sectlevel1">
8282
<li><a href="/book/preface.html">Preface</a></li>
8383
<li><a href="/book/introduction.html">Introduction</a></li>
84-
<li><a href="/book/part1.html">Building an Architecture to Support Domain Modeling</a></li>
84+
<li><a href="/book/part1.html">Part 1: Building an Architecture to Support Domain Modeling</a></li>
8585
<li><a href="/book/chapter_01_domain_model.html">1. Domain Modeling</a></li>
8686
<li><a href="/book/chapter_02_repository.html">2. Repository Pattern</a></li>
8787
<li><a href="/book/chapter_03_abstractions.html">3. A Brief Interlude: On Coupling <span class="keep-together">and Abstractions</span></a></li>
8888
<li><a href="/book/chapter_04_service_layer.html">4. Our First Use Case: <span class="keep-together">Flask API and Service Layer</span></a></li>
8989
<li><a href="/book/chapter_05_high_gear_low_gear.html">5. TDD in High Gear and Low Gear</a></li>
9090
<li><a href="/book/chapter_06_uow.html">6. Unit of Work Pattern</a></li>
9191
<li><a href="/book/chapter_07_aggregate.html">7. Aggregates and Consistency Boundaries</a></li>
92-
<li><a href="/book/part2.html">Event-Driven Architecture</a></li>
92+
<li><a href="/book/part2.html">Part 2: Event-Driven Architecture</a></li>
9393
<li><a href="/book/chapter_08_events_and_message_bus.html">8. Events and the Message Bus</a></li>
9494
<li><a href="/book/chapter_09_all_messagebus.html">9. Going to Town on the Message Bus</a></li>
9595
<li><a href="/book/chapter_10_commands.html">10. Commands and Command Handler</a></li>
@@ -107,7 +107,7 @@
107107
</div>
108108
<div id="content">
109109
<div class="sect1">
110-
<h2 id="chapter_05_high_gear_low_gear">TDD in High Gear and Low Gear</h2>
110+
<h2 id="chapter_05_high_gear_low_gear">5: TDD in High Gear and Low Gear</h2>
111111
<div class="sectionbody">
112112
<div class="paragraph">
113113
<p>We&#8217;ve introduced the service layer to capture some of the additional

0 commit comments

Comments
 (0)