Ask HN: As a developer, how do you capture domain knowledge from your users?
1–6 of 6 posts
Re: Ask HN: As a developer, how do you capture domain knowledge from your users?
#2Just reaching out and talking to people works wonders and takes almost no effort, so I never had to automate any of it.
Re: Ask HN: As a developer, how do you capture domain knowledge from your users?
#3To answer your question we use JIRA to capture issues and Confluence to document requirements. But this probably wouldn't be any better than any competing system and is just an organisational choice based on typical business reasons.
Something that I might find useful is a way to link up a "requirement" from a user through to a spec, to design, to code, to the test plan to test it for full tractability. Often we see rules in code and have no idea why that rule is there, but it has to be preserved just in case it was important and was a requirement of the user!
Re: Ask HN: As a developer, how do you capture domain knowledge from your users?
#4Re: Ask HN: As a developer, how do you capture domain knowledge from your users?
#5I released a mobile application about ten months ago. By far, I've gotten the best feedback through the feedback feature I built into the app. It's a simple dropdown menu, accessible from any screen, that allows the user to send feedback directly to my email. In addition to this, I talk to my users. These two techniques have given me an overwhelming amount of domain knowledge to build. Just reaching out and talking t…
Re: Ask HN: As a developer, how do you capture domain knowledge from your users?
#6I released a mobile application about ten months ago. By far, I've gotten the best feedback through the feedback feature I built into the app. It's a simple dropdown menu, accessible from any screen, that allows the user to send feedback directly to my email. In addition to this, I talk to my users. These two techniques have given me an overwhelming amount of domain knowledge to build. Just reaching out and talking t…
Do you use a call to action to let them know its there or to prompt them to use it?
Thanks!