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

Add validator for tagger #180

Open awest25 opened 2 months ago

awest25 commented 2 months ago

Work with @cj and @pavan to create a validator that highlights errors as you tag.

This will be a function that's called in the tagging page every time a row is added (saved). It will take as input the table data, active row, as well as the match metadata. It will return an array of taggingError objects.

Each taggingError object will have:

awest25 commented 2 months ago

TODO: