Skip to content

Commit

Permalink
Block view: level 2 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAlvrz committed Feb 28, 2024
1 parent 5cb876f commit f8c02fd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified docs/images/05_level1.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/05_level2.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/05_level3.drawio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/src/05_building_block_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ image::05_level3.drawio.png["Level 3 Diagram", align="center"]

Motivation::

This third level provides a deeper insight into the microservices that compose the application. As the diagram showcases, each one is implemented using an n-layer architecture so as to ensure a clear separation of concerns and a high degree of modularity, which in turn will make the system more maintainable and scalable.
This third level provides a deeper insight into the questions microservice. As the diagram showcases, it is implemented using an n-layer architecture so as to ensure a clear separation of concerns and a high degree of modularity, which in turn will make the system more maintainable.

|===
|Name| Description
Expand All @@ -84,7 +84,7 @@ This third level provides a deeper insight into the microservices that compose t

|Service

|Module that contains the business logic of the service. It is responsible for processing the data from the model and returning it to the controller.
|Module that contains the business logic of the service. It is responsible for processing the data retrieved from both the model and the Wikidata API and returning it to the controller.

|Model
|Component that interacts with the database and retrieves the data to be processed by the service.
Expand Down

0 comments on commit f8c02fd

Please sign in to comment.