-
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
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.
디코 탈출 축하합니다
이게 안드오비리드이유빈인가
이걸해내네........................
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
ㅎㅎ..수정 감ㅅㅏ합니도~...ㅎㅎ
participants.map { | ||
it.toTripParticipantModel() | ||
}, styles.map { | ||
it.toStyleModel() |
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 좋네욥~!
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.
고냥 너무 깔끔하네 ,,,
val rates = data.styles.map { it.rates } | ||
val counts = data.styles.map { it.counts } | ||
val bestPrefer = data.bestPrefer | ||
|
||
setProgressBarStatus(rates) | ||
setCountStatus(counts) | ||
setResultTextColor(bestPrefer) |
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.
요친구들 따로 변수 설정 안하고
setProgressBarStatus(data.styles.map { it.rates })
처럼 가도 괜찮을 것 같아요 !
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.
더 할 말이없네요~~~ 너무잘한다~~!!
…into feat/#244-check-friends
⛳️ Work Description
📸 Screenshot
Screen_Recording_20240310_173127_doorip.mp4
📢 To Reviewers