diff --git a/components/case/summary/utils/caseStagesByAppealType.js b/components/case/summary/utils/caseStagesByAppealType.js index 24c569b2..c04154a7 100644 --- a/components/case/summary/utils/caseStagesByAppealType.js +++ b/components/case/summary/utils/caseStagesByAppealType.js @@ -80,7 +80,63 @@ export const stagesByCaseType = { } ]), - SIP: "DNS", + SIP: buildStages([ + { + stageId: 846040001, + titleKey: "pre-application", + descriptionKey: "pre-application-desc" + }, + { + stageId: 846040002, + titleKey: "environmental-impact-assessment-scoping", + descriptionKey: "environmental-impact-assessment-scoping-desc" + }, + { + stageId: 846040003, + titleKey: "notification", + descriptionKey: "notification-desc" + }, + { + stageId: 846040004, + titleKey: "acceptance-checking", + descriptionKey: "acceptance-checking-desc" + }, + { + stageId: 846040005, + titleKey: "invalid-submission", + descriptionKey: "invalid-submission-desc" + }, + { + stageId: 846040006, + titleKey: "consultation", + descriptionKey: "consultation-desc" + }, + { + stageId: 846040007, + titleKey: "re-consultation", + descriptionKey: "re-consultation-desc" + }, + { + stageId: 846040008, + titleKey: "reporting", + descriptionKey: "reporting-desc" + }, + { + stageId: 846040011, + titleKey: "report-to-ministers", + descriptionKey: "report-to-ministers-desc" + }, + { + stageId: 846040012, + titleKey: "minister-s-decision", + descriptionKey: "minister-s-decision-desc" + }, + { + stageId: 846040013, + titleKey: "case-closed", + descriptionKey: "case-closed-desc-dnssips" + } + ]), PLANNING_S78: buildStages([ { diff --git a/components/utils/caseStagesObj.js b/components/utils/caseStagesObj.js index b6a0dbcf..685ec0c6 100644 --- a/components/utils/caseStagesObj.js +++ b/components/utils/caseStagesObj.js @@ -98,8 +98,8 @@ export const statusValues = [ "statuscode": 3 }, { - "value": "Minister's Decision", - "value_cy": "Penderfyniad y Gweinidog", + "value": "Ministerial decision", + "value_cy": "Penderfyniad gweinidogol", "statuscode": 846040012 }, { @@ -235,8 +235,8 @@ export const statusValues = [ }, { "value": "Event", "value_cy": "Digwyddiad", "statuscode": 846040049 }, { - "value": "Minister's Decision", - "value_cy": "Penderfyniad y Gweinidog", + "value": "Ministerial decision", + "value_cy": "Penderfyniad gweinidogol", "statuscode": 846040050 }, { diff --git a/data/lookuptranslations.json b/data/lookuptranslations.json index 778d5264..8d6996ef 100644 --- a/data/lookuptranslations.json +++ b/data/lookuptranslations.json @@ -256,8 +256,8 @@ "statuscode": 9 }, { - "value": "Minister's Decision", - "value_cy": "Penderfyniad y Gweinidog", + "value": "Ministerial decision", + "value_cy": "Penderfyniad gweinidogol", "statuscode": 10 }, { diff --git a/locales/en/case-stages.json b/locales/en/case-stages.json index 4e5e56c8..4a2a0254 100644 --- a/locales/en/case-stages.json +++ b/locales/en/case-stages.json @@ -20,7 +20,7 @@ "report-to-ministers": "Report to Ministers", "report-to-ministers-desc-cpo": "The Inspector has submitted their report to the Welsh Ministers.", "report-to-ministers-desc": "The Welsh Ministers have received the Inspector(s)'s report and will issue their decision.", - "minister-s-decision": "Minister's Decision", + "minister-s-decision": "Ministerial decision", "minister-s-decision-desc": "The Welsh Ministers have issued their decision on this application.", "minister-s-decision-desc-callin": "The Welsh Ministers will issue their decision.", "case-closed": "Case Closed",