fresh-standard / fresh-resume-schema

A rational schema for your résumé or CV.
https://resume.freshstandard.org
MIT License
548 stars 25 forks source link

Certifications array field #15

Open drkarl opened 8 years ago

drkarl commented 8 years ago

I was thinking that maybe it would be worth to have a separate Certifications array field instead of including the certifications along with college degrees.

hacksalot commented 8 years ago

We can add this as a convenience property. The education section is meant to be generic enough to handle all education types: college degrees, certifications, trade/vocational, future education types not known.

With this change, r.certifications would return an array of all certifications found on the resume, whether they were specified via the certifications array or as education entries with category certification. This would be available on the authoring side as well; given a certification, you could put it in the education section with type certification or drop it directly into certifications and the type is implicit. These would be equivalent from a processing and display standpoint.