Skip to content

Commit 72cc269

Browse files
committed
New Catalogue of Services items. Add GitHub issues to backlog.
1 parent c998734 commit 72cc269

File tree

5 files changed

+33
-12
lines changed

5 files changed

+33
-12
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Add issues to Backlog
2+
3+
on:
4+
issues:
5+
types:
6+
- opened
7+
8+
jobs:
9+
add-to-project:
10+
name: Add issue to project
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/[email protected]
14+
with:
15+
project-url: https://github.com/orgs/IFRCGo/projects/12
16+
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

src/views/SurgeCatalogueLogistics/i18n.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
"catalogueLogisticsRoleHeading": "Rapid Response Personnel",
77
"catalogueLogisticsRoleTitle": "Role Profiles",
88
"catalogueLogisticsSupplyChainCoordinator": "Supply Chain Coordinator",
9+
"catalogueLogisticsDeputySupplyChainCoordinator": "Deputy Supply Chain Coordinator",
10+
"catalogueLogisticsMobilisationOfficer": "Mobilisation Officer",
911
"catalogueLogisticsSupplyERUTeamLeader": "Logs ERU Team Leader",
1012
"catalogueAirOpsOfficer": "AirOps Officer",
1113
"catalogueCashLogisticsOfficer": "Cash Logistics Officer",

src/views/SurgeCatalogueLogistics/index.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ export function Component() {
1818
external: true,
1919
withLinkIcon: true,
2020
},
21+
{
22+
title: strings.catalogueLogisticsDeputySupplyChainCoordinator,
23+
href: 'https://ifrcorg.sharepoint.com/:b:/s/IFRCSharing/EWBCntZoaDNDnXxHgLGqvLQBkHTO2hAV2OLPk4QJNbcYow',
24+
external: true,
25+
withLinkIcon: true,
26+
},
27+
{
28+
title: strings.catalogueLogisticsMobilisationOfficer,
29+
href: 'https://ifrcorg.sharepoint.com/:b:/s/IFRCSharing/Ea7AHGC3QQJEtSNhELN-PHMBRotlp4b9neev2QX5TQgFPQ',
30+
external: true,
31+
withLinkIcon: true,
32+
},
2133
{
2234
title: strings.catalogueLogisticsSupplyERUTeamLeader,
2335
href: 'https://ifrcorg.sharepoint.com/:b:/s/IFRCSharing/EfcAEr1nBFFNk3QP8ua2jgsBBaDL0_NuHQOFg7BZupd_PA',

src/views/SurgeCatalogueOtherPreparednessEffectiveResponse/i18n.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"otherOverview": "Overview",
66
"otherOverviewDetail": "Preparedness for Effective Response (PER) is a cyclical approach designed to empower National Societies to become more creative and innovative in their disaster management actions, and contribute to the coordination of national and global response systems.",
77
"rapidResponse": "Rapid Response Personnel Role Profile",
8-
"rapidResponseDetail":"Details about the expectations for this specialty can be found in the role profiles:",
9-
"otherLinkOne": "Rapid Response Preparedness for Effective Response Coordinator role profile.",
10-
"otherLinkTwo": "Rapid Response National Society Preparedness for Effective Response Officer role profile."
8+
"rapidResponseDetail":"Details about the expectations for this specialty can be found in this role profile:",
9+
"otherLinkOne": "National Society Response Capacity Coordinator role profile"
1110
}
1211
}

src/views/SurgeCatalogueOtherPreparednessEffectiveResponse/index.tsx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,12 @@ export function Component() {
2626
<ul>
2727
<li>
2828
<Link
29-
href="https://ifrcorg.sharepoint.com/:b:/s/IFRCSharing/EXZPVgHffW9Dludcn9HZlaABn4Ppg37CGuoGgeGjOxKkVw"
29+
href="https://ifrcorg.sharepoint.com/:b:/s/IFRCSharing/Edaaenk6m4NKs_umF3XKdIQBST4a5xaQxmmYqJk9cNrSiw"
3030
external
3131
>
3232
{strings.otherLinkOne}
3333
</Link>
3434
</li>
35-
<li>
36-
<Link
37-
href="https://ifrcorg.sharepoint.com/:b:/s/IFRCSharing/EVOb9psRxttGmVi3i3u89IABALc8e0x1Lm7_eU8UkvLgLw"
38-
external
39-
>
40-
{strings.otherLinkTwo}
41-
</Link>
42-
</li>
4335
</ul>
4436
</SurgeContentContainer>
4537
</SurgeCatalogueContainer>

0 commit comments

Comments
 (0)