aboutsummaryrefslogtreecommitdiffstats
path: root/notes
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-18 02:59:48 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-18 02:59:48 +0100
commit233411895be924c68c50a95f52269d49290a6a14 (patch)
tree986710be4e26b9a9db44adec738f03c51d446ced /notes
parente463ff2e949bd02e5fe70be67f2736dc09d59960 (diff)
downloadfuzzycat-233411895be924c68c50a95f52269d49290a6a14.tar.gz
fuzzycat-233411895be924c68c50a95f52269d49290a6a14.zip
update README
Diffstat (limited to 'notes')
-rw-r--r--notes/steps.dot14
-rw-r--r--notes/steps.pngbin0 -> 29435 bytes
2 files changed, 14 insertions, 0 deletions
diff --git a/notes/steps.dot b/notes/steps.dot
new file mode 100644
index 0000000..1ebb504
--- /dev/null
+++ b/notes/steps.dot
@@ -0,0 +1,14 @@
+digraph steps {
+ node [shape=note, fontname="helvetica"];
+ graph [fontname = "helvetica"];
+ edge [fontname = "helvetica"];
+
+ "release_export_expanded.json" -> "clustered" [label="fuzzycat cluster"];
+ "clustered" -> "verified" [label="fuzzycat verify"];
+ "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"];
+}
diff --git a/notes/steps.png b/notes/steps.png
new file mode 100644
index 0000000..181dacf
--- /dev/null
+++ b/notes/steps.png
Binary files differ