From 3ecdc7b8a2f83f0faf304d4fc50044d06d2cf390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Sun, 11 Feb 2024 17:14:14 +0100 Subject: [PATCH 01/16] Inicio 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 37 ++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index df5c29c8..41796fec 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -5,6 +5,43 @@ ifndef::imagesdir[:imagesdir: ../images] == Building Block View +==== Motivation + +Detailed structure of the system. Focused on the components of the _User Interface_ and _Data Access_. + +==== Contained Building Blocks + +[options="header",cols="1,5"] +|=== + +| Name | Description + +| *_Webapp_* +| Sections of the application where the user is going to interact with the system. + +| *_Home_* +| Initial screen of the application. A welcome message is going to be displayed as well as the login and sign up options. + +| *_Help_* +| Offers help to the user, so when he has any problem, he is able to sort out any possible problems. + +| *_About_* +| Conteins important information about the project, like the development method, the developers and how to contact them. + +| *_User session_* +| Everything related to user session, by the session provider, such as Inrupt. + +| *_Sign-up_* +| Allows the client to create a new account for the application. This process can only be done once per user. + +| *_Log-in_* +| Here the user will log-in into their personal account. In case they have created one previously. + +| *_Log-out_* +| It logs out the user from the application. + +|=== + [role="arc42help"] **** .Content From 8acb8d0b83a248642946cf54ec80daf7b26d17e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Sun, 11 Feb 2024 19:47:54 +0100 Subject: [PATCH 02/16] Tabla acabada en 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index 41796fec..948786a1 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -22,11 +22,20 @@ Detailed structure of the system. Focused on the components of the _User Interfa | *_Home_* | Initial screen of the application. A welcome message is going to be displayed as well as the login and sign up options. +| *_Game_* +| Game screen where the user can play the game. + +| *_Ranking_* +| It contains the best scores recorded in the game, including the user's highest score and the scores of other users belonging to their group. + +| *_History_* +| Contains all user participations with the number of games, correct/incorrect answers, and times. + | *_Help_* | Offers help to the user, so when he has any problem, he is able to sort out any possible problems. | *_About_* -| Conteins important information about the project, like the development method, the developers and how to contact them. +| Contains important information about the project, like the development method, the developers and how to contact them. | *_User session_* | Everything related to user session, by the session provider, such as Inrupt. From f77f7327b4dd872b80c55e8b14e643d99c69e70a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Sun, 11 Feb 2024 19:49:31 +0100 Subject: [PATCH 03/16] Eliminada errata --- docs/src/05_building_block_view.adoc | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index 948786a1..a9c63c06 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -37,9 +37,6 @@ Detailed structure of the system. Focused on the components of the _User Interfa | *_About_* | Contains important information about the project, like the development method, the developers and how to contact them. -| *_User session_* -| Everything related to user session, by the session provider, such as Inrupt. - | *_Sign-up_* | Allows the client to create a new account for the application. This process can only be done once per user. From c54ec80a4f78b442ef13d8889773e6130a27f439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:05:24 +0100 Subject: [PATCH 04/16] Level 1 motivation 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index a9c63c06..17a00d00 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -2,9 +2,18 @@ ifndef::imagesdir[:imagesdir: ../images] [[section-building-block-view]] - == Building Block View +=== Level 1 + +==== Motivation + +*_WIQ_* application is the general structure of a system in which users will have the possibility to play a game like _Saber y Ganar_. + + + +=== Level 3 + ==== Motivation Detailed structure of the system. Focused on the components of the _User Interface_ and _Data Access_. From 01368b16d74df41b0c750546bfe0ec4f09453a0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:19:00 +0100 Subject: [PATCH 05/16] Update 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index 17a00d00..a7761808 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -8,7 +8,33 @@ ifndef::imagesdir[:imagesdir: ../images] ==== Motivation -*_WIQ_* application is the general structure of a system in which users will have the possibility to play a game like _Saber y Ganar_. +*_WIQ_* application is the general structure of a system in which users will have the possibility to play a game like _Saber y Ganar_ and compare their results with their friends. + +==== Contained building blocks + +[options="header",cols="1,3"] +|=== + +| Name | Description + +| *_User_* +| Client of the application which will interact with it. + +| *_WIQ_* +| System developed to be used by the users. + +| +| + +|=== + +=== Level 2 + +==== Motivation + + + +==== Contained building blocks From 5d9a8a692bfbf2ae7699df4d89e4322fd9f28249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:26:52 +0100 Subject: [PATCH 06/16] Update 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index a7761808..7f5bb95c 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -12,7 +12,7 @@ ifndef::imagesdir[:imagesdir: ../images] ==== Contained building blocks -[options="header",cols="1,3"] +[options="header",cols="1,2"] |=== | Name | Description @@ -23,9 +23,6 @@ ifndef::imagesdir[:imagesdir: ../images] | *_WIQ_* | System developed to be used by the users. -| -| - |=== === Level 2 @@ -64,10 +61,7 @@ Detailed structure of the system. Focused on the components of the _User Interfa | It contains the best scores recorded in the game, including the user's highest score and the scores of other users belonging to their group. | *_History_* -| Contains all user participations with the number of games, correct/incorrect answers, and times. - -| *_Help_* -| Offers help to the user, so when he has any problem, he is able to sort out any possible problems. +| Contains all user participations with the number of games played, correct/incorrect answers, and times. | *_About_* | Contains important information about the project, like the development method, the developers and how to contact them. From f13fecd9e88cb4681a2238ba7a59f0a93ceb3b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:44:56 +0100 Subject: [PATCH 07/16] Update 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index 7f5bb95c..d9ea2f20 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -29,11 +29,22 @@ ifndef::imagesdir[:imagesdir: ../images] ==== Motivation - +Shows how the application will work internally. ==== Contained building blocks +[options="header",cols="1,2"] +|=== + +| Name | Description + +| *_User Interface_* +| The user will interact with the UI. +| *_Data Access_* +| + +|=== === Level 3 From 16b8f5cde48947e1156d7b86ad5b8973968cf8a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Sat, 17 Feb 2024 16:27:40 +0100 Subject: [PATCH 08/16] Update 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index d9ea2f20..26beac62 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -4,7 +4,7 @@ ifndef::imagesdir[:imagesdir: ../images] == Building Block View -=== Level 1 +=== Level 1 ==== Motivation @@ -23,6 +23,9 @@ ifndef::imagesdir[:imagesdir: ../images] | *_WIQ_* | System developed to be used by the users. +| *_WIKIDATA_* +| Aplication to generate the questions and answers. + |=== === Level 2 @@ -41,9 +44,12 @@ Shows how the application will work internally. | *_User Interface_* | The user will interact with the UI. -| *_Data Access_* +| *_Microservices_* | +| *_Data Access_* +| MongoDB is the selected... + |=== === Level 3 From b5b47495f9c014a7be7478788ef5127ff1b71162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Sat, 17 Feb 2024 17:48:23 +0100 Subject: [PATCH 09/16] Update 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index 26beac62..66c50448 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -6,6 +6,17 @@ ifndef::imagesdir[:imagesdir: ../images] === Level 1 +---- + +user u as "User" +Component w as "WIQ" +Component d as "WikiData" + +u -> w: Plays +w -> d: Receives information from + +---- + ==== Motivation *_WIQ_* application is the general structure of a system in which users will have the possibility to play a game like _Saber y Ganar_ and compare their results with their friends. From 3a43724872e9faf85bd24db65c9d802525954e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Sat, 17 Feb 2024 17:54:28 +0100 Subject: [PATCH 10/16] Update 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index 66c50448..af17f4df 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -4,16 +4,18 @@ ifndef::imagesdir[:imagesdir: ../images] == Building Block View -=== Level 1 +=== Level 1: Whitebox of the Overall System ----- +[plantuml, "level1", png] -user u as "User" -Component w as "WIQ" -Component d as "WikiData" +---- -u -> w: Plays -w -> d: Receives information from +Actor User +Component WIQ +Component Wikidata +User -right-> WIQ: interacts with +WIQ -right-> Wikidata: gets data +Wikidata -right..> WIQ ---- From 988e1184041c421ef78a9e2eb2df433c85998168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Sat, 17 Feb 2024 17:58:34 +0100 Subject: [PATCH 11/16] Update 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index af17f4df..ade413a3 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -14,7 +14,7 @@ Actor User Component WIQ Component Wikidata User -right-> WIQ: interacts with -WIQ -right-> Wikidata: gets data +WIQ -right-> Wikidata: receives data Wikidata -right..> WIQ ---- From b3281a9f5901c240ef252f06a2fecf95599c5dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Sat, 17 Feb 2024 17:59:32 +0100 Subject: [PATCH 12/16] Update 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 204 --------------------------- 1 file changed, 204 deletions(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index ade413a3..df1f1cc4 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -108,207 +108,3 @@ Detailed structure of the system. Focused on the components of the _User Interfa |=== [role="arc42help"] -**** -.Content -The building block view shows the static decomposition of the system into building blocks (modules, components, subsystems, classes, interfaces, packages, libraries, frameworks, layers, partitions, tiers, functions, macros, operations, data structures, ...) as well as their dependencies (relationships, associations, ...) - -This view is mandatory for every architecture documentation. -In analogy to a house this is the _floor plan_. - -.Motivation -Maintain an overview of your source code by making its structure understandable through -abstraction. - -This allows you to communicate with your stakeholder on an abstract level without disclosing implementation details. - -.Form -The building block view is a hierarchical collection of black boxes and white boxes -(see figure below) and their descriptions. - -image::05_building_blocks-EN.png["Hierarchy of building blocks"] - -*Level 1* is the white box description of the overall system together with black -box descriptions of all contained building blocks. - -*Level 2* zooms into some building blocks of level 1. -Thus it contains the white box description of selected building blocks of level 1, together with black box descriptions of their internal building blocks. - -*Level 3* zooms into selected building blocks of level 2, and so on. - - -.Further Information - -See https://docs.arc42.org/section-5/[Building Block View] in the arc42 documentation. - -**** - -=== Whitebox Overall System - -[role="arc42help"] -**** -Here you describe the decomposition of the overall system using the following white box template. It contains - - * an overview diagram - * a motivation for the decomposition - * black box descriptions of the contained building blocks. For these we offer you alternatives: - - ** use _one_ table for a short and pragmatic overview of all contained building blocks and their interfaces - ** use a list of black box descriptions of the building blocks according to the black box template (see below). - Depending on your choice of tool this list could be sub-chapters (in text files), sub-pages (in a Wiki) or nested elements (in a modeling tool). - - - * (optional:) important interfaces, that are not explained in the black box templates of a building block, but are very important for understanding the white box. -Since there are so many ways to specify interfaces why do not provide a specific template for them. - In the worst case you have to specify and describe syntax, semantics, protocols, error handling, - restrictions, versions, qualities, necessary compatibilities and many things more. -In the best case you will get away with examples or simple signatures. - -**** - -_****_ - -Motivation:: - -__ - - -Contained Building Blocks:: -__ - -Important Interfaces:: -__ - -[role="arc42help"] -**** -Insert your explanations of black boxes from level 1: - -If you use tabular form you will only describe your black boxes with name and -responsibility according to the following schema: - -[cols="1,2" options="header"] -|=== -| **Name** | **Responsibility** -| __ | __ -| __ | __ -|=== - - - -If you use a list of black box descriptions then you fill in a separate black box template for every important building block . -Its headline is the name of the black box. -**** - - -==== - -[role="arc42help"] -**** -Here you describe -according the the following black box template: - -* Purpose/Responsibility -* Interface(s), when they are not extracted as separate paragraphs. This interfaces may include qualities and performance characteristics. -* (Optional) Quality-/Performance characteristics of the black box, e.g.availability, run time behavior, .... -* (Optional) directory/file location -* (Optional) Fulfilled requirements (if you need traceability to requirements). -* (Optional) Open issues/problems/risks - -**** - -__ - -__ - -_<(Optional) Quality/Performance Characteristics>_ - -_<(Optional) Directory/File Location>_ - -_<(Optional) Fulfilled Requirements>_ - -_<(optional) Open Issues/Problems/Risks>_ - - - - -==== - -__ - -==== - -__ - - -==== - -... - -==== - - - -=== Level 2 - -[role="arc42help"] -**** -Here you can specify the inner structure of (some) building blocks from level 1 as white boxes. - -You have to decide which building blocks of your system are important enough to justify such a detailed description. -Please prefer relevance over completeness. Specify important, surprising, risky, complex or volatile building blocks. -Leave out normal, simple, boring or standardized parts of your system -**** - -==== White Box __ - -[role="arc42help"] -**** -...describes the internal structure of _building block 1_. -**** - -__ - -==== White Box __ - - -__ - -... - -==== White Box __ - - -__ - - - -=== Level 3 - -[role="arc42help"] -**** -Here you can specify the inner structure of (some) building blocks from level 2 as white boxes. - -When you need more detailed levels of your architecture please copy this -part of arc42 for additional levels. -**** - - -==== White Box <_building block x.1_> - -[role="arc42help"] -**** -Specifies the internal structure of _building block x.1_. -**** - - -__ - - -==== White Box <_building block x.2_> - -__ - - - -==== White Box <_building block y.1_> - -__ From 9825ab3a714cc6ace5856727c0b07d5e8de02e01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Sat, 17 Feb 2024 21:05:59 +0100 Subject: [PATCH 13/16] Update 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index df1f1cc4..1e7b9f92 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -42,7 +42,22 @@ Wikidata -right..> WIQ |=== === Level 2 - +[plantuml, "level2", png] +---- +Actor User +Component WIQ { + Component ui as "User Interface" + Component ms as "MicroService" + Database db as "MongoDB" +} + +Component wd as "WikiData" + +User -> ui: Interacts +ui -> ms: Sends requests +ms -> db: Reads +wd -> ms: Gives data +---- ==== Motivation Shows how the application will work internally. @@ -58,10 +73,10 @@ Shows how the application will work internally. | The user will interact with the UI. | *_Microservices_* -| +| It is the backend of the UI, formed by different modules. -| *_Data Access_* -| MongoDB is the selected... +| *_DataBase_* +| MongoDB is the chosen NoSQL database management system. It stores all the information necessary for the proper functioning of the application. |=== From 44f554622b89a6cb1c66678ee7fd25341cb49ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Sun, 18 Feb 2024 12:02:20 +0100 Subject: [PATCH 14/16] Update 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 54 ++++++++++++++++++++-------- 1 file changed, 39 insertions(+), 15 deletions(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index 1e7b9f92..c393898c 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -53,9 +53,9 @@ Component WIQ { Component wd as "WikiData" -User -> ui: Interacts +User -> ui: Interacts ui -> ms: Sends requests -ms -> db: Reads +ms <-> db: Reads wd -> ms: Gives data ---- ==== Motivation @@ -81,7 +81,39 @@ Shows how the application will work internally. |=== === Level 3 +---- +Component WIQ { + + Component ms as "MicroServices" { + Component users as "Users Service" + Component question as "Question Service" + Component game as "Game Service" + Component ranking as "ranking" + Component history as "History" + Database db as "MongoDB" + } + + Component ui as "User Interface" + + + ui --> users + ui --> game + ui --> history + ui --> ranking + + + users <-down-> db + game <-down-> db + ranking <-down-> db + history <-down-> db +} + +Component wd as "Wikidata" + +game --> question: generates question +question <-> wd: ask and answer the question +---- ==== Motivation Detailed structure of the system. Focused on the components of the _User Interface_ and _Data Access_. @@ -91,13 +123,7 @@ Detailed structure of the system. Focused on the components of the _User Interfa [options="header",cols="1,5"] |=== -| Name | Description - -| *_Webapp_* -| Sections of the application where the user is going to interact with the system. - -| *_Home_* -| Initial screen of the application. A welcome message is going to be displayed as well as the login and sign up options. +| Name | Description | *_Game_* | Game screen where the user can play the game. @@ -111,14 +137,12 @@ Detailed structure of the system. Focused on the components of the _User Interfa | *_About_* | Contains important information about the project, like the development method, the developers and how to contact them. -| *_Sign-up_* -| Allows the client to create a new account for the application. This process can only be done once per user. +| *_Users Service_* +| Allows the client to create a new account for the application, log in and log out. -| *_Log-in_* -| Here the user will log-in into their personal account. In case they have created one previously. +| *_Question service_* +| Allows to ask him questions and receive the answers of them. -| *_Log-out_* -| It logs out the user from the application. |=== From 84f5bb808b3c790d49fac13a6d456534cb1eb06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Sun, 18 Feb 2024 12:02:55 +0100 Subject: [PATCH 15/16] Update 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index c393898c..d11c2927 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -81,6 +81,7 @@ Shows how the application will work internally. |=== === Level 3 +[plantuml, "level3", png] ---- Component WIQ { From 146b25778ffe6edc02659072c0460c9ea3e60448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Garc=C3=ADa=20Mart=C3=ADnez?= <124291125+uo289097@users.noreply.github.com> Date: Sun, 18 Feb 2024 12:08:18 +0100 Subject: [PATCH 16/16] Update 05_building_block_view.adoc --- docs/src/05_building_block_view.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index d11c2927..9259f46d 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -60,7 +60,7 @@ wd -> ms: Gives data ---- ==== Motivation -Shows how the application will work internally. +Shows how the application will work internally. The user, through the user interface, will use microservices to access the different modules with the help of the database. ==== Contained building blocks