Skip to content

Commit

Permalink
hotfix: substituted the diagrams for images of them
Browse files Browse the repository at this point in the history
  • Loading branch information
alegarman2002 committed Feb 22, 2024
1 parent aa3c22d commit 45f0412
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 20 deletions.
Binary file added docs/images/05_level1Diagram.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/05_level2Diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 6 additions & 20 deletions docs/src/05_building_block_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,8 @@ In the best case you will get away with examples or simple signatures.

=== Level 1: Overall System's whitebox

[plantuml,"Level 1: Overall System's whitebox",png]
----
:user: -> [WIQ App] : Interacts with
[WIQ App] <.> [WikiData] : Gets Data
----
image::05_level1Diagram.png[Level 1 Diagram]


==== Motivation

Expand Down Expand Up @@ -112,20 +109,9 @@ according the the following black box template:
* (Optional) Open issues/problems/risks
****

[plantuml,"Level 2:general structure of a system",png]
----
:usuario:
package "WIQ App" {
:usuario: -> [WebApp] : interacts
[WebApp] <---> [Questions Service] : Get data
[WebApp] <---> [Game Service] : Plays
[WebApp] <--> [Question Historic Service] : Store/load data
[WebApp] <--> [User Statistics Service] : Store/load data
[WebApp] <-> [Authentification Service] : logs in / Register
}
[Questions Service] <..> [WikiData] : Get data
----

image::05_level2Diagram.png[Level 2 Diagram]


==== Motivation

Expand Down Expand Up @@ -153,7 +139,7 @@ package "WIQ App" {

=== Level 3

image::05_Level_3_Diagram.png[]
image::05_Level_3_Diagram.png[Level 3 Diagram]

==== Motivation

Expand Down

0 comments on commit 45f0412

Please sign in to comment.