Commit dd64d53b81d855c720d6def79dccbcc78d63fcc1

Authored by Kevin Mach
1 parent e8a6236054
Exists in master

added diagram labelS

Showing 3 changed files with 6 additions and 0 deletions Side-by-side Diff

screen_sequence_diagrams/add_class.dot View file @ dd64d53
... ... @@ -4,6 +4,8 @@
4 4 node[shape=box, style="rounded,filled,bold"];
5 5 splines=ortho;
6 6 nodesep=1.4;
  7 + labelloc="t";
  8 + label = "[A3] Add a Class";
7 9 "Sidebar Menu"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"];
8 10 "Controller"[center=true, fillcolor="#aaaaff", style=filled, shape=diamond,
9 11 fixedsize=true, width=1.4, height=1.4];
screen_sequence_diagrams/change_password.dot View file @ dd64d53
... ... @@ -4,6 +4,8 @@
4 4 node[shape=box, style="rounded,filled,bold"];
5 5 splines=ortho;
6 6 nodesep=1.4;
  7 + labelloc="t";
  8 + label="[A5] Change password & [A6] Reset password";
7 9 "Sidebar Menu"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"];
8 10 "Controller"[center=true, fillcolor="#aaaaff", style=filled, shape = diamond];
9 11 "POST"[shape=none];
screen_sequence_diagrams/drop_class.dot View file @ dd64d53
... ... @@ -4,6 +4,8 @@
4 4 node[shape=box, style="rounded,filled,bold"];
5 5 splines=ortho;
6 6 nodesep=1.4;
  7 + labelloc="t";
  8 + label="[A4] Drop a class";
7 9 "Sidebar Menu"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"];
8 10 "Controller"[center=true, fillcolor="#aaaaff", style=filled, shape=diamond,
9 11 fixedsize=true, width=1.4, height=1.4];