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

TX: Missing vote data #2494

Closed
jmillxyz opened this issue Aug 29, 2018 · 2 comments
Closed

TX: Missing vote data #2494

jmillxyz opened this issue Aug 29, 2018 · 2 comments

Comments

@jmillxyz
Copy link

jmillxyz commented Aug 29, 2018

Reference: open-austin/influence-texas#86

State: TX

Here's a bill that passed, but there's no vote labeled as the Senate's vote for passage https://openstates.org/tx/bills/85/HB245/

Why?

@mscarey

@lazarus1331
Copy link
Contributor

lazarus1331 commented Jan 28, 2019

There's no votes for any resolutions or bills from the latest v2 API for items that have been voted on either for the most recent session (86).

Here's data you can use in a Post to the graphql interface:
{ b1: bill(jurisdiction: "Texas", session: "86", identifier: "HR 1") { id identifier title classification updatedAt createdAt legislativeSession { identifier jurisdiction { name } } actions { date description classification } votes { edges { node { id } } } documents { date note links { url } } versions { date note links { url } } sources { url note } } b2: bill(id: "ocd-bill/7738b839-a80c-40d8-b900-ba7e411e2e5c") { id identifier title classification updatedAt createdAt legislativeSession { identifier jurisdiction { name } } actions { date description classification } documents { date note links { url } } versions { date note links { url } } votes { edges { node { id } } } sources { url note } } }

@lazarus1331
Copy link
Contributor

@showerst I'm still not seeing any votes showing up for bills or resolutions in TX. Is there something else we can look at?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants