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/#244] 여행 친구 조회 뷰 / 서버 통신 구현 #245

Merged
merged 8 commits into from
Mar 11, 2024

Conversation

leeeyubin
Copy link
Member

⛳️ Work Description

  • 여행 친구 조회 서버 통신
  • 결과 값에 따라서 뷰 띄우기
  • 프로필 클릭 리스너 구현

📸 Screenshot

Screen_Recording_20240310_173127_doorip.mp4

📢 To Reviewers

  • 2차 스프린트 끝~!!!

@leeeyubin leeeyubin added this to the 2차 스프린트 milestone Mar 10, 2024
@leeeyubin leeeyubin self-assigned this Mar 10, 2024
@leeeyubin leeeyubin added 유빈 ❄ FEAT ✨ 새로운 기능 구현 labels Mar 10, 2024
Copy link
Contributor

@crownjoe crownjoe left a 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 {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ㅎㅎ..수정 감ㅅㅏ합니도~...ㅎㅎ

Comment on lines +30 to +33
participants.map {
it.toTripParticipantModel()
}, styles.map {
it.toStyleModel()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

map 좋네욥~!

Copy link
Member

@Marchbreeze Marchbreeze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고냥 너무 깔끔하네 ,,,

Comment on lines 89 to 95
val rates = data.styles.map { it.rates }
val counts = data.styles.map { it.counts }
val bestPrefer = data.bestPrefer

setProgressBarStatus(rates)
setCountStatus(counts)
setResultTextColor(bestPrefer)
Copy link
Member

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 })
처럼 가도 괜찮을 것 같아요 !

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네!! 수정했습니다~!!!

Copy link
Member

@chattymin chattymin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

더 할 말이없네요~~~ 너무잘한다~~!!

@leeeyubin leeeyubin merged commit 7166a0b into develop Mar 11, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT ✨ 새로운 기능 구현 유빈 ❄
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 여행 친구 조회 뷰 / 서버 통신 구현
4 participants