Section Order
By default, sections appear in this order:- Personal Details (always first)
- Skills
- Experience
- Education
- Projects
- Achievements
- Languages
- References
Reordering Sections
Open the Section Sidebar
The section sidebar is visible on the left side of the CV Builder dashboard.
Drag to Reorder
- Hover over a section item
- Click and hold the grip icon (⋮⋮) on the left
- Drag the section up or down
- Release to place it in the new position
The “Personal Details” section is always locked at the top. It cannot be reordered since contact information must appear first on a resume.
Reset to Default Order
If you want to restore the original section order:- Look for the reset icon (↻) in the section sidebar header
- Click it to restore the default order
- All sections return to their original positions
Section Order Implementation
The section order is stored in thesectionOrder property of your CV data:
Default Order
Normalizing Section Order
CV Builder ensures the section order is always valid:Hiding Sections
You can hide sections that aren’t relevant for a particular job application. Hidden sections:- Don’t appear in the PDF export
- Don’t show in the live preview
- Are still saved in your data (can be unhidden later)
- Don’t count toward completion progress
How to Hide a Section
Click the Eye Icon
- Each section (except Personal Details) has an eye icon on the right
- Click the eye icon to toggle visibility
- Eye icon: Section is visible
- Eye-off icon: Section is hidden
Show Hidden Sections
To make a hidden section visible again:- Find the section with the eye-off icon in the sidebar
- Click the eye-off icon to show the section
- The section reappears in the preview
Show All Sections
If you’ve hidden multiple sections and want to show them all:- Click the eye icon in the sidebar header
- All hidden sections become visible
- This button only appears when sections are hidden
Hidden Sections Implementation
Hidden sections are tracked in thehiddenSections array:
Checking if a Section is Hidden
Getting Visible Sections
Section Visibility in the Sidebar
The section sidebar component handles reordering and visibility:- Drag and drop using Framer Motion’s
Reordercomponents - Visual indicators show hidden sections with strikethrough and reduced opacity
- Eye toggle for each section (except Personal Details which is locked)
- Progress tracking only counts visible sections
Use Cases for Section Management
Tailoring for Different Industries
Software Engineering Role:- Show: Skills, Experience, Projects, Education
- Hide: Achievements, Languages, References
- Order: Skills first to highlight technical abilities
- Show: Education, Experience, Achievements, References
- Hide: Projects, Skills
- Order: Education first, followed by publications
- Show: Projects, Skills, Experience
- Hide: Achievements, Languages
- Order: Projects first to showcase portfolio
Entry-Level Resume
If you’re early in your career:- Hide: Experience (if limited)
- Show: Education, Projects, Skills, Achievements
- Order: Education first, then Projects
Senior Professional Resume
For experienced professionals:- Show: Experience, Skills, Achievements
- Hide: Projects (unless particularly relevant)
- Order: Experience first, Skills second
Progress Tracking
The completion progress bar reflects only visible sections:- Don’t count as “incomplete” sections
- Don’t affect your overall completion percentage
- Don’t show in the progress indicator at the top of the sidebar
The progress bar shows completion for sections that will appear on your final resume. This helps you focus on filling out relevant sections.
Best Practices
Keyboard Accessibility
Section management is fully keyboard accessible:- Tab - Navigate between sections
- Enter/Space - Select a section or toggle visibility
- Arrow Up/Down - Move between sections
- Home/End - Jump to first/last section
- Escape - Close sidebar (if collapsible)
Next Steps
- Create version snapshots of different section configurations
- Add a profile image to enhance your Personal Details section
- Learn about authentication to save your customizations