mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 08:36:25 +00:00
docs(scraper): drop the phantom 'evaluated' status from seen_jobs.json vocabulary (#316)
The schema documented new/skipped/evaluated/ranked/expired, but 'evaluated' has had no writer and no reader since the initial release, and post-#269 the tracker owns all lifecycle state after drafting. Also tightens /rank Step 1's '--all' wording, which leaned on an 'applied' status the schema deliberately lacks. Closes #315
This commit is contained in:
@@ -136,7 +136,7 @@ For each new job, do a rapid fit check (NOT the full evaluation from `04-job-eva
|
||||
"url": "...",
|
||||
"first_seen": "YYYY-MM-DD",
|
||||
"fit": "high/medium/low",
|
||||
"status": "new/skipped/evaluated/ranked/expired",
|
||||
"status": "new/skipped/ranked/expired",
|
||||
"portal": "<source portal skill, e.g. jobindex-search>"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user