summaryrefslogtreecommitdiffstats
path: root/spec/flowchart.gv
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-01-11 20:49:25 -0600
committermsglm <msglm@techchud.xyz>2023-01-11 20:49:25 -0600
commit07e77fb6dc8a5ab9472db86f269c3a844199add1 (patch)
tree28ceb94f6fd44839d618d858b8e5ad48af266492 /spec/flowchart.gv
parent5c11fb28d3f042d4888d2d5ea2952c8d651e8391 (diff)
downloadindeedwatcher-07e77fb6dc8a5ab9472db86f269c3a844199add1.tar.gz
indeedwatcher-07e77fb6dc8a5ab9472db86f269c3a844199add1.tar.bz2
indeedwatcher-07e77fb6dc8a5ab9472db86f269c3a844199add1.zip
latex stuff added; probably going to remove
Diffstat (limited to 'spec/flowchart.gv')
-rw-r--r--spec/flowchart.gv4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/flowchart.gv b/spec/flowchart.gv
index 17fe46e..6d181ec 100644
--- a/spec/flowchart.gv
+++ b/spec/flowchart.gv
@@ -16,8 +16,8 @@ config -> "Job Value Scorer" [label="Priorities"]
config -> "Cache System" [label="Cache location"]
"Job Value Scorer" -> "Cache System" [label="URL of currently parsing job post"]
"Cache System" -> "Job Value Scorer" [label="True or False to if URL is in database"]
-"Job Value Scorer" -> "nimPDF" [label="Formatted job data"]
-"nimPDF" -> "Saver" [label="PDF file"]
+"Job Value Scorer" -> "latexdsl" [label="Formatted job data"]
+"latexdsl" -> "Saver" [label="PDF file"]
config -> "Saver" [label="save location"]
"Saver" -> "Filesystem" [label="PDF file"]