-
Notifications
You must be signed in to change notification settings - Fork 12
Entry
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.
Attribute | Type |
---|---|
id | integer |
team_id | integer |
challenge_id | integer |
checkpoint_id | integer |
justification | text |
eligible | boolean |
Attribute | Constraint | Value |
---|---|---|
justification | max length | MAX_TEXT_LENGTH |
- One Entry has only one TeamProject.
- One Entry has only one Challenge.
- One Entry has only one Checkpoint.
Title | Create | Update | Read | Destroy |
---|---|---|---|---|
Team Captain | ⭕ | ⭕ | ||
Team Member | ⭕ | ⭕ | ||
(Public User) | ⭕ |