CouncilDataProject / cdptools_v2

Tools you can use to interact with and run Council Data Project instances.
Other
7 stars 9 forks source link

Optimize voting records #91

Closed evamaxfield closed 3 years ago

evamaxfield commented 4 years ago

If we want to have full filtering options on voting records on the website we will need to rework or make a "processed_voting_records" table so that we can actually send queries directly to the database instead of doing the filtering on the client-side.