Implement Feedback Core Serializers #4478
Labels
DEV: backend
P1 - important
Priority: High impact on UX
python
Pull requests that update Python code
Milestone
Overview
This issue focuses on the implementation of serializer classes that will handle the serialization of feedback-related objects. The serializers are designed hierarchically to leverage inheritance, promoting code reuse and maintaining a logical structure. The four distinct serializers to be implemented are BaseFeedbackSerializer, BaseFeedbackEventSerializer, BaseFeedbackInteractionEventSerializer, and FlagFeedbackEventSerializer.
Depends on #4477
Description and outcomes
BaseFeedbackSerializer:
BaseFeedbackEventSerializer Class:
BaseFeedbackInteractionEventSerializer Class:
Unit tests:
Acceptance criteria
The text was updated successfully, but these errors were encountered: