-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added translation migrations - Created changesets
- Loading branch information
Showing
5 changed files
with
160 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"@ifrc-go/ui": patch | ||
--- | ||
|
||
- Pass styling props to `BarChart` and `TimeSeriesChart` | ||
- Fix date separation logic in `getDatesSeparatedByYear` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
"go-web-app": minor | ||
--- | ||
|
||
Added Operational Learning 2.0 | ||
|
||
- Key Figures Overview in Operational Learning | ||
- Map View for Operational Learning | ||
- Learning by Sector Bar Chart | ||
- Learning by Region Bar Chart | ||
- Sources Over Time Line Chart | ||
- Methodology changes for the prioritization step | ||
- Added an option to regenerate cached summaries | ||
- Summary post-processing and cleanup | ||
- Enabled MDR code search in admin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"parent": "000010-1738067954473.json", | ||
"actions": [ | ||
{ | ||
"action": "add", | ||
"key": "downloadMapTitle", | ||
"namespace": "operationalLearning", | ||
"value": "Operational learning map" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "failedToFetchLearning", | ||
"namespace": "operationalLearning", | ||
"value": "Failed to fetch operational learning" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "failedToFetchPerComponents", | ||
"namespace": "operationalLearning", | ||
"value": "Failed to fetch PER components" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "failedToFetchStats", | ||
"namespace": "operationalLearning", | ||
"value": "Failed To fetch operational learning statistics." | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "failedToFetchSummary", | ||
"namespace": "operationalLearning", | ||
"value": "Failed to fetch operational learning summary" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "learningByRegions", | ||
"namespace": "operationalLearning", | ||
"value": "Learning by regions" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "learningBySector", | ||
"namespace": "operationalLearning", | ||
"value": "Learning by sectors" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "learningCount", | ||
"namespace": "operationalLearning", | ||
"value": "Learning count" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "learningExtract", | ||
"namespace": "operationalLearning", | ||
"value": "Learning Extracts" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "operationsIncluded", | ||
"namespace": "operationalLearning", | ||
"value": "Operations Included" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "sectorsCovered", | ||
"namespace": "operationalLearning", | ||
"value": "Sectors Covered" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "sourceDREF", | ||
"namespace": "operationalLearning", | ||
"value": "DREF" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "sourceEmergencyAppeal", | ||
"namespace": "operationalLearning", | ||
"value": "Emergency Appeal" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "sourceOthers", | ||
"namespace": "operationalLearning", | ||
"value": "Others" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "sourcesOverTime", | ||
"namespace": "operationalLearning", | ||
"value": "Sources over time" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "sourcesTypeLegendLabel", | ||
"namespace": "operationalLearning", | ||
"value": "Type of source" | ||
}, | ||
{ | ||
"action": "add", | ||
"key": "sourcesUsed", | ||
"namespace": "operationalLearning", | ||
"value": "Sources Used" | ||
}, | ||
{ | ||
"action": "update", | ||
"key": "opsLearningSummariesHeading", | ||
"namespace": "operationalLearning", | ||
"newValue": "Summary of learning" | ||
} | ||
] | ||
} |