merimmurtic / bh-fantasy

0 stars 0 forks source link

Implement /top-players controller to return list of players containing informations (in similar way as we have standings for teams): #5

Open nirm3l opened 5 years ago

nirm3l commented 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 :)

nirm3l commented 5 years ago

Improve implementation, I push few TODOs.