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

[FIX/#257] 유빈 담당 뷰 / QA 이슈 대응 #258

Merged
merged 6 commits into from
Mar 13, 2024
Merged

Conversation

leeeyubin
Copy link
Member

⛳️ Work Description

  • 취향 태그 수정 버튼 활성화 로직 통일
  • 여행 친구 조회 엠티 뷰 생성 시점 수정
  • 초대받은 여행 입장 뷰 취향태그 버튼 수정
  • 이번 여행은! header underline 추가하기
  • 대시보드 이름 수정된 걸로 적용

📸 Screenshot

Screen_Recording_20240314_005935_doorip.mp4
Screen_Recording_20240314_005638_doorip.mp4

📢 To Reviewers

  • 수정사항 전부 반영했습니다!

@leeeyubin leeeyubin added 유빈 ❄ FIX 🔨 버그 및 오류 해결 labels Mar 13, 2024
@leeeyubin leeeyubin added this to the 2차 스프린트 milestone Mar 13, 2024
@leeeyubin leeeyubin self-assigned this Mar 13, 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.

안드최강오비리드이유빈

Comment on lines +39 to +44
override fun onResume() {
super.onResume()

setTravelerName()
}

Copy link
Contributor

Choose a reason for hiding this comment

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

굿뜨~~

@@ -10,7 +10,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white_000"
android:background="@color/gray_50"
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 65 to 69
fun checkIsPreferenceChange(number: Int, index: Int) {
when (number) {
1 -> {
styleA.value = index
isStyleAChanged = index != defaultStyleA.value
Copy link
Contributor

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.

굿~~

Comment on lines 30 to 40
private val defaultStyleA = MutableLiveData(0)
private val defaultStyleB = MutableLiveData(0)
private val defaultStyleC = MutableLiveData(0)
private val defaultStyleD = MutableLiveData(0)
private val defaultStyleE = MutableLiveData(0)

private val styleA = MutableLiveData(0)
private val styleB = MutableLiveData(0)
private val styleC = MutableLiveData(0)
private val styleD = MutableLiveData(0)
private val styleE = MutableLiveData(0)
Copy link
Member

Choose a reason for hiding this comment

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

혹시 이걸 전부 다 observe 혹은 데바에 쓰고있나요?
그게 아니라면 mutableLiveData일 필요는 없을 것 같습니다!!
단순히 값을 저장하기 위함이라면 val 혹은 var로도 충분합니당 :)

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

@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.

최~고

@leeeyubin leeeyubin merged commit 178af11 into develop Mar 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIX 🔨 버그 및 오류 해결 유빈 ❄
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] 유빈 담당 뷰 / QA 이슈 대응
4 participants