Skip to content

Conversation

@Fabio-Ramirez
Copy link
Contributor

Requerimiento

https://proyectos.andes.gob.ar/browse/TOP-199

Funcionalidad desarrollada

  1. Cuando se desea volver a auditoria, de una solicitud que tiene un turno previo, se visualiza un modal que impide al usuario avanzar en el proceso

UserStory llegó a completarse

  • Si
  • No
  • No corresponde

Requiere actualizaciones en la base de datos

  • Si
  • No

Requiere actualizaciones en la API

  • Si
  • No

Requiere actualizaciones en andes-test-integracion

  • Si
  • No

@nicolasarana
Copy link
Contributor

image Todo ok funcionado. Saludos

import { Component, ElementRef, HostBinding, Input, OnInit, ViewChild } from '@angular/core';
import { Router } from '@angular/router';
import { catchError, concatWith, map, switchMap } from 'rxjs';
import { catchError, concatWith, map, switchMap, EMPTY, from, filter, NEVER } from 'rxjs';
Copy link
Contributor

@MarianoCampetella MarianoCampetella Dec 1, 2025

Choose a reason for hiding this comment

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

La variable empty no se está utilizando.
El resto anda perfecto.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Gracias compa, queda subido el cambio.

this.servicioPrestacion.getById(this.prestacionSeleccionada._id)
.pipe(
switchMap(prestacion => {
const tieneTurnoInvalido =
Copy link
Contributor

Choose a reason for hiding this comment

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

Me hace ruido el nombre, el turno se dió correctamente. Lo dejaría como "tieneTurno"

Copy link
Contributor

@negro89 negro89 left a comment

Choose a reason for hiding this comment

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

No se si hubo un cambio de rumbo en la tarea a ultimo momento pero pedía que el control estuviera del lado de la api. A pesar de esto me parece que está bien resuelto y la solución es válida.
Funciona de 10 pero dejo la duda para consultar mañana 👌🏼

@negro89
Copy link
Contributor

negro89 commented Jan 7, 2026

aprobado por chayanne 👍🏼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants