Skip to content

Commit

Permalink
Update descriptions on the dref import template
Browse files Browse the repository at this point in the history
  • Loading branch information
tnagorra committed Nov 13, 2024
1 parent 9a38b1f commit 883bdc9
Showing 1 changed file with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function useImportTemplateSchema() {
optionsKey: '__boolean',
validation: 'boolean',
description: (
'Indicate only if there was a similar event affecting the same area in the last 3 years.\n'
'Indicate only if it affected the same population groups\n'
+ 'Otherwise, leave the box empty.'
),
},
Expand All @@ -245,7 +245,7 @@ function useImportTemplateSchema() {
optionsKey: '__boolean',
validation: 'boolean',
description: (
'Indicate only if there was a similar event affecting the same area in the last 3 years.\n'
'Indicate only if the national society responded\n'
+ 'Otherwise, leave the box empty.'
),
},
Expand All @@ -255,7 +255,7 @@ function useImportTemplateSchema() {
label: '<i>If yes, please specify which operations</i>',
validation: 'string',
description: (
'Indicate only if there was a similar event affecting the same area in the last 3 years.\n'
'Indicate only if the national society requested funding from DREF for that event(s).\n'
+ 'Otherwise, leave the box empty.'
),
},
Expand Down Expand Up @@ -465,6 +465,17 @@ function useImportTemplateSchema() {
),
},

major_coordination_mechanism: {
type: 'input',
validation: 'textArea',
label: 'Major coordination mechanism',
description: (
'List coordination mechanisms/platform in place at local/district and national level. Indicate the lead authorities/agencies. How the National Society is involved/positioned in this coordination. Does the NS in any lead/co-lead role? Any identified gap/overlap in the coordination (e.g., sector missing…)?\n'
+ 'Indicate only if there are major coordination mechanism in place\n'
+ 'Otherwise, leave the box empty.'
),
},

needs_identified: {
type: 'list',
label: 'Needs (Gaps) Identified',
Expand Down

0 comments on commit 883bdc9

Please sign in to comment.