aboutsummaryrefslogtreecommitdiffstats
path: root/notes/steps.dot
diff options
context:
space:
mode:
Diffstat (limited to 'notes/steps.dot')
-rw-r--r--notes/steps.dot8
1 files changed, 5 insertions, 3 deletions
diff --git a/notes/steps.dot b/notes/steps.dot
index 28c3444..365163f 100644
--- a/notes/steps.dot
+++ b/notes/steps.dot
@@ -3,12 +3,14 @@ digraph steps {
graph [fontname = "helvetica"];
edge [fontname = "helvetica"];
- "release_export_expanded.json" -> "clustered" [label="fuzzycat cluster"];
- "clustered" -> "verified" [label="fuzzycat verify"];
+ "release_export_expanded.json" -> "clustered";
+ "clustered" -> "verified";
"verified" -> "manual review";
"manual review" -> "discover pattern";
"manual review" -> "fix codepath";
"fix codepath" -> "add verification test case";
"discover pattern" -> "add verification test case";
- "add verification test case" -> "clustered" [label="repeat"];
+ "discover pattern" -> "fix codepath";
+ "fix codepath" -> "discover pattern";
+ "add verification test case" -> "clustered";
}