From b9a1d6a48f04432e5165037290b0a3bd51d45cfd Mon Sep 17 00:00:00 2001 From: roshni73 Date: Wed, 4 Dec 2024 16:34:50 +0545 Subject: [PATCH] Add keyfigues for operational learning --- app/src/views/OperationalLearning/i18n.json | 6 +++- app/src/views/OperationalLearning/index.tsx | 35 +++++++++++++++++++ .../OperationalLearning/styles.module.css | 35 +++++++++++++++++++ 3 files changed, 75 insertions(+), 1 deletion(-) diff --git a/app/src/views/OperationalLearning/i18n.json b/app/src/views/OperationalLearning/i18n.json index 89de54521..8b7354054 100644 --- a/app/src/views/OperationalLearning/i18n.json +++ b/app/src/views/OperationalLearning/i18n.json @@ -20,6 +20,10 @@ "failedToCreateExport": "Failed to generate export.", "disclaimerMessage": "This is an updated implementation of the Operational Learning project started by the DREF and PER teams at IFRC. The previous dashboard can be found {link}.", "here": "here", - "beta": "beta" + "beta": "beta", + "operationsIncluded": "Operations Included", + "sourcesUsed": "Sources Used", + "learningExtract": "Learning Extracts", + "sectorsCovered": "Sectors Covered" } } diff --git a/app/src/views/OperationalLearning/index.tsx b/app/src/views/OperationalLearning/index.tsx index 85b605192..b77c7e887 100644 --- a/app/src/views/OperationalLearning/index.tsx +++ b/app/src/views/OperationalLearning/index.tsx @@ -11,6 +11,7 @@ import { DismissableMultiListOutput, DismissableTextOutput, Header, + KeyFigure, List, Tab, TabList, @@ -476,6 +477,40 @@ export function Component() { )} /> +
+
+ +
+ +
+ +
+ +
+
+ {showKeyInsights && (