aboutsummaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-24 12:01:28 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-24 12:01:28 +0100
commit35a10a97efa58ac57d59ce6595555cd274ec6e80 (patch)
tree41ff20444c8b4c82c401f77a9327c5280261d386 /notes
parenta39fe5945ded654fcc1c0199b6d46afedd1294fa (diff)
downloadfuzzycat-35a10a97efa58ac57d59ce6595555cd274ec6e80.tar.gz
fuzzycat-35a10a97efa58ac57d59ce6595555cd274ec6e80.zip
update diagram
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