diff options
Diffstat (limited to 'notes')
-rw-r--r-- | notes/steps.dot | 14 | ||||
-rw-r--r-- | notes/steps.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..181dacf --- /dev/null +++ b/notes/steps.png |