Skip to content

PeoplesJudgement

Luke Cassar edited this page Aug 21, 2018 · 2 revisions

To store the results of a Participant's judgement for a particular team project in a particular challenge.

DB Table Schema

Attribute Type
id integer
team_id integer
assignment_id integer
criterion_id integer
score integer

Validations

Attribute Constraint Value
score range MIN_SCORE ... MAX_SCORE

Associations

  • One PeoplesJudgement has only one Team Instance.
  • One PeoplesJudgement has only one Assignment Instance.
    • The Participant's Assignment to the Competition.
  • One Judgement has only one Criterion Instance.
Clone this wiki locally