Get a list of the skills for the jobpost
Keep only the skills necessary for the jobpost for each candidate.
Order the list in the same way so I can display the skillLevel relative to the skills in question.
Add a skillDTO with the id of the skill and a level of 0 in case it doesn't exist for the candidate.
Get a list of the skills for the jobpost Keep only the skills necessary for the jobpost for each candidate. Order the list in the same way so I can display the skillLevel relative to the skills in question. Add a skillDTO with the id of the skill and a level of 0 in case it doesn't exist for the candidate.