aboutsummaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
Diffstat (limited to 'notes')
-rw-r--r--notes/Makefile4
-rw-r--r--notes/steps.dot8
-rw-r--r--notes/steps.pngbin27860 -> 29268 bytes
3 files changed, 7 insertions, 5 deletions
diff --git a/notes/Makefile b/notes/Makefile
index 9b84114..3a7dcaf 100644
--- a/notes/Makefile
+++ b/notes/Makefile
@@ -1,6 +1,6 @@
-approach.png: approach.dot
+steps.png: steps.dot
dot -Tpng $^ > $@
.PHONY: clean
clean:
- rm -rf approach.png
+ rm -rf steps.png
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";
}
diff --git a/notes/steps.png b/notes/steps.png
index 3bbac77..b321976 100644
--- a/notes/steps.png
+++ b/notes/steps.png
Binary files differ