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

Sections-3-and-4-of-the-documentation #24

Merged
merged 5 commits into from
Feb 11, 2024
Merged
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
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.