nba-remix icon indicating copy to clipboard operation
nba-remix copied to clipboard

Create a converter/mapper to the API

Open willianjusten opened this issue 3 years ago • 1 comments

The API has some stuff that is not so meaningful like ta, tc and so on, it would be interesting to create a mapper like:

teamName: tn,
teamCity: tc,
teamAcronym: ta

This would help our code to be more readable.

willianjusten avatar Feb 04 '22 23:02 willianjusten

A place that we would benefit having a mapper:

https://github.com/willianjusten/nba-remix/blob/36cc68b933df78c678047c72ff95da4f1bca7eae/app/routes/game/%24year/%24gameId.tsx#L48-L69

willianjusten avatar Mar 19 '22 13:03 willianjusten