bruin-tennis-consulting / match-manager

A web app for custom tennis match playback, allowing coaches to easily filter and search points by attributes for film review.
https://match-viewing-dashboard.web.app
8 stars 8 forks source link

Align data schemes in Match Viewer #214

Open Fredenck opened 1 week ago

Fredenck commented 1 week ago

currently, MatchTiles populates information with the old data format. Use the new data format to correctly populate the tiles. I would do this by adding a console.log(match) to matches/[slug]/page.js to see the new format. Then, just update all erroring fields.

This should be very easy; I believe we will be able to remove the outdated services/extractSetScores.js as this data is directly in the Firebase now :)