henrylin03 / cv-generator

Curriculum vitae (CV) / job resume generator, written in ReactJS
https://generate-your-cv.netlify.app/
MIT License
0 stars 0 forks source link

feat: by default, education and professional experience entries are ranked in reverse chronological order #14

Open henrylin03 opened 1 month ago

henrylin03 commented 1 month ago

conditions

henrylin03 commented 1 month ago

this is proving difficult to capture all the situations where user enters end date but not start date, vice versa, both, or neither... I'm almost tempted to just enable sorting by end dates when they are provided, and if they are not provided, they are just added to the top of the list, and the user can just reorder it themselves (issue #15)

henrylin03 commented 1 month ago

moved into waiting to plan next steps

henrylin03 commented 1 month ago

consider making dates compulsory to avoid having to deal with entries without it, and how to display without them - #43

henrylin03 commented 1 month ago

consider making dates compulsory to avoid having to deal with entries without it, and how to display without them

i have begun doing this, however, there are some challenges with styling the month inputs on change of the value