caciviclab / disclosure-backend-static

Campaign finance data powering Open Disclosure California
https://caciviclab.org/odca-jekyll/
15 stars 14 forks source link

Committee contributions are not separated by election #279

Closed mikeubell closed 10 months ago

mikeubell commented 4 years ago

Unlike other data, like candidates, referemdums, etc. committees are all in one directory rather than in locale/date. This causes contributions to a committee in one cycle appear in all cycles. We can change this in the backend but I'm not sure what needs to happen in the front end.

mikeubell commented 10 months ago

Fixed by tagging committee contributions by their election and then sorting on election descending.