- New statuses: under_review - New DB fields: assigned_to, assigned_by, assigned_at, due_date (migration 012) - HandoverNotificationService: emails on assign and review-request - HandoverService: assign(), submitForReview(), resendNotification() - Assign page: manager selects employee + due date, resend notification - Create wizard: manager can assign during creation (step 1) - Edit page: "Submit for review" button for assignee, assign link for manager - List page: open/closed tabs, non-managers see only their assigned handovers - Email templates: handover_assigned + handover_review_requested (de/en) - i18n keys added for de and en Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
394 B
Plaintext
18 lines
394 B
Plaintext
{{email_header_text}}
|
|
Hi {{assignee_name}},
|
|
|
|
a handover protocol has been assigned to you. Please fill it in completely.
|
|
|
|
Customer: {{debitor_name}}
|
|
Domain: {{domain_url}}
|
|
Assigned by: {{assigned_by_name}}
|
|
Due date: {{due_date}}
|
|
|
|
Open handover: {{handover_url}}
|
|
|
|
Please fill in all required fields and then click "Submit for review".
|
|
|
|
Best regards
|
|
{{app_name}}
|
|
{{email_footer_text}}
|