Skip to content

Commit

Permalink
Actualizacion nombres diagramas
Browse files Browse the repository at this point in the history
  • Loading branch information
uo277310 committed May 3, 2024
1 parent 8cbe63e commit 0920984
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/src/06_runtime_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ifndef::imagesdir[:imagesdir: ../images]

=== Registro en la aplicación

[plantuml,"Registro",png]
[plantuml,"Registro usuario",png]
----
actor User
participant App
Expand Down Expand Up @@ -39,7 +39,7 @@ end

=== Inicio de sesión en la aplicación

[plantuml,"Login",png]
[plantuml,"Login usuario",png]
----
actor User
participant App
Expand Down Expand Up @@ -70,7 +70,7 @@ end

=== Generacion de preguntas

[plantuml,"Generacion",png]
[plantuml,"Generacion preguntas",png]
----
database DBquestions
participant CreateService
Expand All @@ -96,7 +96,7 @@ end

=== Respuesta a una pregunta

[plantuml,"Respuesta",png]
[plantuml,"Respuesta pregunta",png]
----
actor User
participant App
Expand Down Expand Up @@ -149,7 +149,7 @@ end

=== Consulta del historial de usuarios

[plantuml,"Usuarios",png]
[plantuml,"Historial usuarios",png]
----
actor User
participant App
Expand All @@ -171,7 +171,7 @@ end

=== Consulta del historial de preguntas generadas

[plantuml,"Preguntas",png]
[plantuml,"Historial preguntas",png]
----
actor User
participant App
Expand All @@ -193,7 +193,7 @@ end

=== Consulta del historial de jugadas

[plantuml,"Jugadas",png]
[plantuml,"Historial jugadas",png]
----
actor User
participant App
Expand All @@ -213,7 +213,7 @@ User <-- App: Muestra el historial de jugadas

=== Consulta del ranking

[plantuml,"Ranking",png]
[plantuml,"Ranking usuarios",png]
----
actor User
participant App
Expand All @@ -233,7 +233,7 @@ User <-- App: Muestra el ranking

=== Cambio de ajustes de partida

[plantuml,"Ajustes",png]
[plantuml,"Ajustes partida",png]
----
actor User
participant App
Expand Down

0 comments on commit 0920984

Please sign in to comment.