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

migrates task to tasks-svc #769

Merged
merged 61 commits into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
7955def
feat: add patient handlers registry
PaulKalho May 17, 2024
7afef89
protos: add task endpoints
PaulKalho May 17, 2024
09d4926
Merge branch 'main' into issue/703-task-missing-endpoints
PaulKalho May 19, 2024
1467629
feat: getTasksByPatient
PaulKalho May 20, 2024
f89fd3a
feat: getTasksByPatientSortedByStatus
PaulKalho May 26, 2024
8244992
feat: getAssignedTasks
PaulKalho May 26, 2024
31d430f
feat: getPatientByBed
PaulKalho May 27, 2024
fd6495a
feat: getPatientsByWard
PaulKalho May 27, 2024
8c0f95a
feat: getPatientDetails
PaulKalho May 27, 2024
3a82df0
feat: getPatientList
PaulKalho May 27, 2024
60a7783
Merge branch 'main' into 'issue/703-task-missing-endpoints'
PaulKalho May 27, 2024
845a018
modelling and protoing
PaulKalho May 27, 2024
e8fef7e
cleanup
PaulKalho May 27, 2024
4b075dd
finetuning
PaulKalho May 27, 2024
c71da3d
revive bed_id constraint
PaulKalho May 27, 2024
7fc5e96
remove unused params
PaulKalho May 28, 2024
e7e37b6
bed
PaulKalho May 28, 2024
5498eba
room
PaulKalho May 28, 2024
e253e9d
ward
PaulKalho May 28, 2024
3e26c0e
task_template
PaulKalho May 28, 2024
6c03f7e
one more thing
PaulKalho May 29, 2024
3210cca
feat: add taskStatusUpdated event
PaulKalho Jul 18, 2024
a31f810
feat: add taskStatusUpdated to projection
PaulKalho Jul 21, 2024
f949bac
feat: add timestamp to metadata
PaulKalho Jul 22, 2024
d735351
Merge branch 'main' into 'issue/703-task-missing-endpoints'
PaulKalho Aug 4, 2024
f60dcf7
Merge branch 'main' into issue/703-task-missing-endpoints
PaulKalho Aug 13, 2024
f947c6e
protos
PaulKalho Aug 13, 2024
b3189e1
tidy
PaulKalho Aug 13, 2024
614da6c
test
PaulKalho Aug 13, 2024
647c187
Merge branch 'main' into 'issue/703-task-missing-endpoints'
PaulKalho Aug 14, 2024
8c7d356
models
PaulKalho Aug 14, 2024
65583ff
back
PaulKalho Aug 14, 2024
9958a1b
imports
PaulKalho Aug 14, 2024
06f6fab
again
PaulKalho Aug 14, 2024
c64a211
fix: use right eventListener
PaulKalho Aug 14, 2024
f2784dc
fix
PaulKalho Aug 14, 2024
8851231
Merge branch 'issue/703-task-missing-endpoints' into 'issue/768-task-…
PaulKalho Aug 14, 2024
f90dc32
protos
PaulKalho Aug 14, 2024
1786de0
models and imports
PaulKalho Aug 14, 2024
f5aa517
error
PaulKalho Aug 14, 2024
4ee5811
add reasoning
PaulKalho Sep 3, 2024
741847d
fix: assignedUser to nullUUID
PaulKalho Sep 3, 2024
df3123a
Merge branch 'main' into 'issue/703-task-missing-endpoints'
PaulKalho Sep 3, 2024
6b565cc
protos
PaulKalho Sep 3, 2024
bcf4c8e
fix: alter tests
PaulKalho Sep 3, 2024
15a429a
models
PaulKalho Sep 3, 2024
16ebbfb
fix: add authz
PaulKalho Sep 3, 2024
447bad1
fix: compatability constraints
PaulKalho Sep 4, 2024
1d08e7a
fix: database schema
PaulKalho Sep 4, 2024
bf95685
formatting
PaulKalho Sep 4, 2024
a64753d
Merge branch 'issue/703-task-missing-endpoints' into 'issue/767-task-…
PaulKalho Sep 4, 2024
b710331
models
PaulKalho Sep 4, 2024
43e5c18
Merge branch 'main' into issue/767-task-to-tasks
PaulKalho Sep 5, 2024
410c5b2
protos
PaulKalho Sep 5, 2024
bd20e52
Update proto/services/tasks_svc/v1/bed_svc.proto
PaulKalho Sep 6, 2024
92ada67
Update proto/services/tasks_svc/v1/task_template_svc.proto
PaulKalho Sep 6, 2024
417eedb
Update proto/services/tasks_svc/v1/ward_svc.proto
PaulKalho Sep 6, 2024
6f21315
Update proto/services/tasks_svc/v1/ward_svc.proto
PaulKalho Sep 6, 2024
6a08464
Update proto/services/tasks_svc/v1/ward_svc.proto
PaulKalho Sep 6, 2024
be7729a
Update proto/services/tasks_svc/v1/task_template_svc.proto
PaulKalho Sep 6, 2024
72a982e
protos
PaulKalho Sep 6, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading