From e261b265a742ea2281a88e32a651538396d9d8e5 Mon Sep 17 00:00:00 2001 From: uo288061 Date: Sat, 10 Feb 2024 13:47:37 +0100 Subject: [PATCH] =?UTF-8?q?Ejemplo=20de=20algunas=20restricciones=20de=20l?= =?UTF-8?q?a=20arquitectura,=20versi=C3=B3n=20preliminar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.html | 24 +++++++++++++++++++++++ docs/src/02_architecture_constraints.adoc | 16 +++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/docs/index.html b/docs/index.html index 1e11d23e..174e0e8c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -735,6 +735,30 @@

2. Architecture Constraints

+
+ +
diff --git a/docs/src/02_architecture_constraints.adoc b/docs/src/02_architecture_constraints.adoc index 226e501f..070d697c 100644 --- a/docs/src/02_architecture_constraints.adoc +++ b/docs/src/02_architecture_constraints.adoc @@ -25,3 +25,19 @@ conventions (e.g. programming or versioning guidelines, documentation or naming See https://docs.arc42.org/section-2/[Architecture Constraints] in the arc42 documentation. **** + + +- *Programming Language Restriction:* + The system must be implemented using Java as the primary programming language. + +- *Mandatory Usage of WikiData API:* + The WikiData API must be utilized as an integral part of the system, and interactions with WikiData are obligatory for data retrieval and integration. + +- *Web Frontend Requirement:* + The system must include at least one web frontend, and it is mandatory for deployment. + +- *Freedom in Database Selection:* + There are no imposed restrictions on the choice of the database. Teams have the freedom to select a suitable database technology based on project requirements. + +- *No Company Policy Constraints:* + There are no specific constraints or restrictions related to company policies. Teams have the flexibility to make decisions aligned with project goals.