ReviewerConsoleConfig : Object
Reviewer Console config doc
Kind: global typedef
Properties
mandatory but can be empty object
string | Array.<string> | Array.<object>
customMaxPapersInvitationId
ReviewerConsoleConfig : Object
.officialReviewName : string
.reviewRatingName : string | Array.<string> | Array.<object>
.submissionInvitationId : string
.recruitmentInvitationId : string
.customMaxPapersInvitationId : string
.edgeInvitationIds : Array.<string>
.reviewLoad : string | number
.hasPaperRanking : boolean
.reviewDisplayFields : Array.<string>
ReviewerConsoleConfig.header : Object
Page header. Contains two string fields: "title" and "instructions" (markdown supported).
Kind: static property of ReviewerConsoleConfig
Default: no default value
Example
ReviewerConsoleConfig.venueId : string
Used to construct banner content, referrer link and various group/invitation ids. The value is usually domain.id
Kind: static property of ReviewerConsoleConfig
Default: "no default value"
Example
ReviewerConsoleConfig.reviewerName : string
Used to construct referrer link, title and for filtering groups
Kind: static property of ReviewerConsoleConfig
Default: "no default value"
Example
ReviewerConsoleConfig.officialReviewName : string
Used to construct official review invitation id
Kind: static property of ReviewerConsoleConfig
Default: "no default value"
Example
ReviewerConsoleConfig.reviewRatingName : string | Array.<string> | Array.<object>
Used to get rating value from official review, support string, string array for displaying multiple rating fields and object array which allows custom rating name and fallback values
Kind: static property of ReviewerConsoleConfig
Default: "no default value"
Example (string shows single rating)
Example (string array shows multiple ratings)
Example (object array/mixed shows multiple ratings with fallback options the following config would show 2 ratings: "overall_rating" and "overall_recommendation" for "overall_rating", it's value will be final_rating field, when final_rating field is not available, it will take the next available value defined in the array, in this example it will take "preliminary_rating")
ReviewerConsoleConfig.areaChairName : string
Used to construct AC/Anonymous AC group and label. optional for venues that don't have area chairs
Kind: static property of ReviewerConsoleConfig
Default: "no default value"
Example
ReviewerConsoleConfig.submissionName : string
Used to filter/construct group id (paper display/tasks), invitation id, header text
Kind: static property of ReviewerConsoleConfig
Default: "no default value"
Example
ReviewerConsoleConfig.submissionInvitationId : string
Notes with the submissionInvitationId will be fetched
Kind: static property of ReviewerConsoleConfig
Default: "no default value"
Example
ReviewerConsoleConfig.recruitmentInvitationId : string
Related to customMaxPapersInvitationId and reviewLoad. The invitation to get recruitment note where custom load is saved (if there's no custom load edge) and custom load is displayed in header
Kind: static property of ReviewerConsoleConfig
Default: "no default value"
Example
ReviewerConsoleConfig.customMaxPapersInvitationId : string
Related to recruitmentInvitationId and reviewLoad. The invitation to get custom load edge. If edge exist the weight is used as custom load otherwise it will load the recruitment note to read the reduced_load field.
Kind: static property of ReviewerConsoleConfig
Default: "no default value"
Example
ReviewerConsoleConfig.edgeInvitationIds : Array.<string>
The invitations to get edge for the logged in reviewer. If edge exist the label or weight is shown at top of page. When there are multiple edges, the value is joined
Kind: static property of ReviewerConsoleConfig
Default: []
Example
ReviewerConsoleConfig.reviewLoad : string | number
Related to recruitmentInvitationId and customMaxPapersInvitationId. The default value to display in header when there's no custom load edge or recruitment note
Kind: static property of ReviewerConsoleConfig
Default: "no default value"
Example
ReviewerConsoleConfig.hasPaperRanking : boolean
Flag to enable paper ranking (tag fetching and display)
Kind: static property of ReviewerConsoleConfig
Default: no default value
Example
ReviewerConsoleConfig.reviewDisplayFields : Array.<string>
The content fields to display from official review note
Kind: static property of ReviewerConsoleConfig
Default: ['review']
Example