Skip to content

Commit

Permalink
Merge pull request #36 from Arquisoft/documentation_alberto
Browse files Browse the repository at this point in the history
small adding level 2 block view
  • Loading branch information
UO289930 authored Feb 19, 2024
2 parents dde6d29 + 1bf7cad commit 3e8dcb4
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions docs/src/05_building_block_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -322,24 +322,38 @@ skinparam componentStyle uml2
' Define components as rectangles without default stereotypes
rectangle "User Management" as UserManagement
database "MongoDB Database" as MongoDB
database "Users MongoDB Database" as MongoDB
' Define connections
UserManagement --> MongoDB
@enduml
----

==== White Box Question Generation Service


_<white box template>_

...
[role="arc42help"]
****
...describes the internal structure of the Question Generation Service.
****

==== White Box _<building block m>_
[plantuml, format="png"]
----
@startuml
' Define custom style for components
skinparam componentStyle uml2
' Define components as rectangles without default stereotypes
rectangle "Question Generation" as QuestionGeneration
database "Questions MongoDB Database" as MongoDB
cloud "Wikidata API" as WikidataAPI
_<white box template>_
' Define connections
QuestionGeneration --> MongoDB
QuestionGeneration --> WikidataAPI
@enduml
----


=== Level 3
Expand Down

0 comments on commit 3e8dcb4

Please sign in to comment.