-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Research LOE for historical committee treasurer search #3555
Comments
From a backend perspective, this would require minimal/no changes. Historical treasurer data can be found using the committee/{committee_id}/history/ endpoint. The underling materialized view, ofec_committee_history_mv, contains the history for all committees regardless of source (paper/electronic). Here is an example query: https://api.open.fec.gov/v1/committee/C00213512/history/?page=1&per_page=20&election_full=true&sort=-cycle&sort_hide_null=false&sort_null_only=false&sort_nulls_last=false&api_key=DEMO_KEY We also could create a new endpoint that contains a subset of information from ofec_committee_history_mv using the columns The changes needed to be able to search for historic committee treasurers would be mostly front-end. |
Summary
As a user, I want to be able to search for historic committee treasurers so that I can get a complete view of a committee's treasurer history.
Current Situation
The committee treasurer historical information is only available on the committee profile page and it is not searchable. You need to go through each two-year period to find out what to do.
https://www.fec.gov/data/committee/C00213512/?tab=about-committee&cycle=2008
https://www.fec.gov/data/committee/C00213512/?tab=about-committee
Completion Criteria
The text was updated successfully, but these errors were encountered: