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 ReviewerConsoleConfigDefault: "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 ReviewerConsoleConfigDefault: "no default value"Example
ReviewerConsoleConfig.submissionName : string
Used to filter/construct group id (paper display/tasks), invitation id, header text
Kind: static property of ReviewerConsoleConfigDefault: "no default value"Example
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 ReviewerConsoleConfigDefault: "no default value"Example
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 ReviewerConsoleConfigDefault: "no default value"Example
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 ReviewerConsoleConfigDefault: []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 ReviewerConsoleConfigDefault: "no default value"Example
ReviewerConsoleConfig.hasPaperRanking : boolean
Flag to enable paper ranking (tag fetching and display)
Kind: static property of ReviewerConsoleConfigDefault: no default valueExample