feat: Log actions when task completion status changes

This commit is contained in:
Maksim Eltyshev
2025-05-20 21:17:51 +02:00
parent 5d53f44fe8
commit d5fd2fd33b
6 changed files with 64 additions and 0 deletions
+3
View File
@@ -289,9 +289,12 @@ export default {
userAddedThisCardToList: '<0>{{user}}</0><1> added this card to {{list}}</1>',
userAddedUserToThisCard: '<0>{{actorUser}}</0><1> added {{addedUser}} to this card</1>',
userAddedYouToCard: '{{user}} added you to <2>{{card}}</2>',
userCompletedTaskOnThisCard: '<0>{{user}}</0><1> completed {{task}} on this card</1>',
userJoinedThisCard: `<0>{{user}}</0><1> joined this card</1>`,
userLeftNewCommentToCard: '{{user}} left a new comment «{{comment}}» to <2>{{card}}</2>',
userLeftThisCard: '<0>{{user}}</0><1> left this card</1>',
userMarkedTaskIncompleteOnThisCard:
'<0>{{user}}</0><1> marked {{task}} incomplete on this card</1>',
userMovedCardFromListToList: '{{user}} moved <2>{{card}}</2> from {{fromList}} to {{toList}}',
userMovedThisCardFromListToList:
'<0>{{user}}</0><1> moved this card from {{fromList}} to {{toList}}</1>',