Add structured CV editor to profile page

This commit is contained in:
2026-03-28 15:08:43 +01:00
parent 8f8a34ad9c
commit 5f14490ead
4 changed files with 474 additions and 57 deletions
+41
View File
@@ -206,6 +206,47 @@ export const translations = {
profileCvStructureParsed: "CV structure analyzed.",
profileCvStructureParseFailed: "Failed to analyze CV structure.",
profileCvStructureEmpty: "No parsed sections yet.",
profileCvStructuredEditor: "Structured CV editor",
profileCvStructuredEditorHelp: "Edit reusable CV data directly so generators and matching can work from stable fields instead of raw text alone.",
profileCvContactFullName: "Full name",
profileCvContactHeadline: "Professional headline",
profileCvContactEmail: "Contact email",
profileCvContactPhone: "Phone",
profileCvContactLocation: "Location",
profileCvContactWebsite: "Website",
profileCvContactLinkedIn: "LinkedIn",
profileCvStructuredSummary: "Summary bullets",
profileCvStructuredSkills: "Core skills",
profileCvStructuredInterests: "Interests",
profileCvStructuredLanguages: "Languages",
profileCvStructuredJobs: "Work experience",
profileCvStructuredEducation: "Education",
profileCvStructuredOtherSections: "Other sections",
profileCvStructuredAddLanguage: "Add language",
profileCvStructuredAddJob: "Add job",
profileCvStructuredAddEducation: "Add education",
profileCvStructuredAddOtherSection: "Add section",
profileCvStructuredRemove: "Remove",
profileCvStructuredListHelp: "One item per line.",
profileCvStructuredEmpty: "Nothing added yet.",
profileCvLanguageName: "Language",
profileCvLanguageLevel: "Level",
profileCvLanguageNotes: "Notes",
profileCvJobTitle: "Job title",
profileCvJobCompany: "Company",
profileCvJobLocation: "Location",
profileCvJobStart: "Start",
profileCvJobEnd: "End",
profileCvJobBullets: "Job bullets",
profileCvJobSkills: "Job skills",
profileCvEducationQualification: "Qualification",
profileCvEducationInstitution: "Institution",
profileCvEducationLocation: "Location",
profileCvEducationStart: "Start",
profileCvEducationEnd: "End",
profileCvEducationDetails: "Education details",
profileCvOtherSectionTitle: "Section title",
profileCvOtherSectionItems: "Section items",
profileCvSectionWordCount: "{count} words",
profileCvSectionToolsHelp: "Generate sharper versions of one CV section at a time before pasting them back into your master CV.",
profileCvSectionLabel: "Section",