Closed jonsnowpt closed 1 year ago
NOTES
[..]/player/mbaye-diagne/62258
-Hasura - "yersey_number": null
, butSportmonks "jersey_number": 9
. It seems that new Sportmonks data has thejersey_number
data, but ouroutdated
snapshot of players does not.
ADDITIONALLY
Looks likeSportmonks
has updated theirplayer.teams: [{yersey_number: ..}]
tojersey_number:
(spelled correctly). We will have tore-run
allplayers
data to reflect this, and update alltypes
tojersey_number
.
CHECKLIST
Backend C#
update new jersey_number
data point use;Scores Lib
update new jersey_number
data point use;Players Re-Updated
-> "totalCount": 377,811
(up from 243,879
)
@migbash
Let's wait for tomorrow's confirmation that everything is updated by sportmonks so that we can start the process of getting all data again.
@migbash
Players' update from Sportmonks is finished; we may proceed.