Skip to content

Commit

Permalink
adds missing endpoints in tasks-svc (#768)
Browse files Browse the repository at this point in the history
* feat: add patient handlers registry

* protos: add task endpoints

* feat: getTasksByPatient

* feat: getTasksByPatientSortedByStatus

* feat: getAssignedTasks

* feat: getPatientByBed

* feat: getPatientsByWard

* feat: getPatientDetails

* feat: getPatientList

* modelling and protoing

* cleanup

* finetuning

* revive bed_id constraint

* remove unused params

* one more thing

* feat: add taskStatusUpdated event

* feat: add taskStatusUpdated to projection

* feat: add timestamp to metadata

* protos

* tidy

* test

* models

* back

* imports

* again

* fix: use right eventListener

* fix

* add reasoning

* fix: assignedUser to nullUUID

* protos

* fix: alter tests

* models

* fix: add authz

* fix: compatability constraints

* fix: database schema

* formatting
  • Loading branch information
PaulKalho authored Sep 5, 2024
1 parent f159dee commit 0b57536
Show file tree
Hide file tree
Showing 88 changed files with 23,047 additions and 1,963 deletions.
1,774 changes: 1,774 additions & 0 deletions gen/dart/lib/services/tasks_svc/v1/patient_svc.pb.dart

Large diffs are not rendered by default.

100 changes: 100 additions & 0 deletions gen/dart/lib/services/tasks_svc/v1/patient_svc.pbgrpc.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0b57536

Please sign in to comment.