diff options
author | msglm <msglm@techchud.xyz> | 2023-01-11 20:49:27 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-01-11 20:49:27 -0600 |
commit | 40fc1eb64fb8da26544bd2e2b4855813ffb2f244 (patch) | |
tree | 38247b31b502881ad026de586081d5f16c13cd19 /spec | |
parent | 07e77fb6dc8a5ab9472db86f269c3a844199add1 (diff) | |
download | indeedwatcher-40fc1eb64fb8da26544bd2e2b4855813ffb2f244.tar.gz indeedwatcher-40fc1eb64fb8da26544bd2e2b4855813ffb2f244.tar.bz2 indeedwatcher-40fc1eb64fb8da26544bd2e2b4855813ffb2f244.zip |
cache system actually works now
Diffstat (limited to 'spec')
-rw-r--r-- | spec/flowchart.gv | 3 | ||||
-rw-r--r-- | spec/flowchart.png | bin | 134627 -> 120196 bytes |
2 files changed, 1 insertions, 2 deletions
diff --git a/spec/flowchart.gv b/spec/flowchart.gv index 6d181ec..1a41936 100644 --- a/spec/flowchart.gv +++ b/spec/flowchart.gv @@ -16,8 +16,7 @@ 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" -> "latexdsl" [label="Formatted job data"] -"latexdsl" -> "Saver" [label="PDF file"] +"Job Value Scorer" -> "Saver" [label="Formatted job data"] config -> "Saver" [label="save location"] "Saver" -> "Filesystem" [label="PDF file"] diff --git a/spec/flowchart.png b/spec/flowchart.png Binary files differindex 8c6bc0d..e74f0fe 100644 --- a/spec/flowchart.png +++ b/spec/flowchart.png |