Skip to content
Luke Cassar edited this page Aug 10, 2018 · 4 revisions

To act as a central location for all things to do with a team's works.

DB Table Schema

Attribute Type
id integer
event_id integer

Validations

Policies

Team's Event must be a Competition Event

No Duplicate Team names in the same ...Competition? Event?

A team cannot have more than MAX_MEMBER_COUNT members (currently 10)

Associations

  • One Team has one Event
  • One Team has many Projects
  • One Team has one current Project
  • One Team has many TeamDataSets
  • One Team has many Entries.

Possible Assignments

  • Team Captain
  • Team Member

Permissions

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