codeforkansascity / Neighborhood-Dashboard

We're working to help neighborhoods help themselves by giving them easy access to useful data to allow them to identify and track problem areas in their neighborhood.
https://neighborhood-dashboard.codeforkc.org/
MIT License
18 stars 9 forks source link

MVP ISSUES #thistimeitsreal #78

Closed AmandaWilsonKC closed 7 years ago

AmandaWilsonKC commented 7 years ago
  1. West Bottoms is not recognized as neighborhood
  2. There's no neighborhood data from Truman Rd to 19th, Troost to Paseo
  3. Silas will add more
JakeLaCombe commented 7 years ago

We would need to consult with @codeforkansascity/c4kc-core-team on this most likely. I can only work with the data provided by this API or the datasets that are offered to us.

AmandaWilsonKC commented 7 years ago

Additional MVP Updates:

  1. Add the source of each dataset in parenthesis - this info is already included in the "Filter Category Name" Column in the Dataset Attributes spreadsheet. E.g. - for the Vacant Lot dataset, it is listed as "Vacant Lot (KCMO Land Bank Property)" . "Vacant Lot" appears as the dataset in our app but we need to add "(KCMO Land Bank Property)" so people know the source of the data.

  2. Legend/key for the Vacancy tab.

  3. Add these datasets to the Vacant Indicators list on the Vacancy tab: Tax Delinquent (Jackson County), KCMO Dangerous Buildings (City of KCMO), and Failure to Register as Vacant, Vacant + Boarded - Property Violations (City of KCMO).

  4. What is "All Property Violations" dataset listed under the Vacant Indicators list?? This is not listed in the Dataset Attributes spreadsheet. Is it supposed to be the "Vacant + Boarded - Property Violations (City of KCMO)" dataset? The name of the dataset should be changed to how it is listed in the Dataset Attributes spreadsheet.

  5. What exactly are the two Demographic datasets being brought in? I thought we were bringing in 2008-2012 and 2010? Is that right? If so, the column names should be changed to reflect the exact date ranges.

  6. Can we list all of the individual code violations in the Legally Abandoned tooltip? Can we also have the full address (including city and zip) listed in the Legally Abandoned tooltip?

JakeLaCombe commented 7 years ago

@amandaCCF The two datasets are 2000 and 2010 Census Data. I take it you wish to have the comparison between the 2008-2012 ACS and the 2010 Census? If so, I'll need help getting that data. @silasck

JakeLaCombe commented 7 years ago

Some more questions @amandaCCF @silasck

  1. We have that in the legally abandoned data. I take it you want it added to the Vacant Indicators?

  2. We have that data on the left side already. Wouldn't it get confusing if we have the same data in two different locations?

  3. The All Property Violations is currently a filter that finds any other violations that we didn't specify on the left or right side. So if 'Overflowing Garbage' came up as a code violation and we didn't add it to our application, it would show up. Perhaps it should be renamed to other filters?

AmandaWilsonKC commented 7 years ago

@zmon and @rlh-aagis - vacancy data for several neighborhoods (Indian Mound, Scarritt) is not showing up. Help!

AmandaWilsonKC commented 7 years ago

Rename Demographic Column 2010 to 2008-2012 ACS. Keep 2000 Census column name.

JakeLaCombe commented 7 years ago

And here is the final addition, adding full address to the tooltip. This issue is finally wrapped up! https://github.com/codeforkansascity/Neighborhood-Dashboard/issues/89

As for displaying all the code violations, I think we are going into both technical and usability issues. Technically, it will take a long time to get all that data back from the service. Right now, we just return the counts, which is a much lower cost than returning the entire data. For Usability, our tooltips are getting pretty large, and having a scrollable tooltip is not recommended. It's defeating the purpose of the tooltip. We can definitely look at it more in the future, but it's best to leave it off for now.