Ajout formation haute-vienne
This commit is contained in:
25
presentation/src/img/decision-droit-service-departement.puml
Normal file
25
presentation/src/img/decision-droit-service-departement.puml
Normal file
@@ -0,0 +1,25 @@
|
||||
@startuml
|
||||
if (L'utilisateur peut atteindre "tous les services" ?) then (Oui)
|
||||
|
||||
: Autorisation ✅;
|
||||
detach
|
||||
|
||||
else (Non)
|
||||
|
||||
endif
|
||||
|
||||
:L'utilisateur ne peut "atteindre" que son service principal;
|
||||
|
||||
If (Le service principal de l'utilisateur est-il celui de l'information ?) then (Oui)
|
||||
|
||||
: Autorisation ✅;
|
||||
detach
|
||||
|
||||
else (Non)
|
||||
|
||||
:Pas d'autorisation ❌;
|
||||
detach
|
||||
|
||||
|
||||
|
||||
@enduml
|
Reference in New Issue
Block a user