Skip to content

Commit

Permalink
Added an example of sequence diagram for the wikidata questions requests
Browse files Browse the repository at this point in the history
  • Loading branch information
AbelMH1 committed Feb 15, 2024
1 parent b400036 commit d931dcf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/src/06_runtime_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,16 @@ Alice <-- Bob: another authentication Response
=== ...

=== <Runtime Scenario n>

=== Wikidata questions requests

[plantuml,"Sequence diagram WikidataApi",png]
----
actor User
entity App
entity WikidataApi
User -> App: Starts a game
App -> WikidataApi: Request data
App <-- WikidataApi: Returns data
User <-- App: Displays data in question-answer format
----

0 comments on commit d931dcf

Please sign in to comment.