Skip to content

Commit

Permalink
Merge pull request #137 from cerven12/satisfaction
Browse files Browse the repository at this point in the history
satisfaction and difficulty.
  • Loading branch information
tsonobe1 authored Sep 8, 2020
2 parents 9fbc3e5 + aefebcb commit f952c68
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 1,341 deletions.
2 changes: 1 addition & 1 deletion apiv1/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ExpectationSerializer(serializers.ModelSerializer):
class Meta:
model = Expectation
fields = ['task', 'expectation_id', 'tbd_satisfaction', 'tbd_satis_comment', 'satisfaction',
'satis_comment',
'satis_comment', 'finished_at',
'tbd_difficulty', 'tbd_diff_comment', 'difficulty', 'diff_comment', 'created_at']

class TaskSerializer(WritableNestedModelSerializer):
Expand Down
Loading

0 comments on commit f952c68

Please sign in to comment.