-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(GDU): Control profesion sin numero de matricula #2496
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cuando borro el array de matriculación de formación de grado del profesional, se rompe el badge y hace algo raro con la matricula de otro profesional
@juuliotero corregido |
|
@juuliotero Corregido |
profesional.formacionGrado[0].profesion.nombre +' '+(profesional.formacionGrado[0].matriculacion?.length? | ||
'MATRÍCULA N° ' | ||
+profesional.formacionGrado[0].matriculacion[profesional.formacionGrado[0].matriculacion?.length | ||
-1].matriculaNumero:''):'NO MATRICULADO'}}</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@palita1991 Palita, al leer se hace bastante difícil entender lo que esta sucediendo (dos asignaciones ternarias anidadas). Tal vez un mejor identado y uso de espacios ayude a facilitar la legibilidad.
Por otro lado, se va a mostrar MATRICULA N° ##
si tiene matricula c/ número, y 'NO MATRICULADO'
, si no tiene matricula, pero si tiene matricula y está sin número no va a mostrar ninguna información, es el comportamiento esperado?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@plammel rulito, el tema del identado lo hace automático la configuración que tenemos, no se si puedo manejar mucho ese tema a mano. En cuanto a la información que se va a mostrar, estas en lo correcto.
# [5.70.0](v5.69.0...v5.70.0) (2021-10-27) ### Bug Fixes * **novedades:** se alinean títulos de items ([#2501](#2501)) ([f8f7127](f8f7127)) ### Features * **bi:** filtros por organización y zona en dashboard de citas ([#2502](#2502)) ([c2d6d3e](c2d6d3e)) * **ficha:** caso asintomatico ([#2482](#2482)) ([710f636](710f636)) * **GDU:** control para cuando el profesional no tiene numero de matricula ([#2496](#2496)) ([4013e33](4013e33))
Requerimiento
https://proyectos.andes.gob.ar/browse/GDU-38
Funcionalidad desarrollada
UserStory llegó a completarse
Requiere actualizaciones en la base de datos
Requiere actualizaciones en la API
Requiere actualizaciones en andes-test-integracion