-
Notifications
You must be signed in to change notification settings - Fork 12
ChallengeCriterion
Luke Cassar edited this page Aug 21, 2018
·
3 revisions
To store alternate descriptions of a Criterion relevant to a particular Challenge.
Attribute | Type |
---|---|
id | integer |
challenge_id | integer |
criterion_id | integer |
description | text |
Attribute | Constraint | Value |
---|---|---|
description | max length | MAX_TEXT_LENGTH |
- One ChallengeCriterion can have only one Challenge.
- One ChallengeCriterion can have only one Criterion.
Title | Create | Update | Read | Destroy |
---|---|---|---|---|
GovHack Management Team | ⭕ | ⭕ | ||
Competition Director | ⭕ | ⭕ | ||
Region Director | ⭕ | ⭕ | ||
(Public User) | ⭕ |