-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: 스타카토 조회 API 응답값 매핑 오류 수정 #606 #607
Conversation
Test Results 33 files 33 suites 6s ⏱️ Results for commit 3ef6bd3. |
🌻Test Coverage Report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
순서가 저렇게 바뀌어있었군요!ㅋㅋㅋㅋ
빠르게 수정해주셔서 감사드립니다! 🙇♂️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
허걱쓰 제가 수정하는 과정에서 잘못했나보네요 ㅠㅠ
빠르게 대신 고쳐주셔서 감사합니다 리니!! 🙇 🙇 🙇
* chore: 사용되지 않는 interface 파일 삭제 * refactor: PhotoAttachFragment의 uriSelectedListener가 초기화 되지 않았을 때 예외 구체화 * refactor: formDataName 정의를 위한 String 상수를 FileUtils.kt로 이동 * feat: 마이 페이지에서 프로필 이미지 변경 기능 구현 * refactor: MyPageMenuHandler -> MyPageHandler로 이름 변경 * feat: 프로필 이미지 변경 실패 메시지 추가 및 예외 처리 * ui: 메인 화면 프로필 사진 테두리 디자인 수정 * refactor: 마이페이지에서 네트워크 요청 대신 캐시 메모리로 멤버 프로필 로드 * feat: SharedViewModel에 Hilt 적용 및 멤버 프로필 로직 추가 * feat: UserInfoPreferencesManager에 프로필 사진, 닉네임, 복구 코드 관련 로직 추가 * feat: 메인 화면 진입 시 멤버 프로필 불러오는 로직 추가 * feat: 메인에서 마이페이지 이동 시 ActivityResultLauncher 적용 * ui: 타임라인 타이틀 사용자 닉네임 표시 * refactor: 불필요한 데이터 바인딩 변수 제거 * refactor: ApiResult의 제네릭 타입 제약 제거 * refactor: MyPageRemoteDataSource 추상화 추가 * refactor: MyPageRemoteDataSource 추상화 적용 * refactor: MyPageLocalDataSource 추상화 추가 * refactor: UserInfoPreferencesManager가 MyPageLocalDataSource를 구현하도록 수정 * refactor: MyPageLocalDataSource 추상화 적용 * refactor: SharedPreferencesModule 추가 * refactor: MyPageDefaultRepository에 MyPageLocalDataSource 추가 * refactor: 메인 화면, 마이페이지 화면에 MyPageDefaultRepository 적용 * refactor: 프로퍼티 이름에서 멤버 변수를 뜻하는 m 키워드 제거 * refactor: 닉네임, 복구코드 관련 메서드 반환 타입 non-nullable로 수정 * refactor: 바인딩 어댑터 formatNickname 가독성 개선 * style: 컨벤션에 맞게 메서드 순서 변경 * delete: 불필요한 drawableRes 파일 삭제 * ui: 프로필 사진 수정 버튼 터치 영역 확대 * refactor: MyPageActivity 메서드 순서 변경 * fix: StaccatoDetailResponse 응답값 매핑 오류 수정 #606 (#607) * fix: 오타 수정 * refactor: 바인딩 변수 네이밍 변경 menuHandler -> myPageHandler * refactor: EMPTY_STRING를 MemberProfile 내부로 이동 --------- Co-authored-by: linirini <[email protected]>
⭐️ Issue Number
🚩 Summary
🛠️ Technical Concerns
🙂 To Reviewer
📋 To Do