Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of nested skills #3

Open
maikenp opened this issue Jan 24, 2020 · 0 comments
Open

Implementation of nested skills #3

maikenp opened this issue Jan 24, 2020 · 0 comments

Comments

@maikenp
Copy link

maikenp commented Jan 24, 2020

As discussed with @vingar and @caela we want to categorize the skills in the following way

skills:
   - prog_lang:
      - python
      - c++
      - someprog 
   - skilltype2:
      - pps
      - cmake

At the moment expanded the skills_found to a dictionary instead of a list as it was before.
I am also printing out the people found - I think that makes sense, not only to see where people are in the map. But we can discuss this.

What I implemented also is a dictionary holding the skill-keys and values, so instead of showing the skill-key in the All skills section one can have a more meaningful and prettier category:
{'prog_lang':'Programming languages','skilltype2':'Some other skill'}

This is how it looks with the changes implemented:
Screen Shot 2020-01-24 at 21 37 26

Merge request: #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant