Skip to content
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

Closed
3 tasks done
Tracked by #139
patphongs opened this issue Feb 18, 2020 · 1 comment
Closed
3 tasks done
Tracked by #139

Research LOE for historical committee treasurer search #3555

patphongs opened this issue Feb 18, 2020 · 1 comment
Assignees
Milestone

Comments

@patphongs
Copy link
Member

patphongs commented Feb 18, 2020

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
Screen Shot 2020-02-18 at 11 54 12 AM

https://www.fec.gov/data/committee/C00213512/?tab=about-committee
Screen Shot 2020-02-18 at 11 53 25 AM

Completion Criteria

  • Research this issue to give us a start on addressing the request that was made in the recent website initiative (2023).
  • Documentation put in the comments why this may be difficult to accomplish (paper filers, other reasons) and things to consider
  • List made of what data would be needed to track this going forward.
@dorothyyeager dorothyyeager added this to the Sprint 23.6 milestone Dec 20, 2023
@dorothyyeager dorothyyeager changed the title Historical committee treasurer search Research LOE for historical committee treasurer search Dec 20, 2023
@patphongs patphongs moved this to Sprint backlog in Website project Feb 23, 2024
@johnnyporkchops johnnyporkchops moved this from 🔜 Sprint backlog to 📥 Assigned in Website project Mar 12, 2024
@tmpayton tmpayton moved this from 📥 Assigned to 🏗 In Progress in Website project Mar 14, 2024
@tmpayton tmpayton moved this from 🏗 In Progress to 🗄️ PI backlog in Website project Mar 14, 2024
@tmpayton tmpayton removed the status in Website project Mar 14, 2024
@tmpayton tmpayton moved this to 🗄️ PI backlog in Website project Mar 14, 2024
@tmpayton tmpayton removed the status in Website project Mar 14, 2024
@tmpayton tmpayton removed the status in Website project Mar 14, 2024
@tmpayton tmpayton removed the status in Website project Mar 14, 2024
@tmpayton tmpayton moved this to 🗄️ PI backlog in Website project Mar 14, 2024
@tmpayton tmpayton moved this to 🗄️ PI backlog in Website project Mar 14, 2024
@tmpayton tmpayton moved this to 🗄️ PI backlog in Website project Mar 14, 2024
@tmpayton tmpayton removed the status in Website project Mar 14, 2024
@tmpayton tmpayton removed the status in Website project Mar 14, 2024
@tmpayton tmpayton moved this to 🗄️ PI backlog in Website project Mar 14, 2024
@tmpayton tmpayton moved this to 🏗 In Progress in Website project Mar 14, 2024
@tmpayton
Copy link
Contributor

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 committee_id, cycle, and treasurer_name . The level of effort for this would be minimal.

The changes needed to be able to search for historic committee treasurers would be mostly front-end.

@github-project-automation github-project-automation bot moved this from 🏗 In Progress to ✅ Done in Website project Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: ✅ Done
Development

No branches or pull requests

5 participants