-
Notifications
You must be signed in to change notification settings - Fork 14
Sponsor
Luke Cassar edited this page Aug 21, 2018
·
3 revisions
To hold information on organisations sponsoring competition regions.
| Attribute | Type |
|---|---|
| id | integer |
| competition_id | integer |
| name | string |
| description | text |
| website | string |
| Attribute | Constraint | Value |
|---|---|---|
| name | max length | MAX_FULL_NAME_LENGTH |
| description | max length | MAX_TEXT_LENGTH |
| website | max length | MAX_URL_LENGTH |
- Sponsor Contact
- One Sponsor can have many Assignments as assignable.
- One Sponsor can have one Logo attached.
- As an asset in an external storage platform (AWS S3)
| Title | Create | Update | Read | Destroy |
|---|---|---|---|---|
| GovHack Management Team | ⭕ | ⭕ | ||
| Region Directors | ⭕ | ⭕ | ||
| Sponsorship Director | ⭕ | ⭕ | ||
| Sponsor Contact | ⭕ |