HOTFIX-002: Sprint task count + 완료 count 계산 보정 #8

Merged
erang merged 2 commits from hotfix/task-count into main 2026-04-04 18:37:52 +09:00
Member

변경 내용

  • Sprint 문서 TASK 라인 파서 추가
  • 지원 포맷: TASK-001:, - TASK-001, - [ ] TASK-001, - [x] TASK-001, ### TASK-001:
  • Sprint sync 시 Task 테이블 upsert
  • Sprint done 시 task status 정보 없을 때 done fallback
  • 프로젝트 상세의 태스크 수/완료 수 정상화

검증

  • 다랑이 1회차 통과
  • 테스트 23/23
  • FE 16 routes
## 변경 내용 - Sprint 문서 TASK 라인 파서 추가 - 지원 포맷: TASK-001:, - TASK-001, - [ ] TASK-001, - [x] TASK-001, ### TASK-001: - Sprint sync 시 Task 테이블 upsert - Sprint done 시 task status 정보 없을 때 done fallback - 프로젝트 상세의 태스크 수/완료 수 정상화 ## 검증 - 다랑이 1회차 통과 ✅ - 테스트 23/23 ✅ - FE 16 routes ✅
erang added 2 commits 2026-04-04 18:37:45 +09:00
TASK-044: sprint 문서에서 실제 task heading/list 파싱
  - ### TASK-001: ...
  - - [ ] TASK-001 ...
  - - [x] TASK-001 ...
  - - TASK-001: ...
  - TASK-001: ...
  - 중복 taskId 방지
TASK-045: Sprint status done이면 task status 정보 없을 때 done fallback
  - parsed task를 DB Task 테이블 upsert
  - 프로젝트 상세의 태스크 수/완료 수 정상 반영 기반 마련

테스트 23/23 pass, FE 16 routes build 성공
erang merged commit f7f0d050ec into main 2026-04-04 18:37:52 +09:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hanarang/hanarang-dashboard#8