Skip to content

Commit a38912d

Browse files
authored
Merge pull request #1336 from IFRCGo/feature/clean-up-resources-page-2
Add Health Mapping Report and Core Competency Framework links to Resources page
2 parents 519b303 + 2a5e4a1 commit a38912d

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

.changeset/six-glasses-fail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"go-web-app": patch
3+
---
4+
5+
Add Health Mapping Report to Resources page

.changeset/tough-pandas-push.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"go-web-app": patch
3+
---
4+
5+
Add Core Competency Framework link to Resources page

app/src/views/Resources/i18n.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@
3434
"aboutMissingMaps": "Missing Maps",
3535
"aboutReportingSystem": "Fed-wide Data and Reporting System",
3636
"aboutLearningPlatform": "Learning Platform",
37+
"aboutHealthMapping": "Health Mapping - Phase 1 Report",
3738
"aboutContacts": "GO Contacts",
3839
"aboutFurtherInfo": "For any further information, please contact {contactLink}",
3940
"aboutGoFundingTitle": "Funding & Support",
4041
"aboutGoFundingDescription": "GO has received dedicated personnel and funding support from:",
42+
"aboutCoreCompetencyFramework": "Core Competency Framework",
4143
"redCrossImageAmericanAlt": "Visit American Red Cross Page",
4244
"redCrossImageAustralianAlt": "Visit Australian Red Cross Page",
4345
"redCrossImageBritishAlt": "Visit British Red Cross Page",

app/src/views/Resources/index.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,13 @@ export function Component() {
167167
>
168168
{strings.aboutSurgeLearning}
169169
</Link>
170+
<Link
171+
href="https://surgelearning.ifrc.org/resources/core-competency-framework-surge-personnel"
172+
external
173+
withLinkIcon
174+
>
175+
{strings.aboutCoreCompetencyFramework}
176+
</Link>
170177
</Container>
171178
<Container
172179
className={styles.resourceCard}
@@ -240,6 +247,13 @@ export function Component() {
240247
>
241248
{strings.aboutLearningPlatform}
242249
</Link>
250+
<Link
251+
href="https://prddsgofilestorage.blob.core.windows.net/api/documents/Health/Health.Mapping.-.Phase.1.Report.pdf"
252+
external
253+
withLinkIcon
254+
>
255+
{strings.aboutHealthMapping}
256+
</Link>
243257
</Container>
244258
</Container>
245259
<Container

0 commit comments

Comments
 (0)