Implement Flag Feedback and Recommendation Feedback Models #4477
Labels
DEV: backend
P1 - important
Priority: High impact on UX
python
Pull requests that update Python code
TAG: unit tests
Milestone
Overview
The goal of this issue is to implement a set of Django models that will serve as the foundation for handling feedback and recommendations within the Studio. These models are designed to capture user feedback on various content and interaction events. The models to be implemented include BaseFeedback, BaseFeedbackEvent, BaseFeedbackInteractionEvent, FlagFeedbackEvent, RecommendationsInteractionEvent, and RecommendationsEvent.
Description and outcomes
Base Models Implementation:
Concrete Models Implementation:
Acceptance criteria
The text was updated successfully, but these errors were encountered: