Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"isPII": false
},
{
"name": "Witnesses",
"name": "witnesses",
"label": "Who was the incident witnessed by?",
"type": "input",
"isPII": true
Expand All @@ -116,38 +116,48 @@
"label": "Electoral Actor",
"type": "select",
"options": [
{
"label": "Voter/Individual"
},
{
"label": "Candidate/Aspiring candidate"
},
{
"label": "Party activist/Member"
},
{
"label": "Party agent/Pollwatcher"
},
{
"label": "Nonpartisan election observer"
},
{
"label": "CSO Rep"
},
{
"label": "Security Agent"
},
{
"label": "Media"
},
{
"label": "Family/Community"
},
{
"label": "Election worker/official"
}
],
"isPII":false
{
"label": "Voter/Individual",
"value": "Voter/Individual"
},
{
"label": "Candidate/Aspiring candidate",
"value": "Candidate/Aspiring candidate"
},
{
"label": "Party activist/Member",
"value": "Party activist/Member"
},
{
"label": "Party agent/Pollwatcher",
"value": "Party agent/Pollwatcher"
},
{
"label": "Nonpartisan election observer",
"value": "Nonpartisan election observer"
},
{
"label": "CSO Rep",
"value": "CSO Rep"
},
{
"label": "Security Agent",
"value": "Security Agent"
},
{
"label": "Media",
"value": "Media"
},
{
"label": "Family/Community",
"value": "Family/Community"
},
{
"label": "Election worker/official",
"value": "Election worker/official"
}
],
"isPII": false
},
{
"name": "locationElectionIncident",
Expand Down Expand Up @@ -212,11 +222,11 @@
"isPII": true
},
{
"name": "VAWIENote",
"name": "vawieNote",
"label": "VAWIE Notes",
"type": "textarea",
"rows": 25,
"width": 300,
"isPII": false
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -1020,23 +1020,23 @@
"label": "Unknown"
},
{
"value": "partyMember",
"value": "Party Member",
"label": "Party Member"
},
{
"value": "supporter",
"value": "Supporter",
"label": "Supporter"
},
{
"value": "candidate",
"value": "Candidate",
"label": "Candidate"
},
{
"value": "pollingAgent",
"value": "Polling Agent",
"label": "Polling Agent"
},
{
"value": "other",
"value": "Other",
"label": "Others"
}
],
Expand Down
Loading