Skip to content

Commit

Permalink
chore: image footers
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Feb 11, 2024
1 parent aad18e0 commit e8e313b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/03_system_scope_and_context.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The title of the table is the name of your system, the three columns contain the
**<optionally: Explanation of external domain interfaces>**
image::BusinessContext.png[align="center"]
image::BusinessContext.png[align="center",title="Business Context",link="BusinessContext.png]
The WIQ application will communicate with the WikiData API through REST HTTP calls using SPARQL for the queries. It will ask the API for information that will later be used for generating the questions that will be shown to the player. This information will come in the form of text, images or audio.
Expand All @@ -66,7 +66,7 @@ together with a mapping table showing the relationships between channels and inp

****
image::TechnicalContextDiagram.png[align="center"]
image::TechnicalContextDiagram.png[align="center",title="Technical Context",link="TechnicalContextDiagram.png]
The WIQ application will be deployed together in the same server. The WIQ client will be deployed on a nginx web server. This client will communicate with the API through HTTPS REST calls and exchange information through JSON objects. The WIQ REST API will be run as a .jar file on the server and connect to a Database run on a postgresql docker container. The connection layer between the SpringBoot API and the database will be JPA.
The REST API will request information to the WikiData REST API through HTTPS calls passing a SPARQL query in order to retrieve data.
Expand Down

0 comments on commit e8e313b

Please sign in to comment.