연습녹음 QA 반영#158
Merged
Merged
Conversation
- `PracticeAnalysisResultPage` 내 말하기 속도 표시를 위한 `PrezelChip`에 `ChipHierarchy.SECONDARY` 속성 적용
- `PracticeAnalysisErrorType`별 에러 타이틀 및 설명 문구 분리 - 음성 인식 실패와 일반 분석 실패 상황에 대한 전용 문자열 리소스 추가 - `PracticeAnalysisFailurePage`에서 에러 타입별 리소스 매핑 로직(`titleResId`, `descriptionResId`) 구현 - `PracticeAnalysisErrorType` enum 상수 순서 조정
- `PracticeMapper`에서 `accuracyScore`가 0인 경우 음성 인식 실패 예외(`VOICE_RECOGNITION_FAILED`)를 발생시키도록 검증 로직 추가 - `AppErrorExt`에서 `AppException`이 발생했을 때 중복 래핑 없이 그대로 전달되도록 수정 - `PracticeEntryBuilder`에 `PracticeRecordingRetryNavKey`를 추가하고, 재시도 시 내비게이션 스택을 초기화(`clearStack = true`)하도록 개선 - `PracticeRecordingScreen` 진입 로직을 `PracticeRecordingRoute`로 분리하여 코드 중복 제거 및 구조 개선
- `PracticeMapper`에서 `accuracyScore` 0점 기반의 수동 유효성 검사 및 예외 발생 로직 제거 - `ServerErrorCode`에 `VOICE_RECORDING_EMPTY_OR_SILENT` (V003) 에러 코드 정의 추가 - 서버의 무음 또는 빈 녹음 에러를 `AppError.VOICE_RECOGNITION_FAILED`로 매핑하도록 수정하여 에러 처리 일원화
moondev03
approved these changes
Jul 7, 2026
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.
📌 작업 내용
에러 케이스
분석 결과
🧩 관련 이슈
closes #151
기타
연습문장
- 전달한 연습 문장으로 교체 필요 > 서버에서 교체만 하면 자동으로 반영될 것이라 예상합니다.