From 55870af263e5bca7c98987bd398841d6da7f723e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fern=C3=A1ndez=20Noriega?= Date: Sat, 6 Apr 2024 20:56:35 +0200 Subject: [PATCH] Missing one modification --- docs/src/09_architecture_decisions.adoc | 42 +++++++------------------ 1 file changed, 12 insertions(+), 30 deletions(-) diff --git a/docs/src/09_architecture_decisions.adoc b/docs/src/09_architecture_decisions.adoc index 9ffe83d..de8391d 100644 --- a/docs/src/09_architecture_decisions.adoc +++ b/docs/src/09_architecture_decisions.adoc @@ -33,35 +33,17 @@ See https://docs.arc42.org/section-9/[Architecture Decisions] in the arc42 docum There you will find links and examples about ADR. **** -|=== -| Constraints | Explanation -| Title -| Web Server Platform: A Comprehensive Overview -| Context -| Choosing the right web server platform involves balancing technical requirements, stakeholder preferences, user considerations, and project constraints. It's a critical decision that impacts performance, security, user experience, and project success. Achieving alignment across these factors is essential for making an informed choice. -| Decision -| Oracle Cloud -| Status -| Proposed -| Consequences -| We need to suppoort the web application with the leasr cost possible -|=== - - - - - -|=== -| Constraints | Explanation -| Title -| FrontEnd: What users see -| Context -| Choosing the right web server platform involves balancing technical requirements, stakeholder preferences, user considerations, and project constraints. It's a critical decision that impacts performance, security, user experience, and project success. Achieving alignment across these factors is essential for making an informed choice. -| Decision -| JavaScript and React -| Status -| Proposed -| Consequences -| It is important that the developers are used or can get used to the proposed lenguage with ease so its easier to mantain the code and for future developers to understand it. +[options="header", cols="1,1,1,1"] |=== +| What we have to decide | Options/Proposals - Reasoning | Status | Decision - Reasoning +| Which cloud service provider to use for deploying the webapp +| *Oracle Cloud* - We have access to a VM with this provider with 24/7 free activity +| Decided +| *Oracle Cloud* - All advantages + +| Which technologies are we going to use for developing the front end +| React - It is a modern framework which is easy to learn and provides usefull predefined components that save time +| Decided +| React - We have a reference already implemented and its capabilities are what we need +|=== \ No newline at end of file