Skip to content

Commit

Permalink
doc: chapters 05 and 06 - v2
Browse files Browse the repository at this point in the history
  • Loading branch information
angelalvaigle committed Feb 22, 2024
1 parent 40fb76e commit 8ab05a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
Binary file added docs/images/5_image_1.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 added docs/images/5_image_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 2 additions & 28 deletions docs/src/05_building_block_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,7 @@
== Building Block View

=== Whitebox of the Overall System

[plantuml, "whitebox-overall-system", png]
----
actor user as "Usuario"
Component WIQ
Component Wikidata
user -right-> WIQ: interactúa
WIQ <-right-> Wikidata: consulta
----
image::5_image_1.png["whitebox-overall-system"]

Motivation::
WIQ es una aplicación Web en la que los usuarios puedan registrarse y entrar a jugar.
Expand All @@ -30,24 +21,7 @@ Contained Building Blocks::
| Wikidata | Base de datos colaborativa de conocimiento libre que almacena datos estructurados.
|===

[plantuml, "level-1", png]

----
actor user as "Usuario"
Component web as "WebApp" {
Component front as "Frontend Web"
Component back as "Backend"
Database db as "MongoDB"
}
Component Wikidata
user <-right-> front: interactúa
front <-right-> back: interactúa
back <-right-> db: interactúa
back <-down-> Wikidata: interactúa
----
image::5_image_2.png["level-1"]

Motivation::
Muestra los principales componentes de WIQ.
Expand Down

0 comments on commit 8ab05a6

Please sign in to comment.