We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Incorrect totals for /candidates/totals for some candidates, impacting raising/spending dropdowns.
Look at Doug Jones, Luther Strange, Roy Moore, Karen Hendel, Greg Gianaforte
cc: @AmyKort @patphongs
Data tracking in progress https://docs.google.com/spreadsheets/d/1NUlhWZ6aHvNNSugPk3BWemDQSZn3pimjbqW_4IC_cnw/edit#gid=1784243483
Example: Doug Jones, Raised
Incorrect totals in API call: https://api.open.fec.gov/v1/candidates/totals/?api_key=DEMO_KEY&per_page=20&page=1&candidate_id=S0AL00156&cycle=2018
TotalsCandidateView
ofec_candidate_totals_with_0s_mv
ofec_candidate_totals_mv
ofec_cand_cmte_linkage_mv
The text was updated successfully, but these errors were encountered:
Resolves #3196. Fix ofec_candidate_totals_mv doubling off-year specia…
b0b6b2b
…l candidate totals
lbeaufort
No branches or pull requests
Incorrect totals for /candidates/totals for some candidates, impacting raising/spending dropdowns.
Look at Doug Jones, Luther Strange, Roy Moore, Karen Hendel, Greg Gianaforte
cc: @AmyKort @patphongs
Data tracking in progress https://docs.google.com/spreadsheets/d/1NUlhWZ6aHvNNSugPk3BWemDQSZn3pimjbqW_4IC_cnw/edit#gid=1784243483
Example: Doug Jones, Raised
Incorrect totals in API call:
https://api.open.fec.gov/v1/candidates/totals/?api_key=DEMO_KEY&per_page=20&page=1&candidate_id=S0AL00156&cycle=2018
TotalsCandidateView
ofec_candidate_totals_with_0s_mv
which relies onofec_candidate_totals_mv
ofec_candidate_totals_mv
has incorrect totals for Doug Jones (S0AL00156)ofec_cand_cmte_linkage_mv
- off-year special election candidates will have two entries for 2018 in there.Impacted areas:
The text was updated successfully, but these errors were encountered: