jsonresume / resume-schema

JSON-Schema is used here to define and validate our proposed resume json
http://jsonresume.org
MIT License
2.12k stars 277 forks source link

Do you plan to make a meta category for the skills? #408

Open real-felix opened 3 years ago

real-felix commented 3 years ago

I'm a contractor, and people may be interested in my profile for multiple reasons, so my resume is organized by roles or skills categories.

Here is an example:

# Development

.NET Core platform | ASP.NET, C#, F#
Code quality       | TDD, Code Review, Peer programming
Front-end          | Javascript, Typescript, Angular

# Operations

CI/CD              | VSTS/Azure DevOps, Gitlab CI/CD
Scripting          | Powershell, Bash
Cloud services     | Azure, AWS

As you see, I use your schema skills + keywords, but with the difference that I organize them by categories so that the potential client can find the relevant section easily, and the roles I could fit in.

  1. Is it possible to organize my resume that way with the current schema? Maybe I've missed something,
  2. If it's not possible, do you plan to make the schema evolve that way?

Just a little precision: in my country (not sure about elsewhere), when it comes to IT contracts, the "resume" isn't really a resume, we call it a "skills portfolio" (translated literally). It is more detailed, and it can spans to 3 or 4 pages, so that the client can have all the needed information about the profile.

shaedrich commented 3 months ago

Additionally, I would like to be able to filter by this category (e.g. when using the registry, per query parameter)