diff --git a/index.html b/index.html index 486dde4c..552883af 100644 --- a/index.html +++ b/index.html @@ -1195,16 +1195,24 @@

5.3.2. Contained Building Blocks

-

Game

+

User interface

Game screen where the user can play the game.

+

Gateway service

+

Allows the user interface to communicate with each microservice.

+ +

Game Service

Contains all user participations with the number of games played, correct/incorrect answers, and times.

Users Service

-

Allows the client to create a new account for the application, log in and log out.

+

Allows the client to create a new account for the application and get some information about users.

+ + +

Auth Service

+

Allows the client to login in the application.

Question Generator Service