Skip to content

Commit

Permalink
Fixes on UML diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosBarrilVillaverde committed Feb 22, 2024
1 parent 935f5f3 commit 3e52a64
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
Binary file removed docs/images/51.png
Binary file not shown.
Binary file removed docs/images/52.png
Binary file not shown.
21 changes: 19 additions & 2 deletions docs/src/05_building_block_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ ifndef::imagesdir[:imagesdir: ../images]

=== Level 1: Overall System's whitebox

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

==== Motivation

Expand All @@ -26,7 +30,20 @@ This level shows how the application will work internally in generaly. The clien

=== Level 2

image::52.png["Level-2-block-view"]
[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
----

==== Motivation

Expand Down

0 comments on commit 3e52a64

Please sign in to comment.