-
Notifications
You must be signed in to change notification settings - Fork 12
TeamDataset
Luke Cassar edited this page Aug 10, 2018
·
3 revisions
To store the datasets utilised by a team project.
Attribute | Type |
---|---|
id | integer |
team_id | integer |
name | string |
description | text |
description_of_use | text |
url | string |
Attribute | Constraint | Value |
---|---|---|
title | max length | MAX_STRING_LENGTH |
description | max length | MAX_TEXT_LENGTH |
description_of_use | max length | MAX_TEXT_LENGTH |
url | max length | MAX_URL_LENGTH |
- One TeamDataSet has only one Team.
Title | Create | Update | Read | Destroy |
---|---|---|---|---|
Team Captain | ⭕ | ⭕ | ||
Team Member | ⭕ | ⭕ | ||
(Public User) | ⭕ |