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

CITAS - Cambio de diseño y demanda rechazada #2627

Merged
merged 1 commit into from
May 4, 2022
Merged

Conversation

palita1991
Copy link
Contributor

@palita1991 palita1991 commented Apr 19, 2022

Requerimiento

https://proyectos.andes.gob.ar/browse/CIT-119

Funcionalidad desarrollada

Por cuestiones de espacio en el sidebar y según lo charlado en la reunión

  1. Se saco el icono de calendario grande
  2. Si se filtra únicamente por tipo de Prestación en el detalle de la agenda se visualiza solamente el equipo de salud
  3. Si se filtra únicamente por Equipo de salud en el detalle de la agenda se visualiza solamente la tipo de prestación
  4. Si se filtra por tipo de prestación y equipo de salud, se muestran ambos datos en el detalle de la agenda.
  5. El botón de información se cambio de lugar hacia arriba y en todo momento tiene la información general de la agenda, aparecen el Equipo de salud y tipo de prestación completo y espacio físico.
  6. EL boton de volver anterior funcionaba como demanda rechazada por lo que ahora a ese botón se le cambio el color y el label, y solo se habilita cuando se filtra por tipo de prestación.
  7. Se agrego botón de volver que solo tiene la acción de ir hacia atrás.

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

@martinebucarey
Copy link
Contributor

USUARIO: mpalavecino
BUILD NUMBER: 6237
CYPRESS RUN: 5132
TEST START: 2022-04-19T15:15:10.600Z
TOTAL: 388
SUCCESS: 382
FAIL: 5
SKIPPED: 1

@palita1991 palita1991 changed the title feat(CITAS): Cambio de diseño y demanda rechazada CITAS - Cambio de diseño y demanda rechazada Apr 19, 2022
@martinebucarey
Copy link
Contributor

USUARIO: mpalavecino
BUILD NUMBER: 6238
CYPRESS RUN: 5133
TEST START: 2022-04-19T15:50:08.611Z
TOTAL: 406
SUCCESS: 405
FAIL: 0
SKIPPED: 1

@martinebucarey martinebucarey added test ok Los test estan ok and removed test fail labels Apr 19, 2022
// se ingresó desde citas
if (this._pacienteSeleccionado) {
this.afterDarTurno.emit(this.paciente);
} else {
Copy link
Contributor

Choose a reason for hiding this comment

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

En que caso se llega a mostrar el botón volver sin tener un paciente seleccionado??

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@martinebucarey Ahora que lo planteas tiene sentido tu comentario. La verdad no indague mucho sobre ese if, lo único que se agrego en este PR #2352 quizás por algún bug.

@@ -181,7 +222,7 @@
titulo="{{turno.horaInicio | date: 'HH:mm'}}hs">
</plex-label>
<plex-label *ngIf="turno.estado !== 'disponible'" size="md" direction="column"
titulo="{{turno.horaInicio | date: 'HH:mm'}}hss"
titulo="{{turno.horaInicio | date: 'HH:mm'}}hs"
aria-label="turno no disponible">
Copy link
Contributor

Choose a reason for hiding this comment

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

Esto funcionó al final??

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.

Preferentemente agregar descripción para separar y diferenciar los bloques de horarios.
horarios

@palita1991 palita1991 force-pushed the CIT-119 branch 2 times, most recently from 02bc76d to 8fbaa77 Compare April 21, 2022 12:12
@palita1991
Copy link
Contributor Author

Preferentemente agregar descripción para separar y diferenciar los bloques de horarios. horarios

@AgosLizzi Resuelto

@martinebucarey martinebucarey merged commit a4f8f9b into master May 4, 2022
@martinebucarey martinebucarey deleted the CIT-119 branch May 4, 2022 12:46
liquid36 pushed a commit that referenced this pull request May 4, 2022
# [5.93.0](v5.92.0...v5.93.0) (2022-05-04)

### Bug Fixes

* **citas:** se agregan controles en agendas con profesionales null ([#2633](#2633)) ([1ebbdaf](1ebbdaf))
* **IN-414:** Header de la tabla al volver a la pantalla ([#2638](#2638)) ([1c5148d](1c5148d))

### Features

* **CITAS:** cambio distribucion de datos de agenda y agrega boton demanda rechazada ([#2627](#2627)) ([a4f8f9b](a4f8f9b))
* **plan-indicaciones:** ejecutar prescripcion ([#2644](#2644)) ([180e99c](180e99c))
* **TOP:** agregar campo de busqueda por profesional destino ([#2632](#2632)) ([31ac620](31ac620))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test ok Los test estan ok
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants