Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19 from Arquisoft/develop
Browse files Browse the repository at this point in the history
06_runtime_view hotfix
  • Loading branch information
OscarDavilaSampedro authored Feb 20, 2023
2 parents c348836 + f270bc9 commit a2d686c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/06_runtime_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

When an unidentified user logs in.

[plantuml,"Sequence diagram",png]
[plantuml,"Sequence diagram 1",png]
----
actor User
participant LoMap
Expand All @@ -20,7 +20,7 @@ User <- LoMap: The page for identified users is shown

When an identified user sees a personalized map

[plantuml,"Sequence diagram",png]
[plantuml,"Sequence diagram 2",png]
----
actor User
participant LoMap
Expand All @@ -35,4 +35,4 @@ LoMap <- Pod: Places Response
LoMap -> DB: Other information Request
LoMap <- DB: Other information Response
User <- LoMap: Personalized map Response
----
----

0 comments on commit a2d686c

Please sign in to comment.