diff --git a/docs/src/06_runtime_view.adoc b/docs/src/06_runtime_view.adoc index 4c0850f..4b6cd77 100644 --- a/docs/src/06_runtime_view.adoc +++ b/docs/src/06_runtime_view.adoc @@ -9,7 +9,7 @@ ifndef::imagesdir[:imagesdir: ../images] === Access to user data via API * Clients access the users data through an API -[plantuml,"Sequence diagram",png] +[plantuml,"users diagram",png] ---- entity Client database API as "Users API" @@ -20,7 +20,7 @@ API --> Client: Retrieved data === Access to questions data via API * Clients access the questions data through an API -[plantuml,"Sequence diagram",png] +[plantuml,"questions diagram",png] ---- entity Client database API as "Questions API" @@ -31,7 +31,7 @@ API --> Client: Retrieved data === Game * Users can play a Q&A game -[plantuml,"Sequence diagram",png] +[plantuml,"game diagram",png] ---- actor User entity App @@ -76,30 +76,3 @@ There are many notations for describing scenarios, e.g. See https://docs.arc42.org/section-6/[Runtime View] in the arc42 documentation. **** - -=== - - -* __ -* __ - -It is possible to use a sequence diagram: - -[plantuml,"Sequence diagram",png] ----- -actor Alice -actor Bob -database Pod as "Bob's Pod" -Alice -> Bob: Authentication Request -Bob --> Alice: Authentication Response -Alice --> Pod: Store route -Alice -> Bob: Another authentication Request -Alice <-- Bob: another authentication Response ----- - -=== - -=== ... - -===