Skip to content

Commit

Permalink
Merge pull request #2572 from techmatters/sinekhaya/zw/call-dispositions
Browse files Browse the repository at this point in the history
ZW Call Dispositions
  • Loading branch information
sinehome authored Oct 23, 2024
2 parents 3e90d6f + 4a7177e commit a68b8f7
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 7 deletions.
50 changes: 43 additions & 7 deletions hrm-form-definitions/form-definitions/zw/v1/CallTypeButtons.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
"category": "data"
},
{
"name": "silent",
"label": "Silent",
"name": "disconnected",
"label": "Disconnected Number",
"type": "button",
"category": "non-data"
},
{
"name": "blank",
"label": "Blank",
"name": "noanswer",
"label": "No Answer",
"type": "button",
"category": "non-data"
},
{
"name": "joke",
"label": "Joke",
"name": "droped",
"label": "Untentional Hangup",
"type": "button",
"category": "non-data"
},
{
"name": "hangup",
"label": "Hang up",
"label": "Intentional Hangup",
"type": "button",
"category": "non-data"
},
Expand All @@ -46,5 +46,41 @@
"label": "Abusive",
"type": "button",
"category": "non-data"
},
{
"name": "network",
"label": "Network Challenges",
"type": "button",
"category": "non-data"
},
{
"name": "information",
"label": "Other Information",
"type": "button",
"category": "non-data"
},
{
"name": "test",
"label": "Caller Testing Services",
"type": "button",
"category": "non-data"
},
{
"name": "thanks",
"label": "Thank You Childline",
"type": "button",
"category": "non-data"
},
{
"name": "playing",
"label": "Playing with Phone",
"type": "button",
"category": "non-data"
},
{
"name": "silent",
"label": "Inaudible",
"type": "button",
"category": "non-data"
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,65 @@
"label": "Did you discuss rights with the child?",
"type": "mixed-checkbox"
},
{
"name": "dispositions",
"label": "Project-specific Dispositions",
"type": "select",
"options": [
{
"value": "",
"label": ""
},
{
"value": "Centenary",
"label": "Centenary"
},
{
"value": "Cowdry Park",
"label": "Cowdry Park (DCA1)"
},
{
"value": "Old Magwegwe",
"label": "Old Magwegwe (DCA2)"
},
{
"value": "Hopley",
"label": "Hopley"
},
{
"value": "Mbare",
"label": "Mbare Call"
},
{
"value": "Kuwadzana",
"label": "Kuwadzana (OAK)"
},
{
"value": "Epworth",
"label": "Epworth (OAK1)"
},
{
"value": "Dziravasekwa",
"label": "Dziravasekwa (OAK2)"
},
{
"value": "Mtoko",
"label": "Mtoko etc (Plan)"
},
{
"value": "Mangwe",
"label": "Mangwe (SAVE1)"
},
{
"value": "Bulilima",
"label": "Bulilima (SAVE2)"
},
{
"value": "Stone",
"label": "Stoneridge"
}
]
},
{
"name": "department",
"label": "Department",
Expand Down

0 comments on commit a68b8f7

Please sign in to comment.