Update diagramme_connexion
This commit is contained in:
@@ -9,3 +9,14 @@ SequenceDiagram [frame=true framecolor=steelblue label="Connexion nominale"] {
|
|||||||
person -r-> web "ok"
|
person -r-> web "ok"
|
||||||
User <-r- web "connecté"
|
User <-r- web "connecté"
|
||||||
}
|
}
|
||||||
|
SequenceDiagram [frame=true framecolor=steelblue label="Connexion erronée"] {
|
||||||
|
actor User
|
||||||
|
lifeline "OnlineBet" as web
|
||||||
|
lifeline "Bob : Personne" as person
|
||||||
|
|
||||||
|
User --> web "connecte(bobleparieur@gmail.com,1234)"
|
||||||
|
activate web
|
||||||
|
web --> person "connecte(bobleparieur)"
|
||||||
|
person -r-> web "erreur(informations_incorrectes)"
|
||||||
|
User <-r- web "erreur(informations_incorrectes)"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user