Skip to content

Commit

Permalink
Correct some words spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
baraganio committed Feb 15, 2024
1 parent 9ad8661 commit 7743474
Showing 1 changed file with 4 additions and 25 deletions.
29 changes: 4 additions & 25 deletions docs/src/11_technical_risks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,12 @@ ifndef::imagesdir[:imagesdir: ../images]
[[section-technical-risks]]
== Risks and Technical Debts


[role="arc42help"]
****
.Contents
A list of identified technical risks or technical debts, ordered by priority
.Motivation
“Risk management is project management for grown-ups” (Tim Lister, Atlantic Systems Guild.)
This should be your motto for systematic detection and evaluation of risks and technical debts in the architecture, which will be needed by management stakeholders (e.g. project managers, product owners) as part of the overall risk analysis and measurement planning.
.Form
List of risks and/or technical debts, probably including suggested measures to minimize, mitigate or avoid risks or reduce technical debts.
.Further Information
See https://docs.arc42.org/section-11/[Risks and Technical Debt] in the arc42 documentation.
****

=== Technical Risks
|===
| Risk | Explanation | Solution
| No knowladge of React | None member of the team has worked with React before. | Read React's documentation and search for exercises and tutorials of how to use the technology.
| Github | Most of us have use it, however, some have not in a project of that magnitude. Also there are some new features for everyone. | Transfer the knowladge of essential operations in Github from those who now them to those who don't, as well as search information about how to use the new features for everyone.
| No knowladge of React | Non member of the team has worked with React before. | Read React's documentation and search for exercises and tutorials of how to use the technology.
| Github | Most of us have use it, however, some have not in a project of that magnitude. Also there are some new features for everyone. | Transfer the knowledge of essential operations in Github from those who now them to those who don't, as well as search information about how to use the new features for everyone.
| Lost of team members | Any member could leave the project due to personal reasons. Risk that gets importance if we take into account we only are four members. | Don't make any member categorically essential, so we can avoid any part of the project from being orphaned.
| External dependencies | As the app will be deployed on an external server, there could be a situation where we can not deployed it due to an external issue | Have a second deployment server in order to replace the first if it is not available.
| Insufficient tests | The lack of tests could trigger the release of some features with a not expected behaviour | Make exhaustive tests on all the features that will be released on the app
| External dependencies | As the app will be deployed on an external server, there could be a situation where we can not deployed it due to an external issue. | Have a second deployment server in order to replace the first if it is not available.
| Insufficient tests | The lack of tests could trigger the release of some features with a not expected behaviour. | Make exhaustive tests on all the features that will be released on the app.
|===

0 comments on commit 7743474

Please sign in to comment.