Response maps

From Expertiza_Wiki
Revision as of 19:43, 17 May 2016 by Rkyadav (talk | contribs) (Created page with "Maps a connection between the participants as reviewers and participants or teams as reviewees ==Response maps variable documentation== {| class="wikitable" !Field...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Maps a connection between the participants as reviewers and participants or teams as reviewees

Response maps variable documentation

Field Name Type Description
id int(11) The unique record id
reviewed_object_id int(11) The object being reviewed in the response. Possible objects include other ResponseMaps or assignments
reviewer_id int(11) The participant (actually AssignmentParticipant) providing the response
reviewee_id int(11) The participant or team (actually AssignmentParticipant or AssignmentTeam) receiving the response
type varchar(255) Used for subclassing the response map. Available subclasses are ReviewResponseMap, MetareviewResponseMap, FeedbackResponseMap, TeammateReviewResponseMap, ParticipantReviewResponseMap, TeamReviewResponseMap.

A change is pending to remove ParticipantReviewResponseMaps (since there are no "individual" assignments anymore, just assignments with a max team size of 1). When ParticipantReviewResponseMaps are removed, TeamReviewResponseMaps will be renamed to just ReviewResponseMaps (no subclassing of ReviewResponseMaps will be needed anymore).

Back to the database documentation