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

Refatorar br.edu.ufcg.computacao.alumni.core.holders.LinkedinDataHolder.getAlumnusCurrentJob #39

Open
fubica opened this issue Feb 6, 2021 · 0 comments
Assignees

Comments

@fubica
Copy link
Contributor

fubica commented Feb 6, 2021

Esse método atualmente retorna um único job, mas é possível que o alumunus tenha vários current jobs. Esse método deveria retornar uma coleção de CurrentJob, ordenada pelo tempo de atividade no job, do maior para o menor. Por exemplo, se o alumnus A tem job1 (2019-current), job2 (2017-current), job3 (2018-current), a lista deveria retornar job2, job3, job1.

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

2 participants