[Feat] 서버 음성 목록과 선택 연동 - #97
Draft
MinHeokChoi wants to merge 1 commit into
Draft
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
✨ PR 유형
어떤 변경 사항이 있나요??
🛠️ 작업내용
GET /tts,PATCH /members/me/ttsTarget·DTO·RemoteDataSource를추가했습니다.
SwiftData catalogue에 upsert합니다.
enqueue하고, authoritative PATCH 응답이 memberId/ttsId/voiceCode와 모두 일치할
때만 sent 처리합니다.
post-fetch/current-account guard를 적용했습니다.
voiceCode→bundled voice 계약이 없어 production 호환표는 의도적으로 비어 있으며
모든 서버 voice는 현재 incompatible disabled로 표시됩니다.
검증
bash Scripts/check-iphone-functional-gate.sh: passedbash Scripts/check-swiftdata-boundary.sh: passedplutil -lint Moru/Info.plist: passedgit diff --check: passedVoiceProfileAPI 변경: 없음📋 추후 진행 상황
voice 선택을 enable할 수 있습니다.
📌 리뷰 포인트
확인해 주세요.
확인해 주세요.
✅ Checklist
Closes #96