proposals property

List<ProposalTally> proposals
getter/setter pair

Amount of judgments received for each grade, for each proposal. Grades are expected to be tallied from "worst" grade to "best" grade. Example value: [ 1, 4, 5, 2, 4, 4, 2, // Proposal A 0, 1, 4, 5, 3, 4, 1, // Proposal B … ]

Implementation

List<ProposalTally> proposals = [];