willayy / DAT257-Agile

Agile project in DAT257
1 stars 0 forks source link

CardInfo in listView.tsx is invalid #26

Closed willayy closed 6 months ago

willayy commented 6 months ago

The CardInfo interface in the listView is an exact copy of the one in dataFetching.ts, this is unnecessary, easy to fix, and could possibly compromise the fetched data because it could sneak in differences in the one made in listView compromising the fetched data.

I know this probably was a result of the interface in dataFetching not existing when the code was written.