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

TYP - Listado de prestaciones no nominalizadas #2962

Merged
merged 1 commit into from
Feb 14, 2024
Merged

TYP - Listado de prestaciones no nominalizadas #2962

merged 1 commit into from
Feb 14, 2024

Conversation

ma7payne
Copy link
Contributor

@ma7payne ma7payne commented Dec 11, 2023

Requerimiento

https://proyectos.andes.gob.ar/browse/TYP-5
https://proyectos.andes.gob.ar/browse/TYP-11

Funcionalidad desarrollada

  1. Crea nuevo componente para la visualización de prestaciones "no nominalizadas".
  2. Modifica el componente de búsqueda actual para excluir las prestaciones "no nominalizadas" del campo "Prestaciones".
  3. Segun lo especificado en la tarea TYP-11, se modifica la directiva "prestaciones-select" para poder filtrar por tipo de prestacion en los listados de selección.

Requiere ultima versión de Plex Icons:
https://www.npmjs.com/package/@andes/icons
andes/andes-font-icon#13

UserStory llegó a completarse

  • Si
  • No
  • No corresponde

Requiere actualizaciones en la base de datos

  • Si
  • No

Se deben actualizar el módulo de "Turnos y Prestaciones" en la colección "modulos" con los siguientes datos:

{
  "nombre" : "FACTURACIÓN",
    "descripcion" : "Buscador de Turnos y Prestaciones",
    "subtitulo" : "Buscador",
    "color" : "#7c87a5",
    "icono" : "compu-listado",
    "linkAcceso" : "/buscador",
    "activo" : true,
    "orden" : 4,
    "permisos" : [ 
        "turnosPrestaciones:buscar"
    ],
    "class" : "turnos-prestaciones",
    "submodulos" : [ 
        {
            "activo" : true,
            "permisos" : [ 
                "turnosPrestaciones:*"
            ],
            "nombre" : "Nominali-<br>zadas",
            "linkAcceso" : "/buscador",
            "color" : "#7c87a5",
            "icono" : "agenda-paciente",
            "orden" : 0
        }, 
        {
            "activo" : true,
            "permisos" : [ 
                "turnosPrestaciones:*"
            ],
            "nombre" : "No<br>nominali<br>-zadas",
            "linkAcceso" : "/buscador/no_nominalizadas",
            "color" : "#5C7BBF",
            "icono" : "calendar-cruz",
            "orden" : 1
        }
    ],
    "class" : "turnos-prestaciones",
    "permisos" : [ 
        "turnosPrestaciones:*"
    ]
}

Requiere actualizaciones en la API

Requiere actualizaciones en andes-test-integracion

  • Si
  • No

@ma7payne ma7payne requested review from a team as code owners December 11, 2023 17:23
@silviroa
Copy link
Contributor

USUARIO: mchiappe
BUILD NUMBER: 10043
CYPRESS RUN: 9152
TEST START: 2023-12-11T17:58:50.215Z
TOTAL: 365
SUCCESS: 347
FAIL: 16
SKIPPED: 2

Copy link
Contributor

@AgosLizzi AgosLizzi left a comment

Choose a reason for hiding this comment

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

Nuevo versión (1.1.22) con los iconos a utilizar
https://www.npmjs.com/package/@andes/icons

  • agenda-paciente

  • calendar-cruz

Colores: #7C87A5 / #5C7BBF

@silviroa
Copy link
Contributor

silviroa commented Jan 5, 2024

USUARIO: mchiappe
BUILD NUMBER: 10182
CYPRESS RUN: 9290
TEST START: 2024-01-05T12:47:40.875Z
TOTAL: 352
SUCCESS: 333
FAIL: 17
SKIPPED: 2

@silviroa
Copy link
Contributor

silviroa commented Jan 5, 2024

USUARIO: mchiappe
BUILD NUMBER: 10184
CYPRESS RUN: 9292
TEST START: 2024-01-05T13:26:36.909Z
TOTAL: 385
SUCCESS: 373
FAIL: 11
SKIPPED: 1

@ma7payne
Copy link
Contributor Author

ma7payne commented Jan 8, 2024

Nuevo versión (1.1.22) con los iconos a utilizar https://www.npmjs.com/package/@andes/icons

  • agenda-paciente
  • calendar-cruz

Colores: #7C87A5 / #5C7BBF

Testeados los nuevos iconos. Tener en cuenta que se aplican en bases como se menciona previamente.

@silviroa
Copy link
Contributor

silviroa commented Jan 8, 2024

USUARIO: mchiappe
BUILD NUMBER: 10197
CYPRESS RUN: 9305
TEST START: 2024-01-08T12:57:59.287Z
TOTAL: 406
SUCCESS: 399
FAIL: 5
SKIPPED: 2

@silviroa
Copy link
Contributor

silviroa commented Jan 8, 2024

USUARIO: mchiappe
BUILD NUMBER: 10199
CYPRESS RUN: 9307
TEST START: 2024-01-08T13:24:17.294Z
TOTAL: 406
SUCCESS: 399
FAIL: 5
SKIPPED: 2

this.botonBuscarDisabled = diff > 31;
}

if (fechaDesde && fechaDesde.isValid() && fechaHasta && fechaHasta.isValid()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Utilizar el encademiento opcional "?" para simplificar codigo.


<td *ngIf="columnas.fecha">{{busqueda.fecha | date: "dd/MM/yyyy HH:mm " }}</td>
<td *ngIf="columnas.efector">
{{busqueda.organizacion.nombre}}
Copy link
Contributor

Choose a reason for hiding this comment

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

Se sugiere chequear que exista organizacion.

@silviroa
Copy link
Contributor

USUARIO: mchiappe
BUILD NUMBER: 10264
CYPRESS RUN: 9371
TEST START: 2024-01-15T12:58:18.981Z
TOTAL: 375
SUCCESS: 367
FAIL: 5
SKIPPED: 3

@silviroa
Copy link
Contributor

USUARIO: mchiappe
BUILD NUMBER: 10266
CYPRESS RUN: 9373
TEST START: 2024-01-15T13:41:56.489Z
TOTAL: 401
SUCCESS: 398
FAIL: 0
SKIPPED: 3

@silviroa silviroa added test ok Los test estan ok and removed test fail labels Jan 15, 2024
@ma7payne ma7payne added changes done and removed changes requested Se solicitaron cambios labels Jan 15, 2024
@AgosLizzi AgosLizzi self-requested a review January 15, 2024 14:35
Copy link
Contributor

@AgosLizzi AgosLizzi left a comment

Choose a reason for hiding this comment

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

Mati, al seleccionar un rango de fechas y dar click en "buscar" me saltan un par de errores. Te dejo video
https://www.loom.com/share/e96f9c0b9e0448b0a486e7f6f440a6bd

@ma7payne
Copy link
Contributor Author

Mati, al seleccionar un rango de fechas y dar click en "buscar" me saltan un par de errores. Te dejo video https://www.loom.com/share/e96f9c0b9e0448b0a486e7f6f440a6bd

Lista la corrección de errores mostrados en consola!

@AgosLizzi AgosLizzi self-requested a review January 16, 2024 17:52
Copy link
Contributor

@Fabio-Ramirez Fabio-Ramirez left a comment

Choose a reason for hiding this comment

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

Mati tal como lo observamos, en slack queda el videito, en el cual cuando fltras una busqueda en "X" organización y despues cambias de efector, el filtro no se limpia y por ende se visualizan los datos de la ultima búsqueda. Igual adjunto imagenes. Queda atento.
Observación 1
Observación 2

@ma7payne
Copy link
Contributor Author

Listos los cambios en cache pedidos por @Fabio-Ramirez

@negro89 negro89 merged commit fe145ff into master Feb 14, 2024
2 checks passed
@negro89 negro89 deleted the TYP-5 branch February 14, 2024 14:37
liquid36 pushed a commit that referenced this pull request Feb 21, 2024
# [5.133.0](v5.132.2...v5.133.0) (2024-02-21)

### Bug Fixes

* **IN:** visualizacion de registros en sidebar ([#2973](#2973)) ([#2903](#2903)) ([63c0e6f](63c0e6f))

### Features

* **IN:** request con boton de busqueda ([#2960](#2960)) ([7454faf](7454faf))
* **TYP:** listado de prestaciones no nominalizadas ([#2962](#2962)) ([fe145ff](fe145ff))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Aprobado test ok Los test estan ok
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants