What are some best practices for managing user feedback?


1

After months and months and months of work, our team finally launched our first application.

We have been very fortunate to receive a lot of feedback and one of my first "goals" post-launch is to create an effective feedback system so that I can efficiently get meaningful feedback to the development team.

Brief background: Launched with Mac OS X client. Team consists of three developers and three non-developers. Non-developers will be spending a lot of time on the road marketing and receiving word-of-mouth feedback. Our desired goal is to create workflow so that the non-developers receive all of the raw bug reports and feedback, organize it, sort it, and present it to the development team in a prioritized list.

While this seems easy and straight forward enough, I would appreciate any help from the community regarding best practices.

Management Customer Feedback

asked Aug 11 '11 at 22:25
Blank
Travis Truett
127 points
  • It's a desktop app for the Mac is it? A bit more info on the type of application would help. – Edralph 12 years ago
  • It is a news aggregation service that incorporates personalized news into a stock ticker interface. Hope this helps clarify a little more edralph. – Travis Truett 12 years ago

1 Answer


1

This is based on how we managed our desktop Windows app.

  • Have dedicated bug/feature management software that enables prioritisation (we used FogBugz)
  • Have your application auto submit any issues caught by your error handling (submitted through FogBugz XML Api)
  • Provide email address for support that customers send email to (Fogbugz stores these for you) and we can respond to. Sales guys can also submit bugs through here and be responsible for prioritisation but usually needs a technical view
  • Sales guys collate feature requests, once a week or every other week they get discussed and grouped where possible. Each gets a complexity and business benefit score. So easy ones that offer the biggest benefit get delivered first etc

There are alternatives to FogBugz (as you probably know) that is just what we used.

answered Aug 11 '11 at 22:42
Blank
Lloyd S
1,292 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Management Customer Feedback