Skip to content

Commit

Permalink
Vulnerable Groups: Updating to Multiselect field
Browse files Browse the repository at this point in the history
  • Loading branch information
janorivera committed Jan 10, 2024
1 parent 95d79e4 commit 25efb16
Show file tree
Hide file tree
Showing 15 changed files with 558 additions and 529 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1815,53 +1815,42 @@
]
},
{
"name": "inConflictWithTheLaw",
"label": "Tiene conflictos con la ley",
"type": "checkbox"
},
{
"name": "livingInConflictZone",
"label": "Vive en una zona de conflicto",
"type": "checkbox"
},
{
"name": "livingInPoverty",
"label": "Vive en la pobreza",
"type": "checkbox"
},
{
"name": "memberOfAnEthnic",
"label": "Pertenece a una etnia",
"type": "checkbox"
},
{
"name": "childOnTheMove",
"label": "Se encuentra migrando",
"type": "select",
"unknownOption": "Desconocido",
"name": "vulnerableGroups",
"label": "Grupos Vulnerables",
"type": "listbox-multiselect",
"options": [
{
"value": "Desconocido",
"label": ""
"value": "Tiene conflictos con la ley",
"label": "Tiene conflictos con la ley"
},
{
"value": "Vive en una zona de conflicto",
"label": "Vive en una zona de conflicto"
},
{
"value": "Vive en la pobreza",
"label": "Vive en la pobreza"
},
{
"value": "Pertenece a una etnia",
"label": "Pertenece a una etnia"
},
{
"value": "Se encuentra migrando (voluntario)",
"label": "Se encuentra migrando (voluntario)"
},
{
"value": "Voluntario",
"label": "Voluntario"
"value": "Se encuentra migrando (involuntario)",
"label": "Se encuentra migrando (involuntario)"
},
{
"value": "Involuntario",
"label": "Involuntario"
"value": "Tiene una discapacidad",
"label": "Tiene una discapacidad"
},
{
"value": "Pertenece a la comunidad LGTBIQA+",
"label": "Pertenece a la comunidad LGTBIQA+"
}
]
},
{
"name": "childWithDisability",
"label": "Tiene una discapacidad",
"type": "checkbox"
},
{
"name": "LGBTQI+",
"label": "Pertenece a la comunidad LGTBIQA+",
"type": "checkbox"
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -5024,45 +5024,44 @@
}
},
{
"name": "inConflictWithTheLaw",
"label": "Adolescente en conflicto con la ley",
"type": "mixed-checkbox"
},
{
"name": "livingInConflictZone",
"label": "Adolescente viviendo en zona de conflicto",
"type": "mixed-checkbox"
},
{
"name": "livingInPoverty",
"label": "Adolescente viviendo en pobreza",
"type": "mixed-checkbox"
},
{
"name": "childOnTheMove",
"label": "Adolescente en desplazamiento",
"type": "select",
"unknownOption": "Desconocido",
"name": "vulnerableGroups",
"label": "Grupos Vulnerables",
"type": "listbox-multiselect",
"options": [
{
"value": "Desconocido",
"label": ""
"value": "En conflicto con la ley",
"label": "En conflicto con la ley"
},
{
"value": "Viviendo en zona de conflicto",
"label": "Viviendo en zona de conflicto"
},
{
"value": "Viviendo en pobreza",
"label": "Viviendo en pobreza"
},
{
"value": "Voluntario",
"label": "Voluntario"
"value": "Pertenece a una etnia",
"label": "Pertenece a una etnia"
},
{
"value": "Involuntario",
"label": "Involuntario"
"value": "En desplazamiento (voluntario)",
"label": "En desplazamiento (voluntario)"
},
{
"value": "En desplazamiento (involuntario)",
"label": "En desplazamiento (involuntario)"
},
{
"value": "En condición de discapacidad",
"label": "En condición de discapacidad"
},
{
"value": "Pertenece a la comunidad LGTBIQA+",
"label": "Pertenece a la comunidad LGTBIQA+"
}
]
},
{
"name": "childWithDisability",
"label": "Adolescente en condición de discapacidad",
"type": "mixed-checkbox"
},
{
"name": "epsType",
"label": "Tipo de EPS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,38 +158,50 @@
"type": "mixed-checkbox"
},
{
"name": "inConflictWithTheLaw",
"label": "Child in conflict with the law",
"type": "mixed-checkbox"
},
{
"name": "livingInConflictZone",
"label": "Child living in conflict zone",
"type": "mixed-checkbox"
},
{
"name": "livingInPoverty",
"label": "Child living in poverty",
"type": "mixed-checkbox"
},
{
"name": "memberOfAnEthnic",
"label": "Child member of an ethnic, racial or religious minority",
"type": "mixed-checkbox"
},
{
"name": "childWithDisability",
"label": "Child with disability",
"type": "mixed-checkbox"
},
{
"name": "childOnTheMove",
"label": "Child on the move",
"type": "select",
"name": "vulnerableGroups",
"label": "Vulnerable Groups",
"type": "listbox-multiselect",
"options": [
{ "value": "Unknown", "label": "" },
{ "value": "Involuntary", "label": "Involuntary" },
{ "value": "Voluntary", "label": "Voluntary" }
{
"value": "Child in conflict with the law",
"label": "Child in conflict with the law"
},
{
"value": "Child living in conflict zone",
"label": "Child living in conflict zone"
},
{
"value": "Child living in poverty",
"label": "Child living in poverty"
},
{
"value": "Child member of an ethnic, racial or religious minority",
"label": "Child member of an ethnic, racial or religious minority"
},
{
"value": "Child on the move (involuntarily)",
"label": "Child on the move (involuntarily)"
},
{
"value": "Child on the move (voluntarily)",
"label": "Child on the move (voluntarily)"
},
{
"value": "Child with disability",
"label": "Child with disability"
},
{
"value": "LGBTQI+/SOGIESC child",
"label": "LGBTQI+/SOGIESC child"
},
{
"value": "Out-of-school child",
"label": "Out-of-school child"
},
{
"value": "Other",
"label": "Other"
}
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -252,33 +252,34 @@
"type": "input"
},
{
"name": "inConflictWithTheLaw",
"label": "Törvénnyel összeütközésbe került gyerek",
"type": "mixed-checkbox"
},
{
"name": "livingInPoverty",
"label": "Szegénységben élő gyerek",
"type": "mixed-checkbox"
},
{
"name": "memberOfAnEthnic",
"label": "Etnikai, vallási kisebbséghez tartozó gyerek",
"type": "mixed-checkbox"
},
{
"name": "childWithDisability",
"label": "Fogyatékossággal élő gyerek",
"type": "mixed-checkbox"
},
{
"name": "childOnTheMove",
"label": "Menekült gyerek",
"type": "mixed-checkbox"
},
{
"name": "LGBTQI+",
"label": "LGBTQI+",
"type": "mixed-checkbox"
"name": "vulnerableGroups",
"label": "Vulnerable Groups",
"type": "listbox-multiselect",
"options": [
{
"value": "Törvénnyel összeütközésbe került gyerek",
"label": "Törvénnyel összeütközésbe került gyerek"
},
{
"value": "Szegénységben élő gyerek",
"label": "Szegénységben élő gyerek"
},
{
"value": "Etnikai, vallási kisebbséghez tartozó gyerek",
"label": "Etnikai, vallási kisebbséghez tartozó gyerek"
},
{
"value": "Menekült gyerek",
"label": "Menekült gyerek"
},
{
"value": "Fogyatékossággal élő gyerek",
"label": "Fogyatékossággal élő gyerek"
},
{
"value": "LGBTQI+",
"label": "LGBTQI+"
}
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -1914,24 +1914,27 @@
]
},
{
"name": "inConflictWithTheLaw",
"label": "Child in conflict with the law",
"type": "mixed-checkbox"
},
{
"name": "memberOfAnEthnic",
"label": "Child member of a minority religion/caste",
"type": "mixed-checkbox"
},
{
"name": "childWithDisability",
"label": "Child with disability",
"type": "mixed-checkbox"
},
{
"name": "LGBTQI+",
"label": "LGBTQI+ / SOGIESC child",
"type": "mixed-checkbox"
"name": "vulnerableGroups",
"label": "Vulnerable Groups",
"type": "listbox-multiselect",
"options": [
{
"value": "Client in conflict with the law",
"label": "Client in conflict with the law"
},
{
"value": "Client member of a minority religion/caste",
"label": "Client member of a minority religion/caste"
},
{
"value": "Client with disability",
"label": "Client with disability"
},
{
"value": "LGBTQI+/SOGIESC client",
"label": "LGBTQI+/SOGIESC client"
}
]
},
{
"name": "region",
Expand Down
Loading

0 comments on commit 25efb16

Please sign in to comment.