Skip to content

Commit

Permalink
Merge branch 'fix/update-fdrs-field-names' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tnagorra committed Nov 6, 2024
2 parents 3a4b9d5 + 801ec3c commit 19d3811
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 92 deletions.
5 changes: 5 additions & 0 deletions .changeset/blue-falcons-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ifrc-go/ui": patch
---

Add _primary red_ as fallback color for ProgressBar
9 changes: 9 additions & 0 deletions .changeset/wet-penguins-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"go-web-app": patch
---

Update FDRS data in Country / Context and Structure / NS indicators

- Add separate icon for each field for data year
- Use separate icon for disaggregation
- Update descriptions on dref import template (more details on *Missing / to be implemented* section in https://github.com/IFRCGo/go-web-app/pull/1434#issuecomment-2459034932)
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ function useImportTemplateSchema() {
type: 'input',
validation: 'number',
label: 'Estimated number of <b>People on the move</b> (if any)',
description: '<i>Percentage, e.g. XX%.</i>',
description: '<i>Number, e.g. XX,XXX.</i>',
},

risk_security: {
Expand Down Expand Up @@ -671,6 +671,7 @@ function useImportTemplateSchema() {
type: 'input',
validation: 'number',
label: '<b>Requested Amount in CHF</b>',
description: 'General funding requested to fund the interventions.',
},

planned_interventions: {
Expand Down
Loading

0 comments on commit 19d3811

Please sign in to comment.