Skip to content

Commit

Permalink
Edited chapter_04_service_layer.asciidoc with Atlas code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
katherinetozer committed Mar 4, 2020
1 parent 53a5955 commit 497f1d1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions chapter_04_service_layer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,15 @@ add a Flask API that will talk to the service layer, which will serve as the
entrypoint to our domain model. Because our service layer depends on the
`AbstractRepository`, we can unit test it by using `FakeRepository` but run our production code using `SqlAlchemyRepository`.

NOTE: In our diagrams, we are using the convention that new components
are highlighted with bold text/lines (and yellow/orange color, if you're
reading a digital version).

[[maps_service_layer_after]]
.The service layer will become the main way into our app
image::images/apwp_0402.png[]

// IDEA more detailed legend

In our diagrams, we are using the convention that new components
are highlighted with bold text/lines (and yellow/orange color, if you're
reading a digital version).

[TIP]
====
Expand Down

0 comments on commit 497f1d1

Please sign in to comment.