WhiteHouse / ndoch-hackathon

15 stars 14 forks source link

Personal issue dashboard #3

Open jessebeach opened 11 years ago

jessebeach commented 11 years ago

This Dashboard would:

sinak commented 11 years ago

Hey Jesse! Really interested in this project, do you know if there's been much progress?

jessebeach commented 11 years ago

No progress so far Sina. I'll try to get a simple Backbone framework running for Saturday so we can build from it. I'll need someone with experience working on back end technologies. I feel comfortable working on the front-end stuff.

sinak commented 11 years ago

I'm definitely not a backend person either, though I wonder how much of it is possible through javascript. I'm going to try and throw together the basics of my petition -> legislator constituent project today, we'll see how it goes!

jessebeach commented 11 years ago

I'm not sure how we'd do the AJAXy stuff to get data without running in cross site domain restrictions unless we had a server component to do the requests for us.

-- J. Renée Beach

github https://github.com/jessebeach/ | twitterhttp://twitter.com/#!/jessebeach | facebook http://www.facebook.com/jesse.beach | linkedinhttp://www.linkedin.com/in/jessebeach| blog http://www.qemist.us

On Thu, May 30, 2013 at 2:55 PM, Sina notifications@github.com wrote:

I'm definitely not a backend person either, though I wonder how much of it is possible through javascript. I'm going to try and throw together the basics of my petition -> legislator constituent project today, we'll see how it goes!

— Reply to this email directly or view it on GitHubhttps://github.com/WhiteHouse/ndoch-hackathon/issues/3#issuecomment-18700436 .

sinak commented 11 years ago

Check out kanarinka.brownbag.me/petitionmap/index.html# (Source is on Github) - they seem to be able to do it successfully, no?

Sina Khanifar* | *+1 (949) 878 8202 | Twitter: @sinakhttp://twitter.com/sinak | LinkedIn http://linkedin.com/in/sinakhanifar

On Thu, May 30, 2013 at 12:14 PM, J. Renée Beach notifications@github.comwrote:

I'm not sure how we'd do the AJAXy stuff to get data without running in cross site domain restrictions unless we had a server component to do the requests for us.

-- J. Renée Beach

github https://github.com/jessebeach/ | twitterhttp://twitter.com/#!/jessebeach | facebook http://www.facebook.com/jesse.beach | linkedinhttp://www.linkedin.com/in/jessebeach| blog http://www.qemist.us

On Thu, May 30, 2013 at 2:55 PM, Sina notifications@github.com wrote:

I'm definitely not a backend person either, though I wonder how much of it is possible through javascript. I'm going to try and throw together the basics of my petition -> legislator constituent project today, we'll see how it goes!

— Reply to this email directly or view it on GitHub< https://github.com/WhiteHouse/ndoch-hackathon/issues/3#issuecomment-18700436>

.

— Reply to this email directly or view it on GitHubhttps://github.com/WhiteHouse/ndoch-hackathon/issues/3#issuecomment-18701552 .

jmandzik commented 11 years ago

The WtP API is CORS compliant, which you can do entirely client side. Other APIs are always a crap shoot whether or not they send the right header. I can help out with a backend if need be; I'm fastest in node.js and PHP (in that order) and am happy to lend a hand if that's tech you guys don't mind working with.

I'm not super solid on design, but I can whip up angularjs client side apps like its my day job (because it is :) )

On Thu, May 30, 2013 at 3:17 PM, Sina notifications@github.com wrote:

Check out kanarinka.brownbag.me/petitionmap/index.html# (Source is on Github) - they seem to be able to do it successfully, no?

Sina Khanifar* | *+1 (949) 878 8202 | Twitter: @sinakhttp://twitter.com/sinak | LinkedIn http://linkedin.com/in/sinakhanifar

On Thu, May 30, 2013 at 12:14 PM, J. Renée Beach notifications@github.comwrote:

I'm not sure how we'd do the AJAXy stuff to get data without running in cross site domain restrictions unless we had a server component to do the requests for us.

-- J. Renée Beach

github https://github.com/jessebeach/ | twitterhttp://twitter.com/#!/jessebeach | facebook http://www.facebook.com/jesse.beach | linkedinhttp://www.linkedin.com/in/jessebeach| blog http://www.qemist.us

On Thu, May 30, 2013 at 2:55 PM, Sina notifications@github.com wrote:

I'm definitely not a backend person either, though I wonder how much of it is possible through javascript. I'm going to try and throw together the basics of my petition -> legislator constituent project today, we'll see how it goes!

— Reply to this email directly or view it on GitHub<

https://github.com/WhiteHouse/ndoch-hackathon/issues/3#issuecomment-18700436>

.

— Reply to this email directly or view it on GitHub< https://github.com/WhiteHouse/ndoch-hackathon/issues/3#issuecomment-18701552>

.

— Reply to this email directly or view it on GitHubhttps://github.com/WhiteHouse/ndoch-hackathon/issues/3#issuecomment-18701746 .

Justin P. Mandzik justin.mandzik@gmail.com 320.558.7846

yahelc commented 11 years ago

Hey all. @douglasback and I have gotten some initial work done here, including basic JS infrastructure, hosting the SQL dump on Amazon RDS as a basis for signature analytics with some syncing capability for signatures, as well as some basic D3 charts for chloropleth and bar charts. It's a bit messy, but would love to powwow tomorrow about combining forces.

douglasback commented 11 years ago

For anyone interested, the existing repo is at https://github.com/douglasback/wtp-dashboard/

@yahelc, @jessebeach, and I are groups at one of the tables here — let us know if you're interested in helping out and we'll get you up to speed!

yoni commented 11 years ago

Hey guys, I think some of the entity extraction and sentiment analysis work from We the Entities might fit really well into the dashboard. Here are some links to get you started. I'm happy to help out:

http://wetheentities.herokuapp.com/ http://wetheentities.herokuapp.com/api

Example full HTML view: http://wetheentities.herokuapp.com/petitions/51942b9b2f2c888e2f00000c

Example full JSON view: http://wetheentities.herokuapp.com/petitions/51942b9b2f2c888e2f00000c.json

Minimal example for extracting Countries and mapping them: http://wetheentities.herokuapp.com/examples/geo

And, of course, my source: https://github.com/yoni/wetheentities

Please stop by if you need any help! I'll open a ticket on your repo, as well.

Cheers, Yoni