diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-12-24 12:01:28 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-12-24 12:01:28 +0100 |
commit | 35a10a97efa58ac57d59ce6595555cd274ec6e80 (patch) | |
tree | 41ff20444c8b4c82c401f77a9327c5280261d386 /notes | |
parent | a39fe5945ded654fcc1c0199b6d46afedd1294fa (diff) | |
download | fuzzycat-35a10a97efa58ac57d59ce6595555cd274ec6e80.tar.gz fuzzycat-35a10a97efa58ac57d59ce6595555cd274ec6e80.zip |
update diagram
Diffstat (limited to 'notes')
-rw-r--r-- | notes/Makefile | 4 | ||||
-rw-r--r-- | notes/steps.dot | 8 | ||||
-rw-r--r-- | notes/steps.png | bin | 27860 -> 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 Binary files differindex 3bbac77..b321976 100644 --- a/notes/steps.png +++ b/notes/steps.png |