ashToronto / career_crafter_pro

A resume theming and career building web app
1 stars 0 forks source link

technical restructure front end resume layouts pdf/haml component architecture #70

Closed ashToronto closed 2 weeks ago

ashToronto commented 2 weeks ago

spike (investigation) - benefits of removing the partials/components in layouts/resumes and injecting all code into their parent components.

This means that the parent component will act as the "main source of truth" - all of its code is isolated to a single haml _index file and a single associated wicked_pdf_stylesheet - scrap reusability for design flexibility.