List view
Voter Registration and Quality Control
Voter Registration and Quality Control
Organizing
Organizing
Petitions and Quality Control
Petitions and Quality Control
Quality_Control_Schedules
This table displays information about quality control staff schedules added to Blocks daily
Field | Type | Description | Joins |
id | primary key (int) | id of user schedule in Blocks | unique to table |
user_id | foreign key (int) | id of user added to the quality control schedule in Blocks | |
date | timestamp | date the user is scheduled to do quality control in Blocks | unique to table |
minutes | integer | the length of time the user the scheduled to do quality control in Blocks | unique to table |
created_at | timestamp | date&time the user was added to the quality control schedule | unique to table |
updated_at | timestamp | date&time the user’s schedule was updated in Blocks | unique to table |
user_type | text | type of user added to the schedule - staff/manager | unique to table |