-
Notifications
You must be signed in to change notification settings - Fork 10
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
Adding feedback option to the tool #61
base: master
Are you sure you want to change the base?
Adding feedback option to the tool #61
Conversation
tellme looks like a simple first implementation, yes :). The branch needs a rebase, and I would love to take a look! |
Hi @tonythomas01, |
I am getting:
on running the patch. You have to add any new requirements to |
I have added django-tell package in requirements.txt |
Okey, I think we have a merge conflict now. Dont know how that came in. Also, I get this on running:
Can you check if we need to add anything more to the requirements.txt ? |
The user might face problem while operating the tool or the user might want to notify us by sending suggestions, errors, corrections or updates to us that they want about this tool.
Therefore, a feedback button is added to the app such that the button is visible on every page of the app (since we don't know when the user faces a problem. If he faces a problem in between he can immediately click on feedback button and send notify us with the feedback)
The button is visible on every page of the tool as shown below
After we click on the feedback button a pop-up appears as shown below
In this pop up there are two fields, one is email field and other is feedback field. In email field user can enter their email id to get response from admin or they can even leave it blank.
In the feedback field the user can give feedback about the tool.
After filling both the fields or only the feedback field the user should click on submit button as shown below.
After clicking on the submit button, a popup message appears saying "Thank you for your feedback We value every piece of feedback we receive." as shiown below
After clicking on OK button, the user can continue using the tool normally.
PREREQUISITE: before making the change a package has to be downloaded by pasting the following command in terminal: pip install django-tellme