codeforsanjose / Project-Ideas

Hey have an idea for a Project? Post it here! See the Waffle version here:
https://waffle.io/codeforsanjose/Project-Ideas
31 stars 7 forks source link

Write web app that displays a list of affordable-housing properties and associated code-enforcement cases #69

Open evankroske opened 8 years ago

evankroske commented 8 years ago

Write a web app in JavaScript, Python, or another language that displays a list of affordable-housing properties and provides a link to code-enforcement cases related to each property.

Resources

Related to #60

pvdharan commented 7 years ago

Is there a newer URL for the datasets?

evankroske commented 7 years ago

Yes, I've updated the URL.

pvdharan commented 7 years ago

Thanks. I talked to Kevin in the meet up here and he said that this would be a helpful app for the community. Also he mentioned that visualizing the list of affordable housing dataset itself would be useful for the community. So we are getting started with this. Is there any other project built as a python web app that I can steal for this project for a template?

evankroske commented 7 years ago

Instead of writing and hosting a web app, I was thinking that someone could write a script that produces an HTML file that we could host using GitHub Pages.

pvdharan commented 7 years ago

We almost have that script+html file. We will be checking in the code and will let you know. In the meantime, can you point me to another task similar to this (requiring python, webapp, data visualization etc.) that we can start reviewing?

Thanks, -Murali Dharan

On Sat, Jul 16, 2016 at 9:36 AM, Evan Kroske notifications@github.com wrote:

Instead of writing and hosting a web app, I was thinking that someone could write a script that produces an HTML file that we could host using GitHub Pages.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/codeforsanjose/Project-Ideas/issues/69#issuecomment-233138770, or mute the thread https://github.com/notifications/unsubscribe-auth/ATgUl5UXv5s8PoSESdqLMvnvKVHBO_87ks5qWQiLgaJpZM4HqInI .

mthong commented 7 years ago

FYI, here's the Housing department's map of affordable housing properties. http://csj-housing.appspot.com/index.html

pvdharan commented 7 years ago

Hi: The script+html file is https://github.com/ashwinmd/affordable-housing; Can you please review? we have a few qns: The POST request to the code violations website is not honored by the website due to some cross-origin server (CORS) violation. You can take the html file and click on the URL and view the javascript inspector to see the violation that is reported. However, the CURL command seems to work fine. The dataset has an excel spreadsheet with multiple tabs and we converted into 1 CSV file manually. Please review these and send us your comments.

evankroske commented 7 years ago

Could you create a pull request to add your code to the directory "affordable-housing-code-violations" in the following repository?

https://github.com/codeforsanjose/HackNightProjects

This project isn't big enough for its own repository. Here's how to create a pull request:

https://help.github.com/articles/using-pull-requests/