Skip to content

Commit

Permalink
Minor changes to section 5, and a couple of fixes at section 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosBarrilVillaverde committed Feb 18, 2024
1 parent 22818ed commit 418b445
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Binary file added docs/images/51.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/52.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/src/02_architecture_constraints.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
|=========================================================================================================================================================================================================
| Constraint | Explanation
| Docker | The application will operate within a Docker environment.
| GitHub | We'll leverage GitHub as our remote repository for project development, task delegation among team members, and version control. GitHub streamlines communication and project organization.
| GitHub | We'll leverage GitHub as our remote repository for project development, task delegation among team members, and version control.

|=========================================================================================================================================================================================================

Expand All @@ -19,7 +19,7 @@
| Size of the team | The team comprises six individuals.
| Meetings | Weekly meetings are scheduled to discuss task organization during each laboratory class session. In the event of requiring an extraordinary meeting, various tools such as WhatsApp or Discord are employed to coordinate effectively.
| Testing | Various scenarios will be explored to ensure the app's functionality is tested. We'll employ a range of techniques to maximize test coverage, striving for comprehensive assessment.
| Experience | Team members possess limited experience with the diverse technologies being employed.
| Experience | Team members possess limited and diversed experience with the diverse technologies being employed.
|==========================================================================================================================================================================================================================================================


Expand Down
6 changes: 5 additions & 1 deletion docs/src/05_building_block_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ ifndef::imagesdir[:imagesdir: ../images]

=== Level 1: Overall System's whitebox

image::51.png["Level-1-block-view"]

==== Motivation

*_WiQ_* application is the general structure of a system in which users will have the possibility to play a video game implementation of the popular RTVE programme, "Saber y Ganar".
This level shows how the application will work internally in generaly. The client, WebApp, access to the different services provided by the microservices which make up the program.

==== Contained Building Blocks

Expand All @@ -24,6 +26,8 @@ ifndef::imagesdir[:imagesdir: ../images]

=== Level 2

image::52.png["Level-2-block-view"]

==== Motivation

*_WiQ_* application is the general structure of a system in which users will have the possibility to play a video game implementation of the popular RTVE programme, "Saber y Ganar".
Expand Down

0 comments on commit 418b445

Please sign in to comment.