wip
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
This document explains how tasks are categorized into kanban columns in the Casera application.
|
||||
|
||||
> Note: The categorization chain still computes `cancelled_tasks`, but the kanban board response
|
||||
> intentionally hides cancelled/archived tasks and returns only 5 visible columns.
|
||||
|
||||
## Overview
|
||||
|
||||
The task categorization system uses the **Chain of Responsibility** design pattern to determine which kanban column a task belongs to. Each handler in the chain evaluates the task against specific criteria, and if matched, returns the appropriate column. If not matched, the task is passed to the next handler.
|
||||
|
||||
Reference in New Issue
Block a user