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

Internacion sala espera #1924

Merged
merged 22 commits into from
Oct 9, 2020
Merged

Internacion sala espera #1924

merged 22 commits into from
Oct 9, 2020

Conversation

liquid36
Copy link
Contributor

@liquid36 liquid36 commented Sep 24, 2020

Requerimiento

Implementa recurso N pacientes llamado sala común.

UserStory llegó a completarse

  • Si
  • No
  • No corresponde

Requiere actualizaciones en la base de datos

  • Si
  • No

Requiere actualizaciones en la API

Requiere actualizaciones en andes-test-integracion

@liquid36 liquid36 requested review from a team as code owners September 24, 2020 10:25
@liquid36
Copy link
Contributor Author

BUILD NUMBER: 1938
TEST START: 2020-09-24T10:37:02.322Z
TOTAL: 302
SUCCESS: 293
FAIL: 8
SKIPPED: 1

@liquid36
Copy link
Contributor Author

BUILD NUMBER: 1945
TEST START: 2020-09-24T14:25:38.118Z
TOTAL: 302
SUCCESS: 284
FAIL: 17
SKIPPED: 1

@liquid36
Copy link
Contributor Author

BUILD NUMBER: 1946
TEST START: 2020-09-24T15:05:43.992Z
TOTAL: 302
SUCCESS: 286
FAIL: 15
SKIPPED: 1

@liquid36
Copy link
Contributor Author

BUILD NUMBER: 1950
TEST START: 2020-09-24T16:32:59.972Z
TOTAL: 302
SUCCESS: 286
FAIL: 15
SKIPPED: 1

@liquid36
Copy link
Contributor Author

BUILD NUMBER: 1955
TEST START: 2020-09-24T18:07:38.769Z
TOTAL: 284
SUCCESS: 266
FAIL: 18
SKIPPED: 0

@@ -64,7 +67,8 @@
[estadoCama]="mapaCamasService.getEstadoCama(cama) | async"
[relacionesPosibles]="mapaCamasService.getRelacionesPosibles(cama) | async"
[permisoIngreso]="permisoIngreso" (accionCama)="selectCama(cama, $event)"
(click)="verDetalle(cama, selectedCama)" [class.invert]="cama._id === selectedCama._id">
(click)="verDetalle(cama, selectedCama)"
[class.invert]="(cama.estado === 'disponible') ? selectedCama.id === cama.id : cama.idInternacion === selectedCama.idInternacion">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

¿Porque no usaste el id para todo?

@liquid36
Copy link
Contributor Author

BUILD NUMBER: 1979
TEST START: 2020-09-28T10:56:13.035Z
TOTAL: 306
SUCCESS: 299
FAIL: 6
SKIPPED: 1

@liquid36
Copy link
Contributor Author

BUILD NUMBER: 1981
TEST START: 2020-09-28T11:14:27.512Z
TOTAL: 306
SUCCESS: 306
FAIL: -1
SKIPPED: 1

@liquid36 liquid36 added test ok Los test estan ok and removed test fail labels Sep 28, 2020
@liquid36
Copy link
Contributor Author

liquid36 commented Oct 8, 2020

BUILD NUMBER: 2135
TEST START: 2020-10-08T17:39:07.378Z
TOTAL: 302
SUCCESS: 295
FAIL: 7
SKIPPED: 0

@liquid36 liquid36 added test fail and removed test ok Los test estan ok labels Oct 8, 2020
@liquid36
Copy link
Contributor Author

liquid36 commented Oct 8, 2020

BUILD NUMBER: 2136
TEST START: 2020-10-08T17:47:34.243Z
TOTAL: 307
SUCCESS: 305
FAIL: 2
SKIPPED: 0

@liquid36
Copy link
Contributor Author

liquid36 commented Oct 8, 2020

BUILD NUMBER: 2140
TEST START: 2020-10-08T18:26:47.930Z
TOTAL: 307
SUCCESS: 307
FAIL: 0
SKIPPED: 0

@liquid36 liquid36 added test ok Los test estan ok and removed test fail labels Oct 8, 2020
@liquid36 liquid36 merged commit 978f79f into master Oct 9, 2020
@liquid36 liquid36 deleted the internacion-sala-espera branch October 9, 2020 13:33
liquid36 pushed a commit that referenced this pull request Oct 14, 2020
# [5.17.0](v5.16.0...v5.17.0) (2020-10-14)

### Bug Fixes

* **COM:** Se modifican los filtros que habían quedado con los enumerados anteriores ([#1947](#1947)) ([5f7b48a](5f7b48a))
* **huds:** cache es un observable ahora ([67d50fb](67d50fb))

### Features

* **citas:** lazy load de historial ([#1855](#1855)) ([797781c](797781c))
* **citas:** mejora interactividad al editar agendas ([#1935](#1935)) ([2adca7c](2adca7c))
* **gestor-usuario:** permisos unidad organizativa  ([#1914](#1914)) ([ff4b7c3](ff4b7c3))
* **mapa-camas:** sala común ([#1924](#1924)) ([978f79f](978f79f))
* **rup:** crear solicitudes en background ([#1942](#1942)) ([d8e8171](d8e8171))
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