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

Problem identification #80

Closed silasck closed 7 years ago

silasck commented 7 years ago

The site needs to be tested, poked around on, and otherwise messed with in order to identify problems, bugs, or errors.

AmandaWilsonKC commented 7 years ago

There are number of neighborhoods that are showing ZERO legally abandoned properties. That can't be right. Troubleshoot neighborhoods: Scarritt, North Indian Mound, South Indian Mound, Washington Wheatley.

JakeLaCombe commented 7 years ago

@AmandaWilsonKC I believe it is an issue with the address api. I'm not seeing data for several neighborhoods.

@zmon can we sync up soon? I want to make sure I'm consuming the API correctly. The line of code to retrieve addresses can be found here. https://github.com/codeforkansascity/Neighborhood-Dashboard/blob/master/app/models/neighborhood.rb#L23

gregbonner commented 7 years ago

This turned out to be a data issue in the AddressAPI. Some of our neighborhoods are spelled differently in the database than their official names. I'll let you know when we have this fixed on our end.

JakeLaCombe commented 7 years ago

Looks like all the work is done here for this issue. Closing