Skip to content

Commit

Permalink
HOCS-6954: Add new POGR categories (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephRogerson authored May 1, 2024
1 parent 251fa0e commit a8d88e1
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/main/resources/config/details/stages/POGR.json
Original file line number Diff line number Diff line change
Expand Up @@ -1028,6 +1028,11 @@
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Digital Application Channels"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_DIGITAL_FAST_TRACK",
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Digital Fast Track"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_PAPER",
"conditionPropertyName": "ComplainantCategory",
Expand Down Expand Up @@ -1889,6 +1894,11 @@
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Digital Application Channels"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_DIGITAL_FAST_TRACK",
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Digital Fast Track"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_PAPER",
"conditionPropertyName": "ComplainantCategory",
Expand Down Expand Up @@ -1933,6 +1943,16 @@
"choices": "HMPO_COMPLAINT_CATEGORIES_SVS",
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "SVS"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_DOCUMENT_HANDLING",
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Document Handling Unit (DHU)"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_TP_ADVICELINE",
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Serco - Passport Adviceline"
}
]
},
Expand Down
35 changes: 35 additions & 0 deletions src/main/resources/config/details/stages/POGR2.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Digital Application Channels"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_DIGITAL_FAST_TRACK",
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Digital Fast Track"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_PAPER",
"conditionPropertyName": "ComplainantCategory",
Expand Down Expand Up @@ -205,6 +210,16 @@
"choices": "HMPO_COMPLAINT_CATEGORIES_SVS",
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "SVS"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_DOCUMENT_HANDLING",
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Document Handling Unit (DHU)"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_TP_ADVICELINE",
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Serco - Passport Adviceline"
}
]
},
Expand Down Expand Up @@ -473,6 +488,11 @@
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Digital Application Channels"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_DIGITAL_FAST_TRACK",
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Digital Fast Track"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_PAPER",
"conditionPropertyName": "ComplainantCategory",
Expand Down Expand Up @@ -517,6 +537,16 @@
"choices": "HMPO_COMPLAINT_CATEGORIES_SVS",
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "SVS"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_DOCUMENT_HANDLING",
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Document Handling Unit (DHU)"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_TP_ADVICELINE",
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Serco - Passport Adviceline"
}
]
},
Expand Down Expand Up @@ -1671,6 +1701,11 @@
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Digital Application Channels"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_DIGITAL_FAST_TRACK",
"conditionPropertyName": "ComplainantCategory",
"conditionPropertyValue": "Digital Fast Track"
},
{
"choices": "HMPO_COMPLAINT_CATEGORIES_PAPER",
"conditionPropertyName": "ComplainantCategory",
Expand Down

0 comments on commit a8d88e1

Please sign in to comment.