Skip to content
Merged

zmvawie #3886

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 @@ -17,12 +17,6 @@
"type": "button",
"category": "non-data"
},
{
"name": "VAWIE",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name should be "vawie"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is being removed?

"label": "VAWIE",
"type": "button",
"category": "non-data"
},
{
"name": "blank",
"label": "Blank",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,44 @@
"type": "checkbox",
"isPII": false
},
{
"name": "electoralActor",
"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
},
{
"name": "locationElectionIncident",
"label": "Location of the incident in Relation to Politics/Elections",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@
"options": [
{
"value": "Unknown",
"label": ""
"label": "Unknown"
},
{
"value": "partyMember",
Expand Down Expand Up @@ -1091,5 +1091,14 @@
"label": "Ethnicity",
"type": "input",
"isPII": true
},
{
"name": "vawieComments",
"label": "VAWIE Notes",
"type": "textarea",
"placeholder": "",
"rows": 10,
"width": 100,
"isPII": false
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
{
"name": "referredTo",
"label": "Referred To",
"type": "select",
"type": "listbox-multiselect",
"options": [
{
"value": "",
"label": ""
"value": "Unknown",
"label": "Unknown"
},
{
"value": "OSC",
Expand Down Expand Up @@ -57,6 +57,10 @@
"value": "Chief/Head man",
"label": "Chief/Head man"
},
{
"value": "Legal aid",
"label": "Legal Aid"
},
{
"value": "Head teacher",
"label": "Head teacher"
Expand Down Expand Up @@ -88,4 +92,4 @@
"width": 300,
"isPII": true
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@
{
"label": "Online Addiction"
},
{
"label": "VAWIE"
},
{
"label": "Other Online Harm"
}
Expand Down Expand Up @@ -147,9 +144,6 @@
{
"label": "Physical violence"
},
{
"label": "Political related GBV"
},
{
"label": "Sexual violence"
},
Expand Down Expand Up @@ -462,51 +456,22 @@
"color": "#47BA5E",
"subcategories": [
{
"label": "Violence Experienced During Election"
},
{
"label": "VAWIE Confirmed GBV component"
},
{
"label": "VAWIE Possible GBV component"
},
{
"label": "Unspecified/Other"
}
]
},
"VAWIE Electoral Actor": {
"color": "#472A5E",
"subcategories": [
{
"label": "Voter/Individual"
},
{
"label": "Candidate/Aspiring candidate"
},
{
"label": "Party activist/Member"
},
{
"label": "Party agent/Pollwatcher"
},
{
"label": "Nonpartisan election observer"
"label": "Physical"
},
{
"label": "CSO Rep"
"label": "Sexual"
},
{
"label": "Security Agent"
"label": "Psychological/Emotional"
},
{
"label": "Media"
"label": "Threats and Coercion"
},
{
"label": "Family/Community"
"label": "Economic"
},
{
"label": "Election worker/official"
"label": "Information seeking about VAWIE services"
},
{
"label": "Unspecified/Other"
Expand Down Expand Up @@ -616,9 +581,6 @@
{
"label": "Hacking"
},
{
"label": "VAWIE"
},
{
"label": "Online Addiction"
},
Expand Down Expand Up @@ -723,9 +685,6 @@
{
"label": "Physical violence"
},
{
"label": "Political related GBV"
},
{
"label": "Sexual violence"
},
Expand Down Expand Up @@ -919,51 +878,22 @@
"color": "#47BA5E",
"subcategories": [
{
"label": "Violence Experienced During Election"
},
{
"label": "VAWIE Confirmed GBV component"
},
{
"label": "VAWIE Possible GBV component"
},
{
"label": "Unspecified/Other"
}
]
},
"VAWIE Electoral Actor": {
"color": "#472A5E",
"subcategories": [
{
"label": "Voter/Individual"
},
{
"label": "Candidate/Aspiring candidate"
},
{
"label": "Party activist/Member"
},
{
"label": "Party agent/Pollwatcher"
},
{
"label": "Nonpartisan election observer"
"label": "Physical"
},
{
"label": "CSO Rep"
"label": "Sexual"
},
{
"label": "Security Agent"
"label": "Psychological/Emotional"
},
{
"label": "Media"
"label": "Threats and Coercion"
},
{
"label": "Family/Community"
"label": "Economic"
},
{
"label": "Election worker/official"
"label": "Information seeking about VAWIE services"
},
{
"label": "Unspecified/Other"
Expand Down
Loading