Skip to content
Luke Cassar edited this page Aug 10, 2018 · 1 revision

To store a record of a Team entry into a Challenge at a particular Checkpoint.

DB Table Schema

Attribute Type
id integer
team_id integer
challenge_id integer
checkpoint_id integer
justification text
eligible boolean

Validations

Attribute Constraint Value
justification max length MAX_TEXT_LENGTH

Associations

  • One Entry has only one TeamProject.
  • One Entry has only one Challenge.
  • One Entry has only one Checkpoint.

Permissions

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