Review feedbacks

From Expertiza_Wiki
Jump to navigation Jump to search

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.


E/R diagram for Parents Tables

Tables referred by the Review Feedbacks Table as Foreign Key Relationship.


E/R diagram for Child Tables

No Tables were referred by the Review Feedbacks Table as Foreign Key Relationship.


Back to Database Tables Main page.