From a4a4e7e00c9f35e5e428db42b2732f21ec30936c Mon Sep 17 00:00:00 2001 From: IyanRobles <124174232+IyanRobles@users.noreply.github.com> Date: Mon, 26 Feb 2024 22:59:37 +0100 Subject: [PATCH] Added wikidata as a technical constraint --- docs/src/02_architecture_constraints.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/02_architecture_constraints.adoc b/docs/src/02_architecture_constraints.adoc index 22002c3f..2ad8f67f 100644 --- a/docs/src/02_architecture_constraints.adoc +++ b/docs/src/02_architecture_constraints.adoc @@ -35,6 +35,7 @@ The development of the application has several architectural constraints that mu |Constraint|Explanation | Web front-end | The application must be accessible through a web interface to interact with the game. | Data storage | The application must be able to store historical data from users (number of games, questions, etc.) and allow them to register. +| Wikidata | Wikidata will be used to generate the questions, so the application must implement mechanisms to fetch information from it. | Deployment | The application will be deployable on a Linux server. |===