65d7abcd68
목록의 "N월 N일 완료" 라벨이 완료 시각이 아니라 마감일(dueDate)을 쓰고 있어, 마감일을 지시 당일로 잡은 업무는 지시 날짜가 완료일처럼 보였다. 완료 시각을 저장하는 컬럼 자체가 없던 것이 원인이다. - tasks.completed_at 추가 — done 진입 시 기록, 이탈 시 null(재승인 시 갱신) - 목록/내 업무 응답에 completedAt 노출, taskDueInfo 가 이 값으로 라벨 생성 - 기존 완료 업무는 활동 로그(task.status_changed)의 시각으로 백필 - 백필 불가 건과 마감일 없는 완료 업무는 날짜 없이 "완료"만 표시 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
frontend
This template should help get you started developing with Vue 3 in Vite.
Recommended IDE Setup
VS Code + Vue (Official) (and disable Vetur).
Recommended Browser Setup
- Chromium-based browsers (Chrome, Edge, Brave, etc.):
- Firefox:
Type Support for .vue Imports in TS
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.
Customize configuration
See Vite Configuration Reference.
Project Setup
npm install
Compile and Hot-Reload for Development
npm run dev
Type-Check, Compile and Minify for Production
npm run build
Run Unit Tests with Vitest
npm run test:unit