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

Capture committee information when processing data.json for bills #300

Closed
aih opened this issue Apr 9, 2021 · 4 comments
Closed

Capture committee information when processing data.json for bills #300

aih opened this issue Apr 9, 2021 · 4 comments
Assignees

Comments

@aih
Copy link
Collaborator

aih commented Apr 9, 2021

image

@aih aih self-assigned this Apr 9, 2021
@aih
Copy link
Collaborator Author

aih commented Apr 12, 2021

This is now implemented; the committee_dict of each bill has the following form:

[{"activity": ["referral"], "committee": "Senate Banking, Housing, and Urban Affairs", "committee_id": "SSBK", "subcommittee": "", "subcomittee_id": ""}, {"activity": ["discharged", "referral"], "committee": "House Education and Labor", "committee_id": "HSED", "subcommittee": "", "subcomittee_id": ""}, {"activity": ["reporting", "markup", "referral"], "committee": "House Financial Services", "committee_id": "HSBA", "subcommittee": "", "subcomittee_id": ""}]

@aih
Copy link
Collaborator Author

aih commented Apr 12, 2021

Merged to main, but not yet deployed:
image

@aih
Copy link
Collaborator Author

aih commented Apr 13, 2021

Deployed for some bills:
http://billmap.govtrack.us/bills/117hr625

image

@aih
Copy link
Collaborator Author

aih commented Apr 14, 2021

Deployed for all bills.

@aih aih closed this as completed Apr 14, 2021
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

1 participant