Review mappings: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Maps a connection between the participants '''Deprecated''' ==Review mappings variable documentation== {| class="wikitable" !Field Name !!Type !!Description |- !id |int(...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 33: | Line 33: | ||
|} | |} | ||
Back to | |||
== E/R diagram for Parents Tables == | |||
Tables referred by the Review Mappings Table as Foreign Key Relationship. | |||
[[File:review_mappings_imported.png]] | |||
== E/R diagram for Child Tables == | |||
No Tables were referred by the Review Mappings Table as Foreign Key Relationship. | |||
[[File:review_of_mappings_exported.png]] | |||
Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page. |
Latest revision as of 22:30, 25 April 2018
Maps a connection between the participants
Deprecated
Review mappings variable documentation
Field Name | Type | Description |
---|---|---|
id | int(11) | The unique record id |
author_id | int(11) | The participant who created the reviewed content |
team_id | int(11) | For team assignments contains the team who created the reviewed content |
reviewer_id | int(11) | The user performing the review |
assignment_id | int(11) | The assignment content being reviewed |
round | int(11) | Preliminary support for multiple rounds of review - not fully implemented |
E/R diagram for Parents Tables
Tables referred by the Review Mappings Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables were referred by the Review Mappings Table as Foreign Key Relationship.
Back to Database Tables Main page.