aboutsummaryrefslogtreecommitdiffstats
path: root/notes/steps.dot
blob: 1ebb504c004f9d39507bbff755bf273ebd26c45f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"];
}