Deliveries

List view
Voter Registration and Quality Control
Organizing
Petitions and Quality Control
Admin
Phone Banking
 

Deliveries


 
This table displays delivery information such as office id and turn-in location id from the locations table as well as canvasser id from the canvassers table, turn in date and delivery status.
 

Field
Type
Description
Joins
id
primary key (int)
unique delivery id
office_id
foreign key (int)
unique id of turf selected as the office of the delivery
turn_in_location_id
foreign key (int)
unique id of location selected as the turn-in location for the delivery
canvasser_id
foreign key (int)
unique canvasser id of the runner assigned to the delivery
turn_in_date
timestamp
date of delivery
notes
text
notes added to the delivery
created_at
timestamp
date&time the delivery was created
updated_at
timestamp
date&time the delivery was last updated
created_by_user_id
foreign key (int)
unique id of user that created the delivery
status
integer
numerical representation of delivery stage: 0 - Selection, 1 - Review, 2 - Ready for Delivery, 3 - Delivered
runner_receipt_data
text
receipt data if a delivery receipt has been uploaded. If a receipt has not been uploaded, this field will be NULL
form_filter_registration_date_start
date
start date of delivery filter - eligible forms
form_filter_registration_date_end
date
end date of delivery filter - eligible forms
form_filter_turf_id
integer
id of the turf of the delivery filter
form_filter_counties
jsonb
counties included in the delivery
form_filters_no_county
text
true/false field
delivery_method
text
mail/in_person field
form_filter_qc_statuses
jsonb
list of QC statuses for shifts that will be eligible for the delivery