improvement: users get notified whenever a task is done completely, not per step.

This commit is contained in:
2026-09-07 22:36:33 +03:30
parent e52701dba3
commit 880809fdbe
17 changed files with 79 additions and 29 deletions

View File

@@ -492,6 +492,7 @@ enum LabCaseActivityType {
CASE_AMENDED
TASK_COMPLETED
TASK_ASSIGNED
CASE_COMPLETED
}
enum LabCaseTabReadTarget {
@@ -508,6 +509,7 @@ enum UserNotificationType {
CASE_IMPORTANT
TASK_COMPLETED
TASK_ASSIGNED
CASE_COMPLETED
CONNECTION_REQUEST
STAFF_INVITE
}