Review feedbacks
Contains communciation between an author and a reviewer in an assignment
Deprecated
Review feedback variable documentation
| Field Name | Type | Description |
|---|---|---|
| id | int(11) | The unique record ID |
| assignment_id | int(11) | The assignment to which this review feedback is associated. |
| review_id | int(11) | The review for which this feedback was created. |
| user_id | int(11) | The user who provided the review. |
| feedback_at | datetime | Meant to contain the timestamp of when the feedback was created. Should use created_at and updated_at. |
| txt | text | The feedback content |
| additional_content | text | The feedback conent - needs to be removed |
| author_id | int(11) | The user who provided the feedback. |
| team_id | int(11) | The team containing the user who provided the feedback. |
Back to the database documentation