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/#114] 프로필 조회 뷰 / 서버통신 구현 #125

Merged
merged 17 commits into from
Jan 15, 2024

Conversation

crownjoe
Copy link
Contributor

@crownjoe crownjoe commented Jan 15, 2024

⛳️ Work Description

  • 프로필 조회 뷰 서버통신
  • 초대 코드 검증 및 잘못된 초대 코드 검증
  • 프로필 크롭

📸 Screenshot

Screen_Recording_20240115_195811_Gallery.mp4
Screen_Recording_20240115_174759_doorip.mp4

📢 To Reviewers

  • 드디어 ....서버가...

Copy link
Member

@leeeyubin leeeyubin 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 135 to 136
android:name="com.going.presentation.setting.SettingActivity"
android:exported="false"
android:exported="true"
Copy link
Member

Choose a reason for hiding this comment

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

false로 해주세욤

@@ -95,7 +95,11 @@ class EnterTripActivity : BaseActivity<ActivityEnterTripBinding>(R.layout.activi
}

is UiState.Failure -> {
toast(getString(R.string.server_error))
if (state.msg == "존재하지 않는 여행입니다.") {
Copy link
Member

Choose a reason for hiding this comment

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

요거 string 추출 가능한가용

Copy link
Contributor Author

Choose a reason for hiding this comment

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

넵 추출해서 수정했습니답

Comment on lines 74 to 88
binding.run {
tvProfileName.text = name
tvProfileOneLine.text = intro

val profileImage = when (number) {
0 -> R.drawable.img_profile_6
1 -> R.drawable.img_profile_1
2 -> R.drawable.img_profile_2
3 -> R.drawable.img_profile_4
4 -> R.drawable.img_profile_8
5 -> R.drawable.img_profile_5
6 -> R.drawable.img_profile_7
7 -> R.drawable.img_profile_3
else -> R.drawable.img_profile_1
}
Copy link
Member

Choose a reason for hiding this comment

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

오호 좋아요!!!

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 +3 to +4
xmlns:app="https://schemas.android.com/apk/res-auto"
xmlns:tools="https://schemas.android.com/tools">
Copy link
Member

Choose a reason for hiding this comment

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

혹시 프로필 뷰 툴바 타이틀이 "프로필 생성"이 맞나요? 생성하는 뷰는 아닌 것 같은데!

Copy link
Contributor Author

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 31


Copy link
Member

Choose a reason for hiding this comment

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

줄바꿈이 2번이네요 ㅎㅎ

Comment on lines 66 to 67
if (errorCode == "e4043") {
_tripState.value = UiState.Failure(errorMessage)
Copy link
Member

Choose a reason for hiding this comment

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

에러코드같은 친구들도 아래에 const val로 따로 빼주는게 좋아요 ~~

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.

말할 부분이 없네요! 너무 잘해버렸자나~

@crownjoe crownjoe merged commit be25e62 into develop Jan 15, 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