-
Notifications
You must be signed in to change notification settings - Fork 3
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
Why are some bills missing tags on person detail? #97
Comments
Solutions (1) DELETE THESE BILLS FROM OCD and COUNCILMATIC DB Example of Chin Land Use Call-Up 2017-5950 I filtered for these bills on Chin's Legistar page - with no results: http://legistar.council.nyc.gov/PersonDetail.aspx?ID=42514&GUID=D275DF50-6FAE-446D-B1E7-8AE61BC1C0B8&Search= Note: I did find other versions of this bill, when searching for its text in the Legistar web interface. I suspect the tag-less bills are ones that NYC created in error, we scraped them, and then a NYC admin removed them. If so, we need to manually remove them from our databases. (2) WE DO NOT HAVE ENOUGH LOGIC FOR CREATING BILL TOPICS However, we do not have enough logic for generating topics, just for pseudo topics: https://github.com/datamade/django-councilmatic/blob/master/councilmatic_core/models.py#L277 With all that said, we do not facet the bills by "topic" in NYC as we do with Chicago and LA Metro. "Adding topic facets" strikes me as a separate issue and one to be included in the second SOW. For now, we could just add a "tag" that points to the "Controlling Body." Then, it is consistent with what we do in the search results: https://laws.council.nyc.gov/search/?q=&selected_facets=controlling_body_exact%3ACommittee%20on%20Finance @jeancochrane or @hancush - I'd love to discuss this with either of you, before implementation. |
It seems to me that NYC does a lot more altering/deleting of data than we're used to. Maybe we should escalate the priority of shoring up this known weakness of the data importers. |
Bills deleted! After our deploy on Friday morning, we'll have correct tags elsewhere. |
Person detail has tags, now. But I am now seeing some oddness with the items in the Legislation search tags (which I believe point to "pseudo-topics"...which we do not consistently index in Solr). I'll open a separate issue for this, and close this one. |
(1) Should these bills have tags?
(2) If not, do not show the tag icon.
The text was updated successfully, but these errors were encountered: