Skip to content

ChallengeCriterion

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

To store alternate descriptions of a Criterion relevant to a particular Challenge.

DB Table Schema

Attribute Type
id integer
challenge_id integer
criterion_id integer
description text

Validations

Attribute Constraint Value
description max length MAX_TEXT_LENGTH

Associations

  • One ChallengeCriterion can have only one Challenge.
  • One ChallengeCriterion can have only one Criterion.

Permissions

Title Create Update Read Destroy
GovHack Management Team
Competition Director
Region Director
(Public User)
Clone this wiki locally