feat: Adding Diplomas section + adding an OPTIONNAL tag_stuffing invisible section for ATS bamboozling

This commit is contained in:
gauvainboiche
2026-07-25 15:15:02 +02:00
parent 577d2af30f
commit 0d34fcafc1
8 changed files with 161 additions and 79 deletions
+2 -1
View File
@@ -4,9 +4,10 @@ from pathlib import Path
DATA_DIR = Path(__file__).parent / "data"
REQUIRED_FILES = {
"identity.json": ["first_name", "last_name", "email"],
"identity.json": ["first_name", "last_name", "email", "keywords"],
"context.json": ["title", "summary"],
"experiences.json": [],
"diplomas.json": [],
"languages.json": [],
"hobbies.json": [],
"hyperlinks.json": []