Questions tagged [user-feedback]
90 questions
0
votes
2 answers
simple user-feedback collection service
Short: I am looking for a very simple (configuration/maintenance wise) solution, that would allow to collect user-feedback/bug-reports from my apps/web-sites over the internet.
Long:
Right now I have very simple web-app written using ASP.NET MVC…

THX-1138
- 21,316
- 26
- 96
- 160
0
votes
1 answer
Android user feedback library that connects to Jira/Redmine
Are there any libraries for Android that include:
- user feedback
- crash reports
- integration into bug trackers like Jira/Redmine...
I know about this one:
https://connect.atlassian.net/browse/ANDROID
however it seems this library is still in…

Andreas Ka
- 839
- 9
- 23
0
votes
1 answer
How to prevent website attacks through an error reporting feedback link?
I am developing a website which currently is mostly Intranet only and uses custom authentication. The website needs error reporting functionality. I have everything set up already in the back-end (database table, correlation identifiers to track…

JustAMartin
- 13,165
- 18
- 99
- 183
0
votes
2 answers
Retrieving value from Checked Radio button Android
I am working on building a user feedback form. The form consists of a number of RadioGroups.
Inside each RadioGroup there is 5 RadioButtons.
Currently this is the way I check the values of each group. However it seems very long winded and awkward to…

Javacadabra
- 5,578
- 15
- 84
- 152
0
votes
1 answer
implement external feedback form in magento
I have to implement some feedback customer code for getting enroled in their store database.
the code is :
try {
$Client = new TrustedShop('key');
$Client->SetEmail();
$Client->AddProduct('Name of first purchased…

Rasvan
- 113
- 2
- 15
0
votes
1 answer
How should a Dist::Zilla plugin give feedback to the user?
I have a couple of Dist::Zilla plugins that I wrote when I was very new to Moose and to Dist::Zilla both, and I'm currently trying to update them to make them a bit more robust, and less error-prone.
One thing I would like to do is to give the user…

swestrup
- 4,079
- 3
- 22
- 33
0
votes
0 answers
Verifying that there is visual feedback when response to any action in an app takes more than 3 seconds
I was working on an Android app in which I wanted to insert a specific feedback response from user. Whenever an app action is not responding for more than 3 seconds than I wanted a visual feedback which may include screenshot of app at that…

Gajanan Arha
- 45
- 2
- 8
0
votes
2 answers
Providing reliable user feedback with SQLite
I'm writing an application with a GUI frontend (GTK) and an SQLite backend. When something is changed via the GUI, I want the change to show up in the GUI if and only if it completed successfully in the DB.
Is watching the return code from…

Kim Reece
- 1,260
- 9
- 11
-1
votes
1 answer
Is there a way to send feedback directly from my app?
I am developing an android app and I would like users to be able to send me feedback directly from the app. So far I have solved the problem with intent by starting an external app to send an email.
But I would like the user to be able to fill out a…
-1
votes
1 answer
Using gmail for sending feeding through app
i want to include gmail in an android app that i am building so that it could be used as getting feedback from users to a specific gmail. Is there a way.

Neo
- 1
-2
votes
1 answer
Looking for a Q&A/Feedback Website in C#
I'm wondering if someone is aware of an open source C# initiative for a Q&A/Feedback Website similar to stackoverflow, getsatisfaction or even UserVoice. I try using a few keywords over Google and codeplex but with no luck so far.

Eric.Lacroix
- 84
- 7
-2
votes
1 answer
Any experience with drop in website User Feedback services like Usersnap?
We've used the JIRA Issue Collection plugin to handle our websites user feedback form in the past, but would like to give users more capabilities like screenshots and annotations. Usersnap looks interesting, but I can't find much information on it…

Michael
- 2,825
- 3
- 24
- 30
-2
votes
1 answer
When User Click on submit Mail goes to my email
I recently followed:
link here
but in my app little difference that in above question only user name and password is available but i need to add name,emailid and message
what change i do in my application
when i click on submit mail goes to my…

Kartik Shah
- 143
- 2
- 5
- 14
-2
votes
1 answer
What are the options for getting feedback from text area?
My page has a text area and a submit button and I want to take feedback from the users of the page. What are my options? I can think of two:
Send the contents of the text area as e-mail. (too much effort and connections).
Save the contents to a…

Varaquilex
- 3,447
- 7
- 40
- 60
-3
votes
1 answer
How to restrict user to post abusive comments in a feedback form?
How can a restrict a user to post abusive comments in a feedback form using code igniter, phpmyadmin,and javascript ?

Rahul Singh
- 330
- 2
- 5
- 16