Skip to content

TeamDataset

Luke Cassar edited this page Aug 10, 2018 · 3 revisions

To store the datasets utilised by a team project.

DB Table Schema

Attribute Type
id integer
team_id integer
name string
description text
description_of_use text
url string

Validations

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

Associations

  • One TeamDataSet has only one Team.

Permissions

Title Create Update Read Destroy
Team Captain
Team Member
(Public User)
Clone this wiki locally