Commit a9ab79853b86764d82ee60250d836e850377c8a8

Authored by Nam Tran
1 parent 7d10b6e077
Exists in master

F6 Fixed - minor error

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

screen_sequence_diagrams/blank_out_words.dot View file @ a9ab798
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 12
"View Deck" -> "Flashcard"; 13 13 "View Deck" -> "Flashcard";
"Flashcard" -> "Edit Flashcard Page"; 14 14 "Flashcard" -> "Edit Flashcard Page";
"Edit Flashcard Page" -> "POST"; 15 15 "Edit Flashcard Page" -> "POST";
"POST" -> "Controller"; 16 16 "POST" -> "Controller";
17 17
//Only blanks(mask) altered 18 18 //Only blanks(mask) altered
"Only mask altered"[shape=none]; 19 19 "Only mask altered"[shape=none];
"Server creates New FlashcardMask object"[fillcolor="#aaaaff", style=filled,pos="0,0!"]; 20 20 "Server Updates FlashcardMask object"[fillcolor="#aaaaff", style=filled,pos="0,0!"];
"Controller" -> "Only mask altered"; 21 21 "Controller" -> "Only mask altered";
"Only mask altered" -> "Server creates New FlashcardMask object"; 22 22 "Only mask altered" -> "Server creates New FlashcardMask object";
"Server creates New FlashcardMask object" -> "View Deck"; 23 23 "Server creates New FlashcardMask object" -> "View Deck";
24 24
labelfloat=true; 25 25 labelfloat=true;