Conversation
마이페이지 figma 명세에 따라 회원정보 수정 화면에서 이름 변경을 지원한다. '필수값' 표시에 따라 전송 시 trim 후 빈 문자열은 reject. - SDL UpdateMyProfileInput에 name: String 추가 - TS DTO 동기화 - service: hasName 분기 + normalizeName 검증 + repository 호출 - repository: updateProfile args에 name 추가, account/user_profile 양쪽 update를 transaction으로 묶어 부분 실패 방지 - 회귀 테스트 6건 (name 단독/trim/빈값/공백/동시업데이트/미지정 시 유지)
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 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 |
Coverage report
Test suite run success837 tests passing in 75 suites. Report generated by 🧪jest coverage report action from 4e7a443 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Summary
변경 사항
Breaking 여부
Test plan