Implement FlagFeedbackEvent Serializer, ViewSet and Permissions #4479
Labels
DEV: backend
P1 - important
Priority: High impact on UX
python
Pull requests that update Python code
Milestone
Overview
This issue involves creating the FlagFeedbackEventSerializer, FlagFeedbackEventViewSet and setting up the appropriate permissions for create, destroy, and list actions according to specific user roles and feature flags. Additionally, URL routes need to be defined for accessing these views.
Depends on #4478
Description and outcomes
FlagFeedbackEventSerializer Class::
FlagFeedbackEventViewSet:
Implement a ViewSet for FlagFeedbackEvent with actions for create, update, partial_update, destroy, and list.
Ensure queryset is set to FlagFeedbackEvent.objects.all()
Serializer class is FlagFeedbackEventSerializer
Permissions:
URL Routing:
Unit Tests:
Acceptance criteria
The text was updated successfully, but these errors were encountered: