Open nirm3l opened 5 years ago
Implement /top-players controller to return list of players containing informations (in similar way as we have standings for teams):
List should be sorted per goalsScored field. You can use new model TopPlayerValue (similar as we have StandingValue) to avoid using HashMap :)
Improve implementation, I push few TODOs.
Implement /top-players controller to return list of players containing informations (in similar way as we have standings for teams):
List should be sorted per goalsScored field. You can use new model TopPlayerValue (similar as we have StandingValue) to avoid using HashMap :)