Commit 0ad4e15f9fb3f26dfcb6bc7497dcadc9641e92c1

Authored by Nam Tran
1 parent a9ab79853b
Exists in master

Fixed more mistakes with F6

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

screen_sequence_diagrams/blank_out_words.dot View file @ 0ad4e15
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 Updates 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 Updates FlashcardMask object";
"Server creates New FlashcardMask object" -> "View Deck"; 23 23 "Server Updates FlashcardMask object" -> "View Deck";
24 24
labelfloat=true; 25 25 labelfloat=true;
lp=100; 26 26 lp=100;