Skip to content

Commit 65299fe

Browse files
Merge pull request #663 from direct-framework/661-roles-update
Roles update
2 parents 61ae34a + 638a4d5 commit 65299fe

3 files changed

Lines changed: 698 additions & 675 deletions

File tree

main/static/assets/sample_data/sample_profile_1.json

Lines changed: 31 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,60 +10,71 @@
1010
],
1111
"user_data": [
1212
{
13-
"skill": "Writing code & knowledge of programming languages",
14-
"category": "Software engineering and development",
15-
"skill_level": 5
13+
"skill": "Programming",
14+
"category": "Software design and development",
15+
"subcategory": "Software engineering",
16+
"skill_level": 4
1617
},
1718
{
1819
"skill": "Software version control",
19-
"category": "Software engineering and development",
20-
"skill_level": 5
20+
"category": "Software design and development",
21+
"subcategory": "Software engineering",
22+
"skill_level": 4
2123
},
2224
{
23-
"skill": "Data/database management systems",
25+
"skill": "Data and database management",
2426
"category": "Information and data technologies",
27+
"subcategory": "Data engineering",
2528
"skill_level": 4
2629
},
2730
{
28-
"skill": "Statistics and probability",
31+
"skill": "Data analysis",
2932
"category": "Information and data technologies",
30-
"skill_level": 4
33+
"subcategory": "Data science and analytics",
34+
"skill_level": 3
3135
},
3236
{
3337
"skill": "Cloud computing",
34-
"category": "ICT infrastructures",
38+
"category": "Computing infrastructures and systems",
39+
"subcategory": "Cloud infrastructure",
3540
"skill_level": 3
3641
},
3742
{
38-
"skill": "Analysing / analytical skills / problem solving",
39-
"category": "Professional skills",
40-
"skill_level": 5
43+
"skill": "Analytical skills and problem solving",
44+
"category": "Professional and people skills",
45+
"subcategory": "Personal skills",
46+
"skill_level": 4
4147
},
4248
{
43-
"skill": "Time management / balancing competing project demands",
44-
"category": "Professional skills",
49+
"skill": "Time management and context switching",
50+
"category": "Professional and people skills",
51+
"subcategory": "Personal skills",
4552
"skill_level": 4
4653
},
4754
{
48-
"skill": "Mentoring & coaching",
49-
"category": "Leadership & management",
55+
"skill": "Mentoring and coaching",
56+
"category": "Leadership and management",
57+
"subcategory": "Leadership",
5058
"skill_level": 3
5159
},
5260
{
5361
"skill": "Domain-specific background knowledge",
54-
"category": "Domain expertise & research",
62+
"category": "Domain expertise and research",
63+
"subcategory": "Domain knowledge",
5564
"skill_level": 4
5665
},
5766
{
58-
"skill": "Reading & understanding research papers",
59-
"category": "Domain expertise & research",
67+
"skill": "Finding, understanding and synthesising relevant information",
68+
"category": "Domain expertise and research",
69+
"subcategory": "Research skills",
6070
"skill_level": 3
6171
},
6272
{
6373
"skill": "Technical writing",
6474
"category": "Communication",
75+
"subcategory": "Verbal and written communication",
6576
"skill_level": 4
6677
}
6778
]
6879
}
69-
]
80+
]

0 commit comments

Comments
 (0)