Skip to content

Do not sort skills alphabetically #118

Description

@aless80

The current implementation groups the listed skills in groups (in the example below "Languages" and "Web") and sorts the skills alphabetically.

technical_skill = [
# Languages
"Python", "Javascript", "Fortran",
# Web
"HTML", "CSS"
]

As a result:

Technical Skills
Tools: CSS, HTML
Languages: Fortran, Javascript, Python

This leads to unwanted results, e.g. Fortran and CSS coming before and getting more attention than Python and HTML. A workaround I am using is to hack tech_skills.toml or cvcreator's code.

Let's get rid of the alphabetical sorting and trust the user on the ordering of the skills

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions