feat: allow sitters to mark jobs as completed with notification

This commit is contained in:
2026-01-12 23:16:23 +01:00
parent 3600ba665d
commit 22183a8d59
6 changed files with 93 additions and 19 deletions

View File

@@ -54,8 +54,10 @@
"cancelSubmit": "Confirm Cancellation",
"cancel": "Cancel",
"cancelSuccess": "Entry removed",
"cancelError": "Failed to remove entry",
"noInstructions": "No specific instructions provided yet."
"cancelError": "Cancellation failed",
"noInstructions": "No specific instructions added yet.",
"markDone": "Job done?",
"jobDone": "Job done!"
},
"login": {
"title": "Enter Password",
@@ -81,7 +83,8 @@
"notifications": {
"ownerHome": "🏠 OWNER HOME: Marked for {date}.\nPlan: {url}",
"newBooking": "✅ NEW BOOKING: {name} is sitting on {date}.\nPlan: {url}",
"cancellation": "🚨 CANCELLATION: {name} removed their booking for {date}.{message}\nPlan: {url}",
"instructionsUpdated": "📝 UPDATED: Cat instructions have been modified.\nPlan: {url}"
"cancellation": "🚨 CANCELLATION: {name} deleted the booking for {date}.{message}\nPlan: {url}",
"instructionsUpdated": "📝 UPDATE: Cat instructions were changed.\nPlan: {url}",
"completed": "✨ DONE: {name} finished the job for {date}!\nPlan: {url}"
}
}