mirror of
https://github.com/srbhr/Resume-Matcher.git
synced 2026-01-20 15:40:16 +00:00
- Added SectionMeta and CustomSection interfaces to manage dynamic sections in resumes. - Created DynamicResumeSection component to render custom sections based on metadata. - Updated ResumeData interface to include sectionMeta and customSections. - Refactored ResumeSingleColumn and ResumeTwoColumn components to utilize dynamic sections. - Introduced utility functions in section-helpers.ts for managing section metadata and visibility. - Enhanced frontend documentation to reflect changes in resume data structure and section management.