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 Side-by-side Diff

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