kin: KIN-UI-020-backend_dev
This commit is contained in:
parent
859d2ac0f6
commit
9a426bc8a1
1 changed files with 2 additions and 2 deletions
|
|
@ -11,10 +11,10 @@ from datetime import datetime
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
|
|
||||||
VALID_TASK_STATUSES = [
|
VALID_TASK_STATUSES = frozenset({
|
||||||
"pending", "in_progress", "review", "done",
|
"pending", "in_progress", "review", "done",
|
||||||
"blocked", "decomposed", "cancelled", "revising",
|
"blocked", "decomposed", "cancelled", "revising",
|
||||||
]
|
})
|
||||||
|
|
||||||
VALID_COMPLETION_MODES = {"auto_complete", "review"}
|
VALID_COMPLETION_MODES = {"auto_complete", "review"}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue