willianjusten / nba-remix

A simple app to show NBA games and scores/details.
https://nba.willianjusten.com.br
210 stars 31 forks source link

Create a converter/mapper to the API #16

Open willianjusten opened 2 years ago

willianjusten commented 2 years ago

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 commented 2 years ago

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