Skip to content
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

feat: 프로필 이미지 변경 기능 #538

Closed
2 tasks done
Junyoung-WON opened this issue Oct 31, 2024 · 0 comments · Fixed by #603
Closed
2 tasks done

feat: 프로필 이미지 변경 기능 #538

Junyoung-WON opened this issue Oct 31, 2024 · 0 comments · Fixed by #603
Assignees
Labels
android We are android>< feat 기능 (새로운 기능)

Comments

@Junyoung-WON
Copy link
Contributor

Junyoung-WON commented Oct 31, 2024

✅ CheckList

  • 마이페이지에서 프로필 이미지를 변경할 수 있다.
  • 코루틴 적용하기
@Junyoung-WON Junyoung-WON added android We are android>< feat 기능 (새로운 기능) labels Oct 31, 2024
@Junyoung-WON Junyoung-WON self-assigned this Oct 31, 2024
@hxeyexn hxeyexn linked a pull request Jan 18, 2025 that will close this issue
7 tasks
s6m1n added a commit that referenced this issue Jan 31, 2025
# Conflicts:
#	android/Staccato_AN/app/src/main/java/com/on/staccato/presentation/memorycreation/viewmodel/MemoryCreationViewModel.kt
#	android/Staccato_AN/app/src/main/java/com/on/staccato/presentation/memoryupdate/viewmodel/MemoryUpdateViewModel.kt
#	android/Staccato_AN/app/src/main/java/com/on/staccato/presentation/staccatocreation/viewmodel/StaccatoCreationViewModel.kt
#	android/Staccato_AN/app/src/main/java/com/on/staccato/presentation/staccatoupdate/viewmodel/StaccatoUpdateViewModel.kt
Junyoung-WON pushed a commit that referenced this issue Feb 6, 2025
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android We are android>< feat 기능 (새로운 기능)
Projects
Status: Done
2 participants