Feedback viewer
This is a proposed group
This group is not yet available in the application and this document is a proposal for its definition and purpose.
Users in this group should be able to view all feedback submitted through the feedback forms on the website.
Users in this group get the following permissions:
Object permissions
django_feedback_govuk.view_feedback_submission
: Can view ALL feedback submissions
Optionally, we can create groups per feedback type by using their specific permissions:
feedback.view_hrfeedback
: Can view feedback associated with thefeedback.HRFeedback
modelfeedback.view_searchfeedbackv1
: Can view feedback associated with thefeedback.SearchFeedbackV1
modelfeedback.view_searchfeedbackv2
: Can view feedback associated with thefeedback.SearchFeedbackV2
model