-
Notifications
You must be signed in to change notification settings - Fork 2
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/#244] 여행 친구 조회 뷰 / 서버 통신 구현 #245
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
7cb6f40
[FEAT/#244] 여행 친구 조회 서버통신 구현
leeeyubin b6e5181
[FEAT/#244] 프로그래스바 구현
leeeyubin da1604a
[CHORE/#244] 라이팅 수정
leeeyubin b8fa4b8
[FEAT/#244] 프로필 클릭 리스너 구현
leeeyubin f01548f
[FEAT/#244] 프로필 결과 텍스트 구현
leeeyubin 6997ca2
[FEAT/#244] onResume 구현
leeeyubin ea76cd1
[FIX/#244] 코드리뷰 반영
leeeyubin 9cad89e
Merge branch 'develop' of https://github.com/Team-Going/Going-Android…
leeeyubin 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
5 changes: 3 additions & 2 deletions
5
domain/src/main/kotlin/com/going/domain/entity/response/CheckFriendsModel.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 |
---|---|---|
@@ -1,11 +1,12 @@ | ||
package com.going.domain.entity.response | ||
|
||
data class CheckFriendsModel( | ||
val bestPrefer: List<String>, | ||
val participants: List<TripParticipantModel>, | ||
val styles: List<StylesModel> | ||
) { | ||
data class StylesModel( | ||
val rate: Int, | ||
val isLeft: Boolean | ||
val rates: List<Int>, | ||
val counts: List<Int> | ||
) | ||
} |
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 |
---|---|---|
|
@@ -80,7 +80,7 @@ class InviteFinishActivity : | |
startDate: String, | ||
endDate: String, | ||
day: Int, | ||
): Intent = Intent(context, EnterTripActivity::class.java).apply { | ||
): Intent = Intent(context, InviteFinishActivity::class.java).apply { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ㅎㅎ..수정 감ㅅㅏ합니도~...ㅎㅎ |
||
putExtra(TRIP_ID, tripId) | ||
putExtra(TITLE, title) | ||
putExtra(START, startDate) | ||
|
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
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.
map 좋네욥~!