Commit d1e82fdd904e6125e8ded6f6f99b8e660eed4ac9
1 parent
ae44d49d80
Exists in
master
changed phrasings for sreen sequence diagrams
Showing 2 changed files with 9 additions and 9 deletions Side-by-side Diff
screen_sequence_diagrams/drop_class.dot
View file @
d1e82fd
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | nodesep=1.4; |
7 | 7 | labelloc="t"; |
8 | 8 | label="[A4] Drop a class"; |
9 | - "Sidebar Menu"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"]; | |
9 | + "Navigation Menu/Settings"[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 | 12 | "User Check"[center=true, fillcolor="#aaaaff", style=filled]; |
13 | 13 | |
14 | 14 | |
... | ... | @@ -16,14 +16,14 @@ |
16 | 16 | "Controller"[center=true, fillcolor="#aaaaff", style=filled, shape=diamond, |
17 | 17 | fixedsize=true, width=1.4, height=1.4]; |
18 | 18 | "POST /api/sections/{pk}/drop"[shape=none]; |
19 | - "Sidebar Menu" -> "POST /api/sections/{pk}/drop"; | |
19 | + "Navigation Menu/Settings" -> "POST /api/sections/{pk}/drop"; | |
20 | 20 | "POST /api/sections/{pk}/drop" -> "Controller"; |
21 | 21 | "Controller" -> "User Check"; |
22 | 22 | "User did not\ndrop class"[shape=none]; |
23 | 23 | "User Check" -> "User did not\ndrop class"; |
24 | - "User did not\ndrop class" -> "Sidebar Menu"; | |
24 | + "User did not\ndrop class" -> "Navigation Menu/Settings"; | |
25 | 25 | "User successfully\ndropped class"[shape=none]; |
26 | 26 | "User Check" -> "User successfully\ndropped class"; |
27 | - "User successfully\ndropped class" -> "Sidebar Menu"; | |
27 | + "User successfully\ndropped class" -> "Navigation Menu/Settings"; | |
28 | 28 | } |
screen_sequence_diagrams/fix_flashcard.dot
View file @
d1e82fd
... | ... | @@ -23,21 +23,21 @@ |
23 | 23 | labelfloat=true; |
24 | 24 | lp=100; |
25 | 25 | "FlashcardViewSet.edit"[center=true, fillcolor="#aaaaff", style=filled, shape = diamond, fixedsize=true, width=2.2, height=2.2]; |
26 | - "Sidebar Menu"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"]; | |
26 | + "Navigation Menu"[center=true, fillcolor="#aaaaff", style=filled,pos="0,0!"]; | |
27 | 27 | "WhiteListCheck"[center=true, fillcolor="#aaaaff", style=filled, style=filled]; |
28 | 28 | "Controller"[center=true, fillcolor="#aaaaff", style=filled, shape = diamond, fixedsize=true, width=1.1, height=1.1]; |
29 | 29 | "POST"[shape=none]; |
30 | 30 | "FAILURE"[shape=none]; |
31 | 31 | "SUCCESS"[shape=none]; |
32 | - "Sidebar Menu" -> "POST"; | |
32 | + "Navigation Menu" -> "POST"; | |
33 | 33 | "POST" -> "Controller"; |
34 | 34 | "Controller" -> "FAILURE"; |
35 | - "FAILURE" -> "Sidebar Menu"; | |
35 | + "FAILURE" -> "Navigation Menu"; | |
36 | 36 | "Controller" -> "SUCCESS"; |
37 | 37 | "SUCCESS"->"WhiteListCheck"; |
38 | 38 | "WhiteListCheck" -> "Permission Denied: \n User cannot be enrolled in class"; |
39 | 39 | "WhiteListCheck" -> "Success! \n User is added to class"; |
40 | - "Success! \n User is added to class" -> "Sidebar Menu"; | |
41 | - "Permission Denied: \n User cannot be enrolled in class" -> "Sidebar Menu"; | |
40 | + "Success! \n User is added to class" -> "Navigation Menu"; | |
41 | + "Permission Denied: \n User cannot be enrolled in class" -> "Navigation Menu"; | |
42 | 42 | } |