feat: complete Nexus mission-control workflows
This commit is contained in:
@@ -264,8 +264,10 @@ function childStatusSummary(taskId: string): string {
|
||||
}
|
||||
|
||||
function activityHint(task: BoardTask): string {
|
||||
const childSummary = childStatusSummary(task.id)
|
||||
if (childSummary) return childSummary
|
||||
|
||||
return task.lastActivityMessage?.trim()
|
||||
|| childStatusSummary(task.id)
|
||||
|| (task.expectedFrom ? `Wartet auf ${expectedFromLabel(task.expectedFrom)}` : 'Noch kein relevanter Progress-Status')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user