Actions
결함 #511
open[버그][P1] Drill 학습 세션이 모든 카드를 'neutral'로 일괄 제출 → SRS 간격 왜곡
Status:
해결
Priority:
높음
Assignee:
-
Start date:
06/27/2026
Due date:
% Done:
100%
Estimated time:
Description
drill-session.tsx:74-84 completeBatch가 per-card 성과(results)를 추적하면서도 제출은 전부 reviewFlashcard(id,'neutral'). 4라운드 실패 카드와 즉시 정답 카드가 동일 스케줄.
수정: per-card 최종 결과를 hard/neutral/easy로 매핑해 제출(study-session 방식).
— 6-페르소나 코드리뷰(2026-06-27)에서 도출. 소스 검증 완료. [AI 등록]
Updated by joungmin ko about 2 months ago
- Status changed from 신규 to 해결
- % Done changed from 0 to 100
커밋 a279c3e. 빌드·재기동·스모크 검증 완료. Drill per-card 난이도(hard/neutral/easy) 제출로 변경. [AI 조치]
Actions