Review feedbacks: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "Contains communciation between an author and a reviewer in an assignment '''Deprecated''' ==Review feedback variable documentation== {| class="wikitable" !Fie...")
 
No edit summary
 
Line 45: Line 45:
|}
|}


Back to the [[Documentation_on_Database_Tables|database documentation]]
 
== E/R diagram for Parents Tables ==
Tables referred by the Review Feedbacks Table as Foreign Key Relationship.
 
[[File:review_feedbacks_imported.png]]
 
 
== E/R diagram for Child Tables ==
No Tables were referred by the Review Feedbacks Table as Foreign Key Relationship.
 
 
 
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.

Latest revision as of 22:37, 25 April 2018

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.