Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation alejandro liliana #28

Merged
merged 3 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/09_architecture_decisions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ There you will find links and examples about ADR.
|Advantages
|Disagvantanges

|React
|Use of React
|It is the most used javascript framework and there is a lot of documentation about it.
|All of us in the team will have to learn how to use it because we have never worked with it.

|JavaScript
|Use of JavaScript
|It is a language we have all used.
|It is a complex language that can cause us problems while other simpler languages could make our work easier.

|MongoDB
|Use of MongoDB
|Being a non-relational database, it is easier to use. In addition, it is used by large telecommunications companies.
|Non-relational databases are the ones with which we have the least experience.
|===
14 changes: 7 additions & 7 deletions docs/src/10_quality_requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ occurs.
|Usage Scenarios
|Priority

|Privacy
|In order to be able to play, the user must log in to the application.
|Only the user who created/owns the account will have access to it (unless he/she gives someone else his/her credentials).
|High

|Usability
|The ease of interaction with the user should be enhanced through intuitive and simple interfaces to enhance the user experience.
|Users will be able to understand how the game works thanks to the clarity of its rules and ease of navigation.
Expand All @@ -104,10 +99,15 @@ occurs.
|Integrity
|The game must be played without errors.
|The answer determined as correct for each question by the system shall be the one that is actually correct.
|High
|Medium

|Interactivity
|The user must answer a series of questions in which the user must select the correct answer in each case.
|For each of the questions, the user must select the correct answer from those provided by the system.
|High
|Medium

|Privacy
|In order to be able to play, the user must log in to the application.
|Only the user who created/owns the account will have access to it (unless he/she gives someone else his/her credentials).
|Low
|===
Loading