Girolabs / fathersApp

Schoenstatt Fathers social app
4 stars 2 forks source link

[living-situation-form] Ordered list of houses #191

Closed jroedel closed 3 years ago

jroedel commented 3 years ago

Problema

La lista de casas parece estar en un orden random. Esto hace dificil encontrar la casa deseada.

Solución

Usar la lista que aparece en /api/:lang/interface-data bajo la llave "houseOptions".

WhatsApp Image 2020-10-30 at 3 56 10 PM(1)

jroedel commented 3 years ago

The API has been modified. For example:

"houseOptions": [
    {
        "id": 28,
        "label": "AR Casa San Nicolás-Billinghurst",
        "sort": 0
    },
    {
        "id": 18,
        "label": "AR Córdoba",
        "sort": 1
    },
    {
        "id": 20,
        "label": "AR Florencio Varela - Casa Central",
        "sort": 2
    },
    ...
]
Joaquinecc commented 3 years ago

done