feat: quarter board theme, hub column, and team panel UX

Apply preview-style 4-dept layout with center hub, PM/assignee team status linking, task type label updates, and remove task keywords.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
EENE Dashboard
2026-06-08 22:09:46 +09:00
parent 525a4fc1f2
commit cf72281c6d
28 changed files with 4743 additions and 314 deletions

View File

@@ -0,0 +1,3 @@
-- 키워드 필드 제거 (데이터 삭제 후 컬럼 drop)
UPDATE "tasks" SET "keywords" = NULL WHERE "keywords" IS NOT NULL;
ALTER TABLE "tasks" DROP COLUMN IF EXISTS "keywords";