Describe the bug
Currently, there is no filter in the query method of FeedbackList in app/api/feedbacks.py.
Query should be introduced to fiter the feedbacks
To Reproduce
Steps to reproduce the behavior:
- Go to
/events/<int:event_id>/feedbacks or /users/<int:user_id>/feedbacks or /events/<event_identifier>/feedbacks or /sessions/<int:session_id>/feedbacks in postman
- See error
Expected behavior
Feedbacks related to specified user, event or session should be returned
Additional context
On it