From 6a224c316869ba2651094ad47e1d92e102524f85 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 21 Sep 2021 15:55:11 +0200 Subject: reorganize notes --- notes/workflow_schema.dot | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 notes/workflow_schema.dot (limited to 'notes/workflow_schema.dot') diff --git a/notes/workflow_schema.dot b/notes/workflow_schema.dot new file mode 100644 index 0000000..365163f --- /dev/null +++ b/notes/workflow_schema.dot @@ -0,0 +1,16 @@ +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"; +} -- cgit v1.2.3