Blame view

doc/uml/usecases/user_manager_usc.txt 290 Bytes
164eebbd   haribo   UML and comments
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@startuml

title User Manager

actor User
actor Admin

:User: --> (Ask for account creation)
:User: --> (Log in)
:User: --> (Logout)
:User: --> (View profile)

:Admin: --> (Validate account creation)
:Admin: --> (Change account permissions)
:Admin: --> (Handle scientific programs)

@enduml