Skip to content
Snippets Groups Projects
Commit 81ea7844 authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Added VisibleCommentFeedbackSerializer

Only Comments that are `visible_to_student=True` will be serialized. For some weird reason i had to resort to a little hack in the serializer, see the comment inside the `get_feedback_lines()` method of the serializer for context.
I choose to not remove Feedback that is not final from the response of the student submissions endpoint (as outlined in #91) and will instead show a message in the frontend. This is easier to implement and potentially better for debugging in the frontend.
parent a8480afc
No related branches found
No related tags found
1 merge request!87Resolve "Student Feedback Serializer/View"
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment