Skip to content

Commit

Permalink
Reduced context diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
uo287545 committed Feb 29, 2024
1 parent 94488b6 commit 882f4ea
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions docs/src/03_system_scope_and_context.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -89,33 +89,21 @@ together with a mapping table showing the relationships between channels and inp
----
actor user
actor developer
person developer
database Database
cloud WikiData
node "Question Generation"{
[WikiData]
}
node "User Agent" {
[Web / Mobile]
}
node "User Agent"
node "QuestionGame server" {
[Frontend]
[QuestionGame]
[User's API]
[Question's API]
}
node "QuestionGame server"
user --> [Web / Mobile]
[Web / Mobile] --> (Frontend): HTTPS
[Frontend] --> (QuestionGame): To decide
[QuestionGame] --> Database: Specific driver
[QuestionGame] --> WikiData: HTTP
[QuestionGame] <-- (User's API): To decide
[QuestionGame] <-- (Question's API): To decide
developer --> (User's API) : HTTPS
developer --> (Question's API) : HTTPS
user --> [User Agent]
[User Agent] --> [QuestionGame server]: HTTPS
[QuestionGame server] --> Database: Specific driver
[QuestionGame server] --> WikiData: HTTP
developer --> [QuestionGame server] : HTTPS
----

* **User Agent:** Represents the web or mobile interface used by users.
Expand Down

0 comments on commit 882f4ea

Please sign in to comment.