Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #36 from Arquisoft/doc_fixes_571011
Browse files Browse the repository at this point in the history
Fixed the diagrams from parts 5, 7, 10 and 11
  • Loading branch information
UO283615 authored Feb 27, 2023
2 parents 052cebd + f10ee91 commit 5b2ea85
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
4 changes: 2 additions & 2 deletions docs/05_building_block_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Motivation::

This diagram is motivated by the need of having a clear separation of the composition of the application.

[plantuml,"Deployment diagram",png]
[plantuml,"BuildingBlockView", png]
----
@startuml
Expand Down Expand Up @@ -109,7 +109,7 @@ No issues, problems or risks are known.

Currently, the only layer we have somewhat structured is the persistance layer.

[plantuml,"Deployment diagram",png]
[plantuml,png, id = "PersistenceLayer"]
----
@startuml
Expand Down
20 changes: 7 additions & 13 deletions docs/07_deployment_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@

Given that we currently do not know much about hosting the application, at this moment we will follow a simple approach that will likely change in the future.

[plantuml,"Deployment diagram",png]
[plantuml,"Deployment diagram",png, id = "DeployDiagramView"]
----
@startuml
header Deployment view
title Deployment view
Expand All @@ -23,17 +22,12 @@ agent Pod2
agent Pod3
agent PodN
Pod1 ---> "LoMap Platform"
Pod1 <--- "LoMap Platform"
Pod2 ---> "LoMap Platform"
Pod2 <--- "LoMap Platform"
Pod3 ---> "LoMap Platform"
Pod3 <--- "LoMap Platform"
PodN ---> "LoMap Platform"
PodN <--- "LoMap Platform"
"Database server" -> "LoMap Platform"
"Database server" <- "LoMap Platform"
Pod1 <--> "LoMap Platform"
"LoMap Platform" <--> Pod2
PodN <--> "LoMap Platform"
"LoMap Platform" <-> "Pod3"
"Database server" <-> "LoMap Platform"
@enduml
----
Expand Down
4 changes: 0 additions & 4 deletions docs/11_technical_risks.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[[section-technical-risks]]
== Risks and Technical Debts


[role="arc42help"]


As it stands now, we have identified some important risks before starting coding the project.

|===
Expand Down

0 comments on commit 5b2ea85

Please sign in to comment.