feat(saas): Agile + Hybrid 방법론 — 스프린트·스토리포인트·벨로시티 (slice 56)#274
Open
seonghobae wants to merge 1 commit into
Open
feat(saas): Agile + Hybrid 방법론 — 스프린트·스토리포인트·벨로시티 (slice 56)#274seonghobae wants to merge 1 commit into
seonghobae wants to merge 1 commit into
Conversation
Waterfall 전용이던 플래너에 적응형(Agile)과 혼합형(Hybrid)을 추가한다.
Hybrid는 별도 모드가 아니라 공존이다: 같은 계획 위에서 단계/날짜 기반
지표(EVM·CPM)와 스프린트 지표가 함께 동작한다.
- server/db.mjs: sprints(project, name, start/end, goal) + projects.methodology
('waterfall' 기본, +멱등 마이그레이션).
- server/app.mjs: 스프린트 CRUD(쓰기 역할, 감사) · GET 목록에 methodology 동봉 ·
PUT이 methodology(waterfall|agile|hybrid, 불량 값 무시) 영속 · GET 프로젝트에
methodology 반환.
- app.js: task.sprint(스프린트)·task.storyPoints(스토리포인트) — 검증된 9접점
패턴(편집기 필드, CSV 왕복, 정규화, 기본상태).
- cloud-sync.js: computeSprintStats(순수·export) — 스프린트별 커밋/완료 포인트·
잔여·종료 판정, 종료 스프린트 평균 벨로시티, 백로그 수(미배정+미존재 스프린트,
합성행 제외). '스프린트' 모달: 방법론 선택(즉시 저장), 지표 요약, 목록/생성/삭제.
- tests: 단위(포인트 집계·벨로시티 평균·백로그·엣지) + API(CRUD·methodology
왕복·불량 값 무시·비멤버 404).
Verified: test:unit 10 ✓ test:api ✓ eval-safe ✓; 전체 정적 e2e 기준선 동일
(14 사전실패, 회귀 0); 실브라우저 — 스프린트 지표(5/13pt·벨로시티 5.0·종료)
렌더 + hybrid 전환이 서버에 영속.
Stacked on #273.
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.
Waterfall 전용 플래너에 Agile과 Hybrid를 추가. Hybrid는 공존 설계 — 같은 계획에서 EVM/CPM과 스프린트 지표가 함께 동작.
Verified
unit 10 ✓ · api ✓ · eval-safe ✓ · 전체 정적 e2e 기준선 동일(회귀 0) · 실브라우저: 5/13pt·벨로시티 5.0·종료 판정 + hybrid 영속.
🤖 Generated with Claude Code