List view
Voter Registration and Quality Control
Voter Registration and Quality Control
Organizing
Organizing
Petitions and Quality Control
Petitions and Quality Control
Quality_Control_Flags
This table displays information about flags triggered in the quality control process
Field | Type | Description | Joins |
id | primary key (int) | id of quality control flag trigger | |
status | text | status of flag in Blocks - open, ready, reviewed, completed | unique to table |
action_plan | text | action plan on flag sent to group (set to ready) | unique to table |
notes | text | noted entered on flag | unique to table |
created_at | timestamp | date&time flag was created | unique to table |
updated_at | timestamp | date&time flag was last updated | unique to table |
trigger_id | foreign key (int) | id of flag_trigger that created the flag | |
completed_at | timestamp | date&time flag was resolved in Blocks | unique to table |
shift_id | foreign key (int) | id of shift in Blocks the flag was triggered on | |
ready_at | timestamp | date&time flag was marked ready (sent to group) | unique to table |
reviewed_at | timestamp | date&time flag was marked reviewed (ready to resolve) | unique to table |