generated from Arquisoft/wiq_0
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0ec67e
commit 91cef44
Showing
10 changed files
with
389 additions
and
715 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
@startuml Diagrama de secuencia plantuml | ||
actor usuario | ||
actor system | ||
actor juego | ||
database bbdd as "bbdd" | ||
usuario -> system: inicio sesión | ||
system --> usuario: pedir nombre/contraseña | ||
usuario -> system: dar nombre/contraseña | ||
system -> bbdd: verificar usuario | ||
bbdd --> system: verificación correcta | ||
system --> usuario: inicio sesión correcto | ||
usuario -> system: acceder al juego | ||
system -> juego: iniciar juego | ||
juego --> system: generar pregunta/respuestas | ||
system --> usuario: mostrar pregunta/respuestas | ||
usuario -> system: responder | ||
system -> juego: verificar respuesta | ||
juego --> system: respuesta correcta | ||
system --> usuario: correcta | ||
system -> juego: generar siguiente pregunta/respuestas | ||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.17 KB
(110%)
images/Diagrama de casos de uso para el juego de palabras.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.