Commit 3a3422d89c8649e473bc5c4e678f1cb561c60119
1 parent
fbe1c300bc
Exists in
master
added edge from login to notification configuration
Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff
use_cases_diagram.dot
View file @
3a3422d
... | ... | @@ -34,7 +34,7 @@ |
34 | 34 | "[R1] Study Deck"[fillcolor="#ffeeaa", style=filled]; |
35 | 35 | |
36 | 36 | // User |
37 | - [shape=none, shapefile="stick.png"]; | |
37 | + "User"[shape=none, shapefile="stick.png"]; | |
38 | 38 | |
39 | 39 | //Graph |
40 | 40 | "User"->"[A1] User Registration"; |
... | ... | @@ -44,6 +44,7 @@ |
44 | 44 | "[A2] User Login"->"[A5] Password Change"; |
45 | 45 | "[A2] User Login"->"[A3] Add a Class"; |
46 | 46 | "[A2] User Login"->"[A8] User Logout"; |
47 | + "[A2] User Login" ->"[A10] Configure Account Notifications"; | |
47 | 48 | "[A3] Add a Class"->"[F9] View Class Feed"; |
48 | 49 | "[A3] Add a Class"->"[A4] Drop a Class" |
49 | 50 | "[A8] User Logout"->"[A2] User Login"; |