Skip to content

Commit

Permalink
Missing one modification
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFN2 committed Apr 6, 2024
1 parent a0312ab commit 55870af
Showing 1 changed file with 12 additions and 30 deletions.
42 changes: 12 additions & 30 deletions docs/src/09_architecture_decisions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
|===

0 comments on commit 55870af

Please sign in to comment.