Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nik committed Jan 16, 2025
1 parent ad42079 commit 6221142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions label_studio/users/product_tours/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@


class UserProductTourSerializer(serializers.ModelSerializer):
# steps is a list of steps in the tour loaded from the yaml file
steps = serializers.SerializerMethodField(read_only=True)
# awaiting is a boolean that indicates if the tour is awaiting other tours in the list of "dependencies"
awaiting = serializers.SerializerMethodField(read_only=True)

class Meta:
Expand Down

0 comments on commit 6221142

Please sign in to comment.