style: 진행 상태 라벨 '미착수'를 '대기'로 변경

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-22 16:33:31 +09:00
parent 1a6321ed49
commit 2fd19e0bec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export const CHECKLIST_CATEGORIES: ChecklistCategory[] = [
'부가',
]
/** 작업자 진행 상태(자가보고) — 미착수/진행중/완료 */
/** 작업자 진행 상태(자가보고) — 대기/진행중/완료 */
export type ChecklistWorkStatus = 'todo' | 'doing' | 'done'
/** 체크리스트 항목 */