refactor: remove canvas, automations, and custom statuses; simplify notification and status model

This commit is contained in:
2026-08-22 18:00:41 +00:00
parent 7b2cdc3bae
commit ffc50091b1
69 changed files with 834 additions and 6438 deletions
-3
View File
@@ -1,9 +1,6 @@
// ── Task ─────────────────────────────────────────────────────────────────────
// @deprecated — task status is now a per-project status_definition row.
// Kept as the category enum / default fallback only.
export const TASK_STATUS = ['todo', 'in_progress', 'done', 'cancelled'] as const;
export const TASK_STATUS_CATEGORY = ['todo', 'in_progress', 'done', 'cancelled'] as const;
export const TASK_PRIORITY = ['low', 'medium', 'high', 'urgent'] as const;
// ── Habit ────────────────────────────────────────────────────────────────────