feat: Adding Diplomas section + adding an OPTIONNAL tag_stuffing invisible section for ATS bamboozling
This commit is contained in:
@@ -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": []
|
||||
|
||||
Reference in New Issue
Block a user