Skip to content
Snippets Groups Projects
  • Jan Maximilian Michal's avatar
    00ea2ff6
    Refactores views and serializers added patch methods · 00ea2ff6
    Jan Maximilian Michal authored
    * Added more tests for feedback view
    
    * Now each view is included in one file that are held in the
      package views instead of using one big file
    
    * Did the same this for serializers
    
    * Now using ListSerializer to implement the custom behaviour
    
    * Also refactored the feedback serializers and models and
      removed the FeedbackLine model
    
    * The serializers are simpler now
    
    * Renamed 'is_final' on FeedbackComment to 'visible_to_student'
    Verified
    00ea2ff6
    History
    Refactores views and serializers added patch methods
    Jan Maximilian Michal authored
    * Added more tests for feedback view
    
    * Now each view is included in one file that are held in the
      package views instead of using one big file
    
    * Did the same this for serializers
    
    * Now using ListSerializer to implement the custom behaviour
    
    * Also refactored the feedback serializers and models and
      removed the FeedbackLine model
    
    * The serializers are simpler now
    
    * Renamed 'is_final' on FeedbackComment to 'visible_to_student'