-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/feedback form #1401
Feature/feedback form #1401
Conversation
…analytics-platform-control-panel into feature/feedback-form
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Some very minor comments
Also I dont think it is worth adding a custom page to check the feedback, but a quick win would be to register it with the django admin - that way there is an option to check what is coming in in the brower. See docs here but can be as simple as adding the below to the api/admin.py
file:
@admin.register(Feedback)
class FeedbackAdmin(admin.ModelAdmin):
list_display = ["satisfaction_rating", "suggestions", "date_added"]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
📝 Summary
This PR is linked to ministryofjustice/analytical-platform#6112
This PR adds a form that allows users to give feedback on the analytical platform
🔍 What should the reviewer concentrate on?
🧑💻 How should the reviewer test these changes?
📚 Documentation status