NYCPython / wheretomeetup

Connecting Meetup organizers with hosts and sponsors.
http://www.wheretomeetup.com
BSD 3-Clause "New" or "Revised" License
5 stars 5 forks source link

Solicit user feedback! #20

Open dcrosta opened 12 years ago

dcrosta commented 12 years ago

Integrate one of those feedback collection systems; OR have a form which creates a GitHub issue upon user feedback (is this possible?) with stern warnings that this is an open project and their feedback will be public.

dirn commented 12 years ago

http://www.uservoice.com/

dcrosta commented 12 years ago

The more I think about it, the more I like having feedback come into GitHub. Meetups are about community, and we can foster an open spirit by having everything visible. Just need to find out if it's possible (esp. if the user in question has no github account?)

dirn commented 12 years ago

I'm with you on the spirit of this one. As soon as we get people associated with meetups that aren't about tech, though, the odds of them having a GitHub account drop. I'm sure there's something in between.

Maybe we can somehow leverage meetup.

dcrosta commented 12 years ago

We could make a new GitHub user only for sending feedback.

dirn commented 12 years ago

Looks like Sentry can do it. I'll take a look at what's involved.

https://github.com/getsentry/sentry-github

dcrosta commented 12 years ago

This would be for user feedback or just app exceptions? Would we need https://addons.heroku.com/sentry?

dirn commented 12 years ago

I just mean that if sentry can create issues in GitHub, so can we.

dcrosta commented 12 years ago

Oh got it. It might be good to look at Sentry or Airbrake for exception tracking, too. Will create a new issue for that.