-
Notifications
You must be signed in to change notification settings - Fork 14
Dataset
Luke Cassar edited this page Aug 10, 2018
·
3 revisions
To store details of regional datasets used throughout a competition.
| Attribute | Type |
|---|---|
| id | integer |
| region_id | integer |
| competition_id | integer |
| name | string |
| url | string |
| description | text |
| Attribute | Constraint | Value |
|---|---|---|
| name | max length | MAX_STRING_LENGTH |
| url | max length | MAX_URL_LENGTH |
| description | max length | MAX_TEXT_LENGTH |
- One DataSet has only one Region.
- One DataSet has only one Competition.
| Title | Create | Update | Read | Destroy |
|---|---|---|---|---|
| GovHack Management Team | ⭕ | ⭕ | ||
| Region Directors | ⭕ | ⭕ | ||
| Region Support | ⭕ | ⭕ | ||
| Sponsor Contacts | ⭕ | ⭕ | ||
| (Public User) | ⭕ |