Skip to content

Commit

Permalink
Merge pull request #1336 from IFRCGo/feature/clean-up-resources-page-2
Browse files Browse the repository at this point in the history
Add Health Mapping Report and Core Competency Framework links to Resources page
  • Loading branch information
samshara authored Sep 4, 2024
2 parents 519b303 + 2a5e4a1 commit a38912d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-glasses-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"go-web-app": patch
---

Add Health Mapping Report to Resources page
5 changes: 5 additions & 0 deletions .changeset/tough-pandas-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"go-web-app": patch
---

Add Core Competency Framework link to Resources page
2 changes: 2 additions & 0 deletions app/src/views/Resources/i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@
"aboutMissingMaps": "Missing Maps",
"aboutReportingSystem": "Fed-wide Data and Reporting System",
"aboutLearningPlatform": "Learning Platform",
"aboutHealthMapping": "Health Mapping - Phase 1 Report",
"aboutContacts": "GO Contacts",
"aboutFurtherInfo": "For any further information, please contact {contactLink}",
"aboutGoFundingTitle": "Funding & Support",
"aboutGoFundingDescription": "GO has received dedicated personnel and funding support from:",
"aboutCoreCompetencyFramework": "Core Competency Framework",
"redCrossImageAmericanAlt": "Visit American Red Cross Page",
"redCrossImageAustralianAlt": "Visit Australian Red Cross Page",
"redCrossImageBritishAlt": "Visit British Red Cross Page",
Expand Down
14 changes: 14 additions & 0 deletions app/src/views/Resources/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,13 @@ export function Component() {
>
{strings.aboutSurgeLearning}
</Link>
<Link
href="https://surgelearning.ifrc.org/resources/core-competency-framework-surge-personnel"
external
withLinkIcon
>
{strings.aboutCoreCompetencyFramework}
</Link>
</Container>
<Container
className={styles.resourceCard}
Expand Down Expand Up @@ -240,6 +247,13 @@ export function Component() {
>
{strings.aboutLearningPlatform}
</Link>
<Link
href="https://prddsgofilestorage.blob.core.windows.net/api/documents/Health/Health.Mapping.-.Phase.1.Report.pdf"
external
withLinkIcon
>
{strings.aboutHealthMapping}
</Link>
</Container>
</Container>
<Container
Expand Down

0 comments on commit a38912d

Please sign in to comment.