Blame view
screen_sequence_diagrams/review_notification.dot
491 Bytes
aafa515ee
|
1 2 3 |
digraph G{ ratio=0.75; //rankdir="LR"; |
7efd8311a
|
4 5 |
labelloc="t"; label="[R2] Review Notifications"; |
2bbd17a0c
|
6 |
node[shape=box, style="rounded,filled,bold"]; |
f6eb24b4b
|
7 |
splines=ortho; |
aafa515ee
|
8 9 10 |
nodesep=1.4; "Sidebar Menu"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"]; "Server"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"]; |
f6eb24b4b
|
11 12 |
"Notification"[shape=none]; "UPDATE"[shape=none]; |
c27a6bc7d
|
13 |
"Server" -> "Notification"; |
f6eb24b4b
|
14 |
"Notification" -> "Controller"; |
c27a6bc7d
|
15 |
"Controller" -> "UPDATE"; |
f6eb24b4b
|
16 17 |
"UPDATE" -> "Sidebar Menu"; |
aafa515ee
|
18 |
} |