-
Notifications
You must be signed in to change notification settings - Fork 12
Checkpoint
Luke Cassar edited this page Aug 26, 2018
·
3 revisions
To store information on the deadlines for Competition Challenges.
Attribute | Type |
---|---|
id | integer |
competition_id | integer |
name | string |
end_time | date-time |
max_regional_challenges | integer |
max_national_challenges | integer |
Attribute | Constraint | Value |
---|---|---|
end_time | validity | DateTime |
max_regional_challenges | min | 1 |
max_national_challenges | min | 1 |
- One Checkpoint can have only one Competition.
Title | Create | Update | Read | Destroy |
---|---|---|---|---|
GovHack Management Team | ⭕ | ⭕ | ||
Competition Director | ⭕ | ⭕ | ||
(Public User) | ⭕ |