Skip to content

Commit

Permalink
Fixed some tipos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Mario committed Mar 27, 2024
1 parent e2e658e commit eb18441
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/src/05_building_block_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ Contained Building Blocks::
* *_Webapp_ Log in and Register* : Views of the webapp that allow the user to get into the application.
* *_Webapp_ Game menu* : Intermediate view between the records and the actual game.
* *_Webapp_ User's games records* : View where the user will be able to see different statistics of the games played (Correct answers, points, total games).
* *_Webapp_ Question Game* : Game view where the user will be able answer the random question by choosing 1 of 4 posibilities.
* *_Webapp_ Question Game* : Game view where the user will be able answer the random question by choosing 1 of 4 possibilities.

* *_WIQ Services_ Authentication service* : Microservice that will let the user log in a created account.
* *_WIQ Services_ User service* : Microservice that will let the user create an account.
* *_WIQ Services_ Record service* : Microservice that will manage the records of all users and will let anyone get the records of an user.
* *_WIQ Services_ Question service* Microservice that will get some random questions for an user game. It will also let anyone get random questions outside our system.
* *_WIQ Services_ Question generator* Microservice that will generate the random questions accesing wikidate and load them into the system.
* *_WIQ Services_ Record service* : Microservice that will manage the records of all users and will let anyone get the records of a user.
* *_WIQ Services_ Question service* Microservice that will get some random questions for an user game. It will also let anyone get random questions from outside our system.
* *_WIQ Services_ Question generator* Microservice that will generate the random questions accesing wikidata and load them into the system.
4 changes: 2 additions & 2 deletions docs/src/06_runtime_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ There are many notations for describing scenarios, e.g.
See https://docs.arc42.org/section-6/[Runtime View] in the arc42 documentation.
****
In this section we will focus on developing which views of the webapp uses which microservices from the WIQ Services.
Mind that some of these processes works the same way when called from outside the system (look for them at the API docs)
In this section we will focus on developing which views of the webapp use which microservices from the WIQ Services.
Mind that some of these processes work the same way when called from outside the system (look for them at the API docs)

=== Runtime Scenario: Signup

Expand Down

0 comments on commit eb18441

Please sign in to comment.