Review feedbacks: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
<div style="background-color: #ffcccc; border: 1px solid #cc0000; padding: 10px; margin-bottom: 20px; text-align: center;">
'''⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.'''
</div>
Contains communciation between an author and a reviewer in an [[Assignments|assignment]]
Contains communciation between an author and a reviewer in an [[Assignments|assignment]]



Latest revision as of 05:22, 9 December 2025

⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.

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.