Review feedbacks

From Expertiza_Wiki
Revision as of 19:46, 17 May 2016 by Rkyadav (talk | contribs) (Created page with "Contains communciation between an author and a reviewer in an assignment '''Deprecated''' ==Review feedback variable documentation== {| class="wikitable" !Fie...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Back to the database documentation