Skip to content
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

VAC: filtro por certificado en listado de inscripciones #1341

Merged
merged 1 commit into from
Apr 20, 2021
Merged

Conversation

juuliotero
Copy link
Contributor

Requerimiento

https://proyectos.andes.gob.ar/browse/VAC-36

Funcionalidad desarrollada

  1. Nuevo filtro por tieneCertificado

UserStories llegó a completarse

  • Si
  • No

Requiere actualizaciones en la base de datos

  • Si
  • No

@@ -41,6 +41,12 @@ class InscripcionVacunasResource extends ResourceBase {
return { $exists: value };
}
},
tieneCertificado: {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Validar que el parámetro tiene tieneCertificado sea un booleano valido, ya que si no lo es puede hacer una consulta mal formada
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

El control lo está haciendo mongoose, por eso devuelve un error.

@juuliotero juuliotero requested a review from plammel April 19, 2021 11:46
Copy link
Contributor

@kroce kroce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@juuliotero los certificados se generan solo para el grupo con factores de riesgo. En el resto de los grupos esta columna debería aparecer sin la X

@kroce kroce merged commit 3e2911e into master Apr 20, 2021
@kroce kroce deleted the VAC-36 branch April 20, 2021 13:12
liquid36 pushed a commit that referenced this pull request Apr 21, 2021
# [5.42.0](v5.41.0...v5.42.0) (2021-04-21)

### Bug Fixes

* **cda:** visualizar cda desde andes ([#1342](#1342)) ([5f7ff99](5f7ff99))
* **inscripcion:** cambia control para el mensaje de consulta ([#1345](#1345)) ([1e8412e](1e8412e))
* **mpi:** resuelve error por job que finaliza antes de lo esperado ([#1339](#1339)) ([51f212c](51f212c))
* **rup:** ajuste en informe PDF ([#1354](#1354)) ([b50403f](b50403f))

### Features

* **am:** permitir a familiar consultar laboratorios ([#1281](#1281)) ([3ca3704](3ca3704))
* **COM:** crear derivación como una prestación ([e222ab0](e222ab0))
* **EP:** formEpidemiologia.type.id ([1e31d26](1e31d26))
* **epidemiologia:** buscador fichas epidemiologicas ([a99ee82](a99ee82))
* **vac:** audit plugin en inscripcion-vacunas ([#1340](#1340)) ([6cf0b35](6cf0b35))
* **vac:** filtro por certificado ([#1341](#1341)) ([3e2911e](3e2911e))
* **vac:** restringir permisos de vacunación ([#1344](#1344)) ([2cccb1f](2cccb1f))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants