From 91ab2f299106a0170005e884dadd3e640923c503 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?adri=C3=A1n?= Date: Mon, 19 Feb 2024 00:33:47 +0100 Subject: [PATCH] fixed Runtime diagrams --- docs/src/06_runtime_view.adoc | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) 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 ----- - -=== - -=== ... - -===