From c7752b0b23359feba8c253e11e41d5f6b51bfd21 Mon Sep 17 00:00:00 2001
From: Janith Rathnayaka
Date: Tue, 21 May 2024 19:29:18 +0530
Subject: [PATCH] update css chnages methodology
---
ui/database/methodologyTableData.ts | 12 +++---
ui/pages/methodology.tsx | 62 +++++++++++------------------
2 files changed, 30 insertions(+), 44 deletions(-)
diff --git a/ui/database/methodologyTableData.ts b/ui/database/methodologyTableData.ts
index 32450d2d6..8efb475aa 100644
--- a/ui/database/methodologyTableData.ts
+++ b/ui/database/methodologyTableData.ts
@@ -22,7 +22,7 @@ export const tableData = [
{
subPillar: "Usage & Adoption",
levels: [
- "Tech for leisure, low access and adoption.",
+ "Basic: Tech for leisure, low access and adoption.",
"Transactional: Moderate use, gaps in access.",
"Intermediate: Complex actions, info access, tech ownership.",
"Advanced: Complex services, reduced divide.",
@@ -128,7 +128,7 @@ export const tableData = [
levels: [
" Closed: No info sharing, no feedback or evaluation.",
"Reactionary: Limited sharing, key stakeholder input.",
- "Informative: Regular info sharing, some stakeholder input.",
+ "Transparent: Regular info sharing, some stakeholder input.",
"Participatory: Info sharing, broad input, partial KPIs.",
"Collaborative: Open, stakeholder partnership, robust feedback, evaluations.",
],
@@ -272,11 +272,11 @@ export const tableData = [
{
subPillar: "Payments",
levels: [
- " Traditional: Cash, checks dominate, rare digital payments.",
+ "Traditional: Cash, checks dominate, rare digital payments.",
"Changing: Digital access, cards, online banking, cashless.",
- "Prepaid, mobile money, no bank account.",
- "Decoupled payments, digital wallets.",
- "Widespread digital payments, local currencies.",
+ "Systematic: Prepaid, mobile money, no bank account.",
+ "Differentiating: Decoupled payments, digital wallets.",
+ "Transformational: Widespread digital payments, local currencies.",
],
},
{
diff --git a/ui/pages/methodology.tsx b/ui/pages/methodology.tsx
index a12a6b314..4a35c1b17 100644
--- a/ui/pages/methodology.tsx
+++ b/ui/pages/methodology.tsx
@@ -284,21 +284,8 @@ export default function Methodology(
first version of the Compass. This indicator evaluation had two
phases:
-
- These indicators are compiled into an Open Digital Development
- Data Exchange that includes 189 publicly available datasets and
- is available on{" "}
-
- GitHub
-
- . Sources of the data sets include:
-
- -
+
-
Phase 1: Existing indicators were reviewed according to newly
established indicator criteria. A number of composite indexes
were also exploded (the term “exploded” is used, in the sense
@@ -552,37 +539,36 @@ export default function Methodology(
For indicators where there are gaps in country data, or where an
indicator has not collected data from particular countries,
- imputing scores is an option. However, imputed data is not
- included into the scoring in the Digital Development Compass,
- while visualization is enabled with a toggle switch giving the
- user the option to visualise data with or without imputed
- scores. The following methods for imputation to use it in only
- the data visualisation are used depending on their suitability
- within a given context:
+ imputing scores is an option. However, imputed data is{" "}
+ not included into the scoring in the Digital Development
+ Compass, while visualization is enabled with a toggle switch
+ giving the user the option to visualise data with or without
+ imputed scores. The following methods for imputation to use it
+ in only the data visualisation are used depending on their
+ suitability within a given context:
-
- Linear interpolation:{" "}
- Historical information can be used before implementing a
- modelling-based approach. If data is missing but there are
- values in preceding and subsequent years, linear interpolation
- is used.
+ Linear interpolation: Historical
+ information can be used before implementing a modelling-based
+ approach. If data is missing but there are values in preceding
+ and subsequent years, linear interpolation is used.
-
- Extrapolation: If there is
- no data from preceding and subsequent years, data is
- extrapolated as a constant value of the nearest reported data,
- or as a value on a trend line/curve.
+ Extrapolation: If there is no data
+ from preceding and subsequent years, data is extrapolated as a
+ constant value of the nearest reported data, or as a value on
+ a trend line/curve.
-
-
+
Neighbouring/similar countries’ data:
{" "}
A mean average is taken based on a sample of regionally
neighbouring countries and/or GDP figures.
-
-
+
Expectation-maximisation with a bootstrapping (EMB):
{" "}
The remaining missing data is imputed with an
@@ -650,7 +636,7 @@ export default function Methodology(
{tableData.length > 0 && (
-
+ |
{tableData[0].pillar}
|
{tableData[0].levels.map((level, levelIndex) => (
@@ -745,7 +731,7 @@ export default function Methodology(
{tableData.length > 0 && (
-
+ |
{tableData[1].pillar}
|
{tableData[1].levels.map((level, levelIndex) => (
@@ -840,7 +826,7 @@ export default function Methodology(
{tableData.length > 0 && (
-
+ |
{tableData[2].pillar}
|
{tableData[2].levels.map((level, levelIndex) => (
@@ -935,7 +921,7 @@ export default function Methodology(
{tableData.length > 0 && (
-
+ |
{tableData[3].pillar}
|
{tableData[3].levels.map((level, levelIndex) => (
@@ -1030,7 +1016,7 @@ export default function Methodology(
{tableData.length > 0 && (
-
+ |
{tableData[4].pillar}
|
{tableData[4].levels.map((level, levelIndex) => (
@@ -1125,7 +1111,7 @@ export default function Methodology(
{tableData.length > 0 && (
-
+ |
{tableData[5].pillar}
|
{tableData[5].levels.map((level, levelIndex) => (