-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usability issue in feedback functionality for anonymous user #3132
Comments
@Nazarah please check the latest develop (nightly.apinf.io) for the new look of feedbacks. |
@55 I am changing the screenshots in the issue, but the task description would remain pretty much the same. The quick fix could be to simply make the Send Feedback button even if user is not logged in to the platform. On clicking, a simple dialog would appear to sign in/sign up to the platform to provide feedback to the API. |
@Nazarah can we use same layout of feedback form after signin with extra email field (if user don't want to siginin) and above of the form, we can provide a button for signin and signup. Please advice |
@saransh-dev I'd come up with it tomorrow. |
Hi @Nazarah
2- We can create a seprate collection where anonymous user's feedbacks store and API user can see the feedback . |
@saransh-dev can we simply show Add Feedback button in the feedback page in non-logged in session? |
@krashna-deligence @Nazarah a redirect to |
@Nazarah Yes we can show Add Feedback button in the feedback page in non-logged . Do i need to only ask user to register or login to APInf to provide feedback or also need to show feedback form below (if user does not want to register or login ) ? |
@krashna-deligence just ask user to register or login to provide feedback. |
…ser #3132 in progress Usability issue in feedback functionality for anonymous user complete remove the error of Travis ci tooltip added
in progress Usability issue in feedback functionality for anonymous user complete remove the error of Travis ci tooltip added extra field removed fixed issue Usability issue in feedback functionality for anonymous user #3132 in progress Usability issue in feedback functionality for anonymous user complete remove the error of Travis ci tooltip added
…ser #3132 in progress Usability issue in feedback functionality for anonymous user complete remove the error of Travis ci tooltip added extra field removed tooltip added conflicts resolved remove the error of Travis Ci conflicts resolved
Description:
Right now, on browsing feedback tab in an API profile, an anonymous user (not logged into the platform) doesn't get to see any option to add Feedback for an API.
This is crucial if an API developer is requesting from her/his potential consumers for backlog requirements or feedback about the documentation on an API s/he is designing.
1st time visitors would leave without giving any feedback, unless they see a feedback button or hint for signing in/up in order to add feedback to an API.
So some action prompt is needed from the platform to encourage users add their feedback.
Another possible case could be that, user might be reluctant to provide their feedback and avoid the hassle if registration/signing in the platform is mandatory to add feedback to an API.
Feedback view in non-logged in session
Feedback view in logged in session
User Story:
"As an API owner, I need options to prompt 1st time visitors to add feedback to my API so that I can collect backlog requirements and improvement suggestions"
Possible Solutions
Show Add Feedback button also for people not signed in into the platform.
On clicking the button a dialog would appear prompting the user to sign in/up to give feedback.
Providing a simple email address field and text box to provide feedback in case users don't wish to sign in or register to the platform.
Only API owner would be able to know the email address, so that s/he can further contact the person.
Providing an email address won't sign up the user in the platform.
The text was updated successfully, but these errors were encountered: