Skip to content

Commit

Permalink
Re-wrote the class comments for Freedback Component
Browse files Browse the repository at this point in the history
  • Loading branch information
tfnribeiro committed Sep 27, 2024
1 parent 560969a commit bde36dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions zeeguu/core/model/feedback_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ class FeedbackComponent(db.Model):
"""
A Feedback Component is a component of the Web that the user
can report an issue from. They pick one from a drop-down list
based on the URL/component they are currently at.
can report an issue from. They pick one of the Feedback Components
from a drop-down list. The available components can be adjusted
in the frontend, e.g. the exercises won't have the components related
to the Article Recommeder or Reader.
"""

Expand Down

0 comments on commit bde36dc

Please sign in to comment.