diff options
author | msglm <msglm@techchud.xyz> | 2025-08-17 19:54:24 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2025-08-17 19:54:24 -0500 |
commit | b09dd409c8a8f4a4d0ce690b9433007b2e44fe7c (patch) | |
tree | 38247b31b502881ad026de586081d5f16c13cd19 /spec/flowchart.gv | |
parent | b739283eadb99934549c1cba466e7dc452b1047b (diff) | |
download | indeed-watcher-b09dd409c8a8f4a4d0ce690b9433007b2e44fe7c.tar.gz indeed-watcher-b09dd409c8a8f4a4d0ce690b9433007b2e44fe7c.tar.bz2 indeed-watcher-b09dd409c8a8f4a4d0ce690b9433007b2e44fe7c.zip |
cache system actually works now
Diffstat (limited to 'spec/flowchart.gv')
-rw-r--r-- | spec/flowchart.gv | 3 |
1 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"] |