You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we're going to build a feature using an endpoint that hasn't been on fec.gov before, we should take some time to look for major data issues before the feature goes live. The totals on /totals/pac-party/ should match the totals on the committee profile page, which come from /committee/<committee_id>/totals/. We could spot-check the data or write a script similar to https://github.com/lbeaufort/scripts/blob/master/compare_candidate_totals.py.
Optionally we could also research why we pulled PACs from the raising by the numbers page - what data issues existed?
Completion criteria
(What does the end state look like - as long as this task(s) is done, this work is complete)
Check to make sure the totals in /totals/pac-party/ match the totals on /committee/<committee_id>/totals/
lbeaufort
changed the title
Test the data for /totals/pac-party/
Test the data for the /totals/pac-party/ endpoint
Jun 4, 2021
lbeaufort
changed the title
Test the data for the /totals/pac-party/ endpoint
Test the data for the /totals/pac-party/ (/totals/{committee_type}/) endpoint
Jun 4, 2021
What we’re after
If we're going to build a feature using an endpoint that hasn't been on fec.gov before, we should take some time to look for major data issues before the feature goes live. The totals on /totals/pac-party/ should match the totals on the committee profile page, which come from /committee/<committee_id>/totals/. We could spot-check the data or write a script similar to https://github.com/lbeaufort/scripts/blob/master/compare_candidate_totals.py.
Optionally we could also research why we pulled PACs from the raising by the numbers page - what data issues existed?
Completion criteria
(What does the end state look like - as long as this task(s) is done, this work is complete)
References/resources/technical considerations
Candidate totals checking script: https://github.com/lbeaufort/scripts/blob/master/compare_candidate_totals.py.
The text was updated successfully, but these errors were encountered: