From 1dcf96de3d9e63d82a9fee60778d0d6715100071 Mon Sep 17 00:00:00 2001 From: sergiollende Date: Mon, 19 Feb 2024 17:05:46 +0100 Subject: [PATCH] Improvements in section 2 and 9 of documentation --- docs/src/02_architecture_constraints.adoc | 1 + docs/src/09_architecture_decisions.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/02_architecture_constraints.adoc b/docs/src/02_architecture_constraints.adoc index 95aaa04..6c8153e 100644 --- a/docs/src/02_architecture_constraints.adoc +++ b/docs/src/02_architecture_constraints.adoc @@ -4,6 +4,7 @@ ifndef::imagesdir[:imagesdir: ../images] == Architecture Constraints When designing the WIQ application, there are several constraints that must be taken into consideration, as they will have a significant impact on the overall design of the application and the architectural decisions. These constraints must be considered in order to ensure that the final product meets the needs and expectations of the users and stakeholders. The following table summarizes these constraints and provides a brief explanation for each one divided into technical, organizational and political constraints. + === Technical constraints |=== |Constraint|Explanation diff --git a/docs/src/09_architecture_decisions.adoc b/docs/src/09_architecture_decisions.adoc index a47f624..512a075 100644 --- a/docs/src/09_architecture_decisions.adoc +++ b/docs/src/09_architecture_decisions.adoc @@ -11,7 +11,7 @@ The following table contains some of the design decisions that were imposed to u |=== |Code|Decision|Advantages|Disadvantages |ID1| React.js or Svelte | Quite easy to learn in comparison to other front-end libraries. Increasingly popular in the web.|Not all of us know about its usage -|ID2| MongoDB | It does not need to be started manually. Free and easy to understand|e are quite new with MongoDB. +|ID2| MongoDB | It does not need to be started manually. Free and easy to understand|We are quite new with MongoDB. |ID3| Docker | Fast deployment, ease of moving/maintaining your applications. Easy as we already have DockerFiles example|We do not have much experience using Docker |ID4| PlantUML | Allows drawing diagrams very easily, with a simple syntax.|Does not allow as much control over the exact layout of the elements in the diagram as other tools. |===