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

adding filters #208

Closed alexanderchen750 closed 1 week ago

alexanderchen750 commented 1 week ago

One Filter at a Time #149

For certain filters, there will only be one active filter at a time. Filters that are deactivated:

player1ReturnFhBh: ['Forehand', 'Backhand'] player1ReturnPlacement: ['Down the Line', 'Crosscourt'] player1LastShotResult: ['Winner', 'Error'] player1LastShotFhBh: ['Forehand', 'Backhand'] player1LastShotPlacement: ['Down the Line', 'Crosscourt'] side: ['Deuce', 'Ad']

changes: only in FilterList.js

Adding exclusive list

Screenshot 2024-10-21 at 6 41 24 PM

Change to addFilter

Screenshot 2024-10-21 at 6 41 50 PM

When adding filter, check if its in exclusive list, and remove other option

Possibly: add exlusiveGroups to a service or nameMap