-
Notifications
You must be signed in to change notification settings - Fork 4
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
Put amendment details on (at least Senate) votes #96
Comments
@konklone The amendment purpose is already displayed in the |
@konklone Ok, I've sketched out an |
We used to connect these at Sunlight by cross-referencing data sources, using the unitedstates bill data gatherer and the House vote data:
I left Sunlight before the THOMAS->USGPO switch happened, so I never fully validated the current stack, but the general approach should still be sound. |
That general approach is solid, but it's not perfect. For example, take House vote 431 this year, on an amendment from Brendan Boyle: http://clerk.house.gov/evs/2017/roll431.xml The House vote data only refers to it as No. 12, while the GPO file assigns it number 261 and makes no reference to No. 12 in the amendment purpose or description, as it does for other amendments. In my tests, there are > 100 House amendments in this situation in the current Congress. There's no obvious way to connect them that's not manual. |
We've added this, with the caveat that not every amendment vote will have those details due to the issue above. I've opened an issue with the GPO and will see what they say. |
Thank you! |
The vote lists have
bill
objects withtitle
andbill_id
fields, which is very helpful at displaying context around a vote.The Senate has amendment information associated with a vote, which would be helpful to include in an
amendment
field. For example:https://www.senate.gov/legislative/LIS/roll_call_votes/vote1151/vote_115_1_00017.xml
Getting the amendment ID, associated bill ID, and amendment purpose onto the vote object in vote list endpoints would be very helpful for clients wanting to show what a vote was about.
The text was updated successfully, but these errors were encountered: