Skip to content

Commit

Permalink
Sections-3-and-4-of-the-documentation
Browse files Browse the repository at this point in the history
* commit de prueba

* Base of the documentation done. There are parts
pending until we take the main decisions about
the system.

* Merge branch 'develop' into Sections-3-and-4-of-the-documentation

* Point 4 translated to english.

* Merge branch 'develop' into Sections-3-and-4-of-the-documentation
  • Loading branch information
uo287545 authored Feb 11, 2024
1 parent a6f05d7 commit 198ac5e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/src/04_solution_strategy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ See https://docs.arc42.org/section-4/[Solution Strategy] in the arc42 documentat
****

=== Decisiones Tecnológicas
Lenguaje de Programación: Se utilizará [lenguaje] para el desarrollo del sistema debido a [razones].
Frontend Framework: Se adoptará [framework] para la creación del frontend debido a [razones].
Base de Datos: Se seleccionó [base de datos] como motor de almacenamiento debido a [razones].
=== Technological Decisions
Programming Language: [Language] will be used for system development due to [reasons].
Frontend Framework: [Framework] will be adopted for frontend development due to [reasons].
Database: [Database] was selected as the storage engine due to [reasons].

=== Descomposición del Sistema
Se seguirá el patrón de arquitectura [patrón] para la estructuración del sistema, dividiéndolo en módulos/clases responsables de [responsabilidades].
=== System Decomposition
The [pattern] architecture pattern will be followed for structuring the system, dividing it into modules/classes responsible for [responsibilities].

=== Metas de Calidad
Rendimiento: Se buscará una respuesta rápida del sistema, especialmente durante la generación de preguntas y el tiempo de juego.
Seguridad: Se implementarán medidas de seguridad para proteger la información del usuario y garantizar la integridad de las preguntas generadas.
=== Quality Goals
Performance: A quick system response will be sought, especially during question generation and gameplay.
Security: Security measures will be implemented to protect user information and ensure the integrity of generated questions.

=== Decisiones Organizativas
Metodología de Desarrollo: Se adoptará [metodología] para la gestión del proyecto, facilitando la colaboración y la entrega iterativa.
=== Organizational Decisions
Development Methodology: [Methodology] will be adopted for project management, facilitating collaboration and iterative delivery.

0 comments on commit 198ac5e

Please sign in to comment.