-
Notifications
You must be signed in to change notification settings - Fork 469
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
Vermont: showing 3 extra House members #2024
Comments
I'd check districts with recent special elections - see if the old rep is still there. |
In addition to the duplicate of Rep. Morris, I found 4 legislators on OS who are not on the VT site, and 2 legislators on the VT site who are not on OS. Starting with 3 too many it looks like the math works: On VT Leg, not OS: Christopher Mattos / Chittenden-10 James Harrison / Rutland-Windsor-1 On OS, not VT Leg: Ronald Hubert / Chittenden-10 Job Tate / Rutland-Windsor-1 Adam Greshin / Washington-7 Oliver Olsen / Windham-Bennington-Windsor Here's the link to Rep. Morris: |
A clean scrape does all of these correctly, afaict, but maybe there's some key field missing. I've compared the Mattos record with a working one and don't see an issue. For Mattos: people record{
"gender": "", "summary": "", "name": "Christopher Mattos", "other_names": [],
"_id": "6ca675d4-e745-11e7-90a2-0242ac120003", "national_identity": "",
"links": [{"url": "http://legislature.vermont.gov/people/single/2018/29153", "note": ""}],
"birth_date": "", "death_date": "", "contact_details": [
{
"note": "Capitol Office",
"value": "Vermont State House\n115 State Street\nMontpelier, VT 05633", "type": "address"
}, {"note": "Capitol Office", "value": "[email protected]", "type": "email"},
{"note": "District Office", "value": "37 Smith Rd.\nMilton, VT 05468", "type": "address"},
{"note": "District Office", "value": "(802) 922-2059", "type": "voice"}
], "image": "https://legislature.vermont.gov/assets/Documents/Legislators/CMattos.jpg",
"biography": "", "sources": [
{"url": "http://legislature.vermont.gov/people/loadAll/2018", "note": ""},
{"url": "http://legislature.vermont.gov/people/single/2018/29153", "note": ""}
], "identifiers": [], "extras": {}
} person membership record{
"person_name": "Christopher Mattos", "start_date": "", "contact_details": [],
"_id": "6ca67d2c-e745-11e7-90a2-0242ac120003", "post_id": null, "role": "member", "label": "",
"extras": {}, "links": [], "on_behalf_of_id": null,
"person_id": "6ca675d4-e745-11e7-90a2-0242ac120003", "end_date": "",
"organization_id": "~{\"classification\": \"party\", \"name\": \"Republican\"}"
} house membership record{
"person_name": "Christopher Mattos", "start_date": "", "contact_details": [],
"_id": "6ca67a84-e745-11e7-90a2-0242ac120003",
"post_id": "~{\"label\": \"Chittenden-10\", \"organization__classification\": \"lower\"}",
"role": "", "label": "", "extras": {}, "links": [], "on_behalf_of_id": null,
"person_id": "6ca675d4-e745-11e7-90a2-0242ac120003", "end_date": "",
"organization_id": "~{\"classification\": \"lower\"}"
} I had a great theory that they were only messing up in districts with two representatives, but the last one, Oliver Olsen, is a solo rep. |
Thanks @estaub - however I'm not an engineer so the code there is over my head. RE: Rep. Oliver Olsen - His replacement was just named today, so I'm sure that new entry will appear in VT's legislative website soon. I also noticed OpenStates is now showing only two extra legislators, but I'm unsure if anyone has made any changes yet (this ticket isn't assigned to anyone) or if something has just resolved on it's own. Pardon the ignorance here, but I'm unsure whether you're comment is suggesting I make the edits myself (which regrettably I'm unable to do), or you're suggesting some changes to whomever may be assigned to this ticket at some point, or you're offering to make some changes yourself? Sorry for the confusion, trying to figure out next steps... |
@benjamin-brown I'm a junior contributor, went as far as I can with it, and wanted to leave notes for whoever ends up picking it up. |
Thanks for the clarification, @estaub ! And for the help! |
@mileswwatkins got this one fixed! |
Looks like you're showing 153 House members when there should only be 150.
I could only find one duplicate (Ruqaiyah Morris in Bennington-2-2)
Not sure about the other two. I'll amend this ticket if I find them.
The text was updated successfully, but these errors were encountered: