-
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
dab1a27
[FIX]#217 : 쪽지 결과 나가기 버튼 end padding 수정
jeongjaino 262235d
[FIX]#217 : 쪽지 신고 완료시, navigate -> navigateUp으로 변경
jeongjaino d2d5d33
[CHORE]#217 : NotificationSetting State Screen 패키지 -> State 패키지로 변경
jeongjaino a4b9323
[CHORE]#217 : EntireEdit -> ProfileEdit
jeongjaino 4e62813
[CHORE]#217 : ProfileEditArgument 삭제
jeongjaino 2a6a96a
[CHORE]#217 : EntireEdit -> ProfileEdit
jeongjaino 2665c98
[CHORE]#217 : 한줄소개 업데이트 인터페이스 삭제
jeongjaino 2813d8c
[CHORE]#217 : 한줄소개 업데이트 인터페이스 삭제
jeongjaino 5c4ec4e
[FEATURE]#217 : 프로필 업데이트 API 구현
jeongjaino 3a29122
[CHORE]#217 : 미사용 상태 삭제
jeongjaino c7736f5
[FEATURE]#217 : 프로필 한줄 소개 / 이미지 업로드 API 통합
jeongjaino 8917d97
[FIX]#217 : 프로필 디자이너 수정 반영
jeongjaino fac627f
[FIX]#217 : MessageReportScreen 네비게이션 메소드 롤백
jeongjaino 165fa97
[CHORE]#217 : 미사용 ProfileCharacter 로드 메소드 삭제
jeongjaino 49b0434
[CHORE]#217 : 주석 삭제
jeongjaino 3ab20b1
[CHORE]#217 : ProfileCharacter 도메인 모델 주석 추가
jeongjaino 0306dbd
[FEATURE]#217 : 프로필 수정시 로딩 중 버튼 비활성화 설정
jeongjaino 36452df
[CHORE]#217 : 괄호 소거
jeongjaino File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
4 changes: 4 additions & 0 deletions
4
core/model/src/main/kotlin/com/bff/wespot/model/user/response/ProfileCharacter.kt
This file contains 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
9 changes: 9 additions & 0 deletions
9
...-remote/src/main/kotlin/com/bff/wespot/data/remote/model/user/request/ProfileUpdateDto.kt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package com.bff.wespot.data.remote.model.user.request | ||
|
||
import kotlinx.serialization.Serializable | ||
|
||
@Serializable | ||
data class ProfileUpdateDto( | ||
val introduction: String, | ||
val url: String?, | ||
) |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
19 changes: 0 additions & 19 deletions
19
domain/src/main/kotlin/com/bff/wespot/domain/usecase/UpdateProfileIntroductionUseCase.kt
This file was deleted.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
반영했습니다 👍