H-BAHDON / class-of-our-own

At Code Your Future, trainee progress is tracked on a trainee tracker against milestones set by the Director of Education. But each trainee at CYF is on their own personal journey towards employment, and should really set their own milestones on their own roadmap.
MIT License
2 stars 1 forks source link

[US-4] Fetch codewars rank via Codewars API #74

Closed alexeyschepin closed 11 months ago

alexeyschepin commented 11 months ago

Use codewars API to fetch trainee's rank. A trainee can be identified by traineeCodewarsUsername attribute in User model. Codewars API doesn't require authentication. You don't need any secrets or tokens. Make a separate class that responsible only for fetching a codewars rank. Look at this article on how to implement service classes.