From 63fef8799d7f7da933cf4c467b38c4c6fc2065b5 Mon Sep 17 00:00:00 2001 From: "soroush.asadi" Date: Tue, 16 Jun 2026 22:38:34 +0330 Subject: [PATCH] =?UTF-8?q?Tasks=20visibly=20progress:=20Run=20=E2=86=92?= =?UTF-8?q?=20In=20Progress=20(+=20close=20drawer);=20approve=20=E2=86=92?= =?UTF-8?q?=20In=20Review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A task assigned to an agent never moved, so it looked like nothing happened. Now: - Clicking Run moves the task from Backlog to In Progress and closes the drawer. - When an approved artifact lands on a task, it moves to In Review (unless already Done), so the delivered result is visible on the board instead of sitting in Backlog. Co-Authored-By: Claude Opus 4.8 --- client/src/pages/BoardPage.tsx | 14 +++++++++----- .../TeamUp.Modules.OrgBoard/Runtime/BoardWriter.cs | 9 ++++++++- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/client/src/pages/BoardPage.tsx b/client/src/pages/BoardPage.tsx index 769ea8c..cb7417b 100644 --- a/client/src/pages/BoardPage.tsx +++ b/client/src/pages/BoardPage.tsx @@ -512,14 +512,18 @@ function TaskDrawer({