Skip to content

Commit

Permalink
Improvements in section 2 and 9 of documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiollende committed Feb 19, 2024
1 parent 95f910e commit 1dcf96d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/02_architecture_constraints.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/09_architecture_decisions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
|===
Expand Down

0 comments on commit 1dcf96d

Please sign in to comment.