feat(agile): 번다운 차트 (slice 56b)#275
Merged
Merged
Conversation
- cloud-sync.js: computeBurndown(순수·export) — 스프린트 일자 축, committed 기준 ideal(선형 소진) vs actual(actualEndDate 기준 잔여; 완료일 없는 100% 작업은 today 완료로 간주; 미래 일자는 null=미기록; 120일 안전 상한). renderBurndownSvg(점선 ideal + 실선 actual, aria-label) — 스프린트 행의 '번다운' 버튼으로 모달 내 렌더. - tests/unit/burndown.test.mjs: 일자축/이상선 0 소진/실제 잔여 시퀀스/완료일 없는 100% 처리/기간·포인트 없음 null. test:unit 편입(11 스위트). Verified: unit 11 ✓ api ✓ eval-safe ✓; 실브라우저 — '커밋 13pt' 캡션 + polyline 2개(이상/실제) SVG 렌더. Stacked on #274. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018LMoqYsUY6usjNMBjvxCbU
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
스프린트 소진 시각화 — computeBurndown(순수): ideal 선형 소진 vs actual 잔여(actualEndDate 기준, 미래 null), 스프린트 행 '번다운' 버튼 → SVG(점선/실선).
Verified
unit 11 ✓ · api ✓ · eval-safe ✓ · 실브라우저: '커밋 13pt' + polyline 2개 렌더.
🤖 Generated with Claude Code