From 143166ce759ce2cb0133b7438db36b844a9db1a7 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 18 Jan 2026 14:06:26 -1000 Subject: Implement Trello task heuristics for Tasks tab (Phase 3 Step 6) Add filtering logic to show Trello cards as actionable tasks when they have due dates OR are in lists named like "todo", "doing", "in progress", "tasks", "next", or "today". This makes the Tasks tab more useful by surfacing cards that represent work items even without explicit due dates. Co-Authored-By: Claude Opus 4.5 --- web/templates/partials/tasks-tab.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/templates') diff --git a/web/templates/partials/tasks-tab.html b/web/templates/partials/tasks-tab.html index f528553..43afa7d 100644 --- a/web/templates/partials/tasks-tab.html +++ b/web/templates/partials/tasks-tab.html @@ -63,9 +63,9 @@ {{else}}
-

No upcoming tasks with due dates.

+

No upcoming tasks found.

{{end}} -{{end}} +{{end}} \ No newline at end of file -- cgit v1.2.3