resume-schema icon indicating copy to clipboard operation
resume-schema copied to clipboard

Features ideas

Open charafsalmi opened this issue 1 year ago • 4 comments

These ideas may have already been suggested before, but I try to list them all here. I wonder if this project is still actively maintained though. I see some very ancient pull requests, and many topics without responses.

Ideas:

  • Image support for work type, education, photo, certificate, etc. It would be an optional base64 data uri.
  • Education: add support for description field, grade field, honors field, projects fields, and recommendations field
  • Add support for "referenceId" field for any of the categories (skills, education, etc.)
  • Add support for linking skills to education or works using this referenceId as array
  • An endorsement may look like {endorser: {name: string, date: string, company: string}, description: string, referenceId: string}
  • Add support for "endorsements" field for position, education, and skills by adding an array of referenceIds to the endorsers
  • Add a locale field, to specify the language of this resume
  • Add license number field and description field to certificate
  • Dates should be an object like {startDate: string, endDate?: string} or may be more complicated by using {day?: string, month?: string, year: string} instead of string.
  • Add CEFR field to language

charafsalmi avatar Sep 26 '23 09:09 charafsalmi