Commit 7efd8311a7d3f565cc0261de830dc3f1f4f04890

Authored by Rohan Rangray
1 parent 0ad4e15f9f
Exists in master

Added title for R2. Removed incoming arrows into edgelabels for F6.

Showing 2 changed files with 5 additions and 2 deletions Inline Diff

screen_sequence_diagrams/blank_out_words.dot View file @ 7efd831
digraph G{ 1 1 digraph G{
ratio=0.75; 2 2 ratio=0.75;
//rankdir="LR"; 3 3 //rankdir="LR";
labelloc="t"; 4 4 labelloc="t";
label="[F6] Blank Out Words in Flashcards"; 5 5 label="[F6] Blank Out Words in Flashcards";
node[shape=box, style="rounded,filled,bold"]; 6 6 node[shape=box, style="rounded,filled,bold"];
splines=ortho; 7 7 splines=ortho;
nodesep=1.0; 8 8 nodesep=1.0;
"View Deck"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"]; 9 9 "View Deck"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"];
"Controller"[center=true, fillcolor="#aaaaff", style=filled, shape = diamond, 10 10 "Controller"[center=true, fillcolor="#aaaaff", style=filled, shape = diamond,
fixedsize=true, width=1.4, height=1.4]; 11 11 fixedsize=true, width=1.4, height=1.4];
12 "POST"[shape=none]
12 13
"View Deck" -> "Flashcard"; 13 14 "View Deck" -> "Flashcard";
"Flashcard" -> "Edit Flashcard Page"; 14 15 "Flashcard" -> "Edit Flashcard Page";
"Edit Flashcard Page" -> "POST"; 15 16 "Edit Flashcard Page" -> "POST"[dir=none];
"POST" -> "Controller"; 16 17 "POST" -> "Controller";
17 18
//Only blanks(mask) altered 18 19 //Only blanks(mask) altered
"Only mask altered"[shape=none]; 19 20 "Only mask altered"[shape=none];
"Server Updates FlashcardMask object"[fillcolor="#aaaaff", style=filled,pos="0,0!"]; 20 21 "Server Updates FlashcardMask object"[fillcolor="#aaaaff", style=filled,pos="0,0!"];
"Controller" -> "Only mask altered"; 21 22 "Controller" -> "Only mask altered"[dir=none];
"Only mask altered" -> "Server Updates FlashcardMask object"; 22 23 "Only mask altered" -> "Server Updates FlashcardMask object";
"Server Updates FlashcardMask object" -> "View Deck"; 23 24 "Server Updates FlashcardMask object" -> "View Deck";
24 25
labelfloat=true; 25 26 labelfloat=true;
lp=100; 26 27 lp=100;
screen_sequence_diagrams/review_notification.dot View file @ 7efd831
digraph G{ 1 1 digraph G{
ratio=0.75; 2 2 ratio=0.75;
//rankdir="LR"; 3 3 //rankdir="LR";
4 labelloc="t";
5 label="[R2] Review Notifications";
node[shape=box, style="rounded,filled,bold"]; 4 6 node[shape=box, style="rounded,filled,bold"];
splines=ortho; 5 7 splines=ortho;
nodesep=1.4; 6 8 nodesep=1.4;
"Sidebar Menu"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"]; 7 9 "Sidebar Menu"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"];
"Server"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"]; 8 10 "Server"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"];
9 11
"Notification"[shape=none]; 10 12 "Notification"[shape=none];
"UPDATE"[shape=none]; 11 13 "UPDATE"[shape=none];
12 14
"Server" -> "Notification"[dir=none]; 13 15 "Server" -> "Notification"[dir=none];
"Notification" -> "Controller"; 14 16 "Notification" -> "Controller";
"Controller" -> "UPDATE"[dir=none]; 15 17 "Controller" -> "UPDATE"[dir=none];