Skip to content

Commit a776bb5

Browse files
authored
Merge pull request #2314 from IFRCGo/feature/surge-cos-updates-2026-apr
Remove British from the list of NSs providing WASH M20
2 parents ec90cf5 + f26734f commit a776bb5

6 files changed

Lines changed: 61 additions & 3 deletions

File tree

.changeset/floppy-rivers-grin.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"go-web-app": patch
3+
---
4+
5+
Surge Catalogue of Services
6+
- Fix NS list providing WASH M20: /surge/catalogue/wash/msm20-eru
7+
- Add Service catalogue and Job aids to Digital Surge: /surge/catalogue/digital-systems

app/src/views/SurgeCatalogueInformationTechnology/i18n.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
"catalogueITLearnMore": "Learn More",
2222
"catalogueITAdditionalResourcesTitle": "Additional Resources",
2323
"catalogueITRole": "Roles and Responsibilities",
24-
"catalogueITRoleDescription": "Clarifying IM and Digital System role mandates in emergency response."
24+
"catalogueITRoleDescription": "Clarifying IM and Digital System role mandates in emergency response.",
25+
"catalogueITServiceCatalogue": "Service catalogue",
26+
"catalogueITJobAids": "Job aids"
2527
}
2628
}

app/src/views/SurgeCatalogueInformationTechnology/index.tsx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,24 @@ export function Component() {
6464
},
6565
];
6666

67+
const serviceCatalogue: LinkData[] = [
68+
{
69+
title: strings.catalogueITLearnMore,
70+
href: 'https://ifrcorg.sharepoint.com/:x:/s/IFRCSharing/IQCpBcABvCW2QL8fMGKx8LgJAaNW93UtuO5ClLNovfwWxFA',
71+
external: true,
72+
withLinkIcon: true,
73+
},
74+
];
75+
76+
const jobAids: LinkData[] = [
77+
{
78+
title: strings.catalogueITLearnMore,
79+
href: 'https://ifrcorg.sharepoint.com/:f:/s/IFRCSharing/IgAn2xGtgTc4QauHXK-0Su09AQbWhFUJJL58mUrrp4GNWrg',
80+
external: true,
81+
withLinkIcon: true,
82+
},
83+
];
84+
6785
return (
6886
<SurgeCatalogueContainer
6987
heading={strings.catalogueITTitle}
@@ -107,6 +125,14 @@ export function Component() {
107125
data={rolesResponsibilities}
108126
description={strings.catalogueITRoleDescription}
109127
/>
128+
<CatalogueInfoCard
129+
title={strings.catalogueITServiceCatalogue}
130+
data={serviceCatalogue}
131+
/>
132+
<CatalogueInfoCard
133+
title={strings.catalogueITJobAids}
134+
data={jobAids}
135+
/>
110136
</SurgeCardContainer>
111137

112138
</SurgeCatalogueContainer>

app/src/views/SurgeCatalogueWashKitMsm20Eru/i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
"specificationCostLabel": "Cost (indicative)",
3333
"specificationCostValue": "CHF 200,000",
3434
"specificationNSLabel": "National societies providing this service",
35-
"specificationNSValue": "Austrian, British, German, Spanish, Swedish."
35+
"specificationNSValue": "Austrian, German, Spanish, Swedish."
3636
}
3737
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"parent": "000077-1774412801025.json",
3+
"actions": [
4+
{
5+
"action": "update",
6+
"key": "specificationNSValue",
7+
"namespace": "surgeCatalogueWashKitMsm20Eru",
8+
"newValue": "Austrian, German, Spanish, Swedish."
9+
},
10+
{
11+
"action": "add",
12+
"key": "catalogueITServiceCatalogue",
13+
"namespace": "surgeCatalogueInformationTechnology",
14+
"value": "Service catalogue"
15+
},
16+
{
17+
"action": "add",
18+
"key": "catalogueITJobAids",
19+
"namespace": "surgeCatalogueInformationTechnology",
20+
"value": "Job aids"
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)