Skip to content

Correspondence

Luke Cassar edited this page Sep 23, 2018 · 1 revision

A way to keep track of e-mail invites sent to a User.

DB Table Schema

Attribute Type
id integer
mail_order_id integer
user_id integer
status string
entry text

Validations

Attribute Constraint Value
email max length MAX_TEXT_LENGTH
status values sent, pending

Associations

  • One Correspondence belongs to a a User.
    • This will be the recipient.
  • One Correspondence belongs to a MailOrder.

Permissions

For National Event

Title Create Update Read Destroy
GovHack Management Team

For State Event

Title Create Update Read Destroy
GovHack Management Team
Region Directors
Region Support

For Competition Event

Title Create Update Read Destroy
GovHack Management Team
Region Directors
Region Support
Event Hosts
Event Support
Clone this wiki locally