Update diagramme_connexion
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
SequenceDiagram [frame=true framecolor=steelblue label="Connexion nominale"] {
|
SequenceDiagram [frame=true framecolor=steelblue label="Connexion nominale"] {
|
||||||
actor User
|
actor User
|
||||||
lifeline "OnlineBet" as web
|
lifeline "OnlineBet" as web
|
||||||
@@ -20,3 +21,14 @@ SequenceDiagram [frame=true framecolor=steelblue label="Connexion erronée"] {
|
|||||||
person -r-> web "erreur(informations_incorrectes)"
|
person -r-> web "erreur(informations_incorrectes)"
|
||||||
User <-r- web "erreur(informations_incorrectes)"
|
User <-r- web "erreur(informations_incorrectes)"
|
||||||
}
|
}
|
||||||
|
SequenceDiagram [frame=true framecolor=steelblue label="Connexion nouvelle"] {
|
||||||
|
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 "ok"
|
||||||
|
User <-r- web "connecte(bobleparieur)"
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user