QAC-Portal/QA-Portal

Slightly Refactor Skills - CV api

Aperta

#183 aperta il 18 dic 2019

 (2 commenti) (0 reazioni) (0 assegnatari)Java (5 fork)auto 404
Low PriorityUIgood first issuejava

Metriche repository

Star
 (2 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Currently in the CV api, under CvVersion.java, a person's skills are initialised as type List<Skills>.

However, Skills itself is an object made up of a list of skills. It's my understanding that everything can actually be contained within one Skills object, rather than a list of them (a list of lists).

This issue would involve:

  • changing the allSkills variable in CvVersion to be of type Skills rather than List<Skills>

  • making sure nothing breaks in the process

  • rewriting the few CV api tests that refer to the allSkills variable

Guida contributor