diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-09-21 15:55:11 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-09-21 15:55:11 +0200 |
commit | 6a224c316869ba2651094ad47e1d92e102524f85 (patch) | |
tree | be653c2eb632acdd3824ee31212a2bc7123c3bed /notes/steps.dot | |
parent | 08a9242e2ed19aaec14d92fe174bee21bb4232eb (diff) | |
download | fuzzycat-6a224c316869ba2651094ad47e1d92e102524f85.tar.gz fuzzycat-6a224c316869ba2651094ad47e1d92e102524f85.zip |
reorganize notes
Diffstat (limited to 'notes/steps.dot')
-rw-r--r-- | notes/steps.dot | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/notes/steps.dot b/notes/steps.dot deleted file mode 100644 index 365163f..0000000 --- a/notes/steps.dot +++ /dev/null @@ -1,16 +0,0 @@ -digraph steps { - node [shape=plaintext, fontname="helvetica"]; - graph [fontname = "helvetica"]; - edge [fontname = "helvetica"]; - - "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"; - "discover pattern" -> "fix codepath"; - "fix codepath" -> "discover pattern"; - "add verification test case" -> "clustered"; -} |