Skip to content

Commit

Permalink
Update 06_runtime_view.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
uo289097 authored Apr 7, 2024
1 parent 3100a0a commit 1fb2bed
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions docs/src/06_runtime_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,4 @@ In this view, the user can watch this options about his past games:
- Best times
- Correct/incorrect questions

[plantuml,"sequencediagram-history",png]
----
actor User as user
participant HistoryMS as MS
participant MongoDB as db
activate MS
user -> MS: Request history
MS -> db: Asks for the history
db -> MS: Gives the user's history
MS -> user: Shows the history
deactivate MS
----
image::06_history.png["Game"]

0 comments on commit 1fb2bed

Please sign in to comment.