-
Notifications
You must be signed in to change notification settings - Fork 0
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
#217, #219 : 프로필 한줄소개, 이미지 업데이트 API integration 적용해요, Profile 엔티티 수정해요. #221
Conversation
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.
원래 맛있는건 천천히 먹어야지
@@ -64,6 +63,6 @@ class NotificationNavigatorImpl(private val navController: NavController): Notif | |||
} | |||
|
|||
override fun navigateToProfileEditScreen() { | |||
navController.navigate(ProfileEditScreenDestination(ProfileEditNavArgs(false)) within AppNavGraphs.entire) | |||
navController.navigate(ProfileEditScreenDestination() within AppNavGraphs.entire) |
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.
Object면 가로 빼도됨
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.
반영했습니다 👍
1. 📄 관련된 이슈 및 소개
#217 : 프로필 한줄소개 / 이미지 업데이트 API integration 적용해요
2. 🔥 변경된 점
1. 프로필 한줄 소개와 이미지 업로드 두 API가 통합되었습니다.
2. NotificationSetting 패키지 변경
3. EntireEdit -> ProfileEdit 이름 변경 / ProfileEdit Arugment 삭제
4. 투표 결과 패딩 수정
5. ProfileCharacter
6. 승원아 loading 상태 변수 잘못쓰고 있어서, 지금까지 프로필 업데이트할때 로딩 로띠 안돌았다.
3. ✅ 필수 체크 사항
1. ProfileEditViewModel
한줄 소개 업데이트, 프로필 이미지 업데이트 로직 통합했는데, 해당 로직 확인 부탁해용 💯
ProfileEditViewModel handleProfileUpdate()
4. 📸 작업물 사진 공유(선택)
1. 프로필 업데이트
profile_edit1.webm
2. 프로필 업데이트 (사진 삭제)
profile_edit2.webm
5. 💡알게된 혹은 궁금한 사항
오랜만에 보니까 수정할만한 사항이 많네요 ㅎㅎ