Skip to content

Commit

Permalink
migrates task to tasks-svc (#769)
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

* bed

* room

* ward

* task_template

* 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

* protos

* models and imports

* error

* add reasoning

* fix: assignedUser to nullUUID

* protos

* fix: alter tests

* models

* fix: add authz

* fix: compatability constraints

* fix: database schema

* formatting

* models

* protos

* Update proto/services/tasks_svc/v1/bed_svc.proto

Co-authored-by: Max Baumann <max@bmn.dev>

* Update proto/services/tasks_svc/v1/task_template_svc.proto

Co-authored-by: Max Baumann <max@bmn.dev>

* Update proto/services/tasks_svc/v1/ward_svc.proto

Co-authored-by: Max Baumann <max@bmn.dev>

* Update proto/services/tasks_svc/v1/ward_svc.proto

Co-authored-by: Max Baumann <max@bmn.dev>

* Update proto/services/tasks_svc/v1/ward_svc.proto

Co-authored-by: Max Baumann <max@bmn.dev>

* Update proto/services/tasks_svc/v1/task_template_svc.proto

Co-authored-by: Max Baumann <max@bmn.dev>

* protos

---------

Co-authored-by: Max Baumann <max@bmn.dev>
  • Loading branch information
PaulKalho and FoseFx authored Sep 7, 2024
1 parent da3ccfb commit e88a2b3
Show file tree
Hide file tree
Showing 126 changed files with 70,403 additions and 593 deletions.
66 changes: 33 additions & 33 deletions gen/dart/lib/services/property_svc/v1/property_svc.pb.dart

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

54 changes: 27 additions & 27 deletions gen/dart/lib/services/property_svc/v1/property_value_svc.pb.dart

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

12 changes: 6 additions & 6 deletions gen/dart/lib/services/property_svc/v1/types.pb.dart

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

Loading

0 comments on commit e88a2b3

Please sign in to comment.