CouncilDataProject / seattle_v2

Website for interacting with Seattle's instance of CDP
https://councildataproject.github.io/seattle
BSD 3-Clause "New" or "Revised" License
5 stars 6 forks source link

Add filtering options to the voting records table for person view #18

Open evamaxfield opened 5 years ago

evamaxfield commented 5 years ago

Having the entire voting record for each person readily available is great but it is hard to navigate or filter down to what a person may be looking for. If next to each column header there was the option to filter down the contents of the table based off the values in the column that would be greatly appreciated.

tohuynh commented 5 years ago

Thanks again for your contribution! This looks great and I am going to approve and merge. Do you have any ideas as to how well the current system will work with #18?

I think there might be a few modifications needed to implement #18. Or maybe just create two VotingTables, one for event and one for person. I might have to use react-virtualized again, because we want the votes to appear right away on filter. For example, the user might want to search the 'name' column and on any change to the search input, we want to re-render the list.