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/#66] 선택 질문 뷰 이동 로직 생성 #71

Merged
merged 15 commits into from
Jul 17, 2023
Merged

Conversation

yeoncheong
Copy link
Contributor

🎀 Related Issues

close #66

🤔 What Did You Do

  • 선택 질문 뷰 Fragment 5개 이동 로직
  • 뒤로가기 버튼 누르면 Fragment 종료
  • 초대자 선택, 시간 설정 화면과 연결
  • 주소 URL 추가

⁉️ etc

이 공을 서현이에게 돌립니다 한 30% 정도

@yeoncheong yeoncheong added feature 기능 개발 연진 labels Jul 16, 2023
@yeoncheong yeoncheong self-assigned this Jul 16, 2023
Copy link
Member

@ss99x2002 ss99x2002 left a comment

Choose a reason for hiding this comment

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

정말로 수고하셨습니다!! 옆에서 고민하는걸 계속 지켜봐서 그런지 완성한게 넘 멋있어여

@@ -15,14 +15,17 @@ import okhttp3.logging.HttpLoggingInterceptor
import retrofit2.Retrofit

object ApiFactory {

const val UMBBA_URL = BuildConfig.UMBBA_BASE_URL
Copy link
Member

Choose a reason for hiding this comment

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

대신해줘서 고마워요오오

Comment on lines +36 to +45
R.id.iv_basic_back -> {
if (count in 1..4) {
supportFragmentManager.popBackStack("$count", FragmentManager.POP_BACK_STACK_INCLUSIVE)
binding.progressBar.progress -= 20
count -= 1
initChip()
setBeforeButtonClick(count)
} else {
finish()
}
Copy link
Member

Choose a reason for hiding this comment

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

너무 직관적이여서 좋았어요.
처음 와이어프레임 보고 ui 만들때는 replace 까지만 생각했는데 popBackStack, addStack 활용하면 되는군여 !

}

private fun checkNextButtonEnabled() {
viewModel.isClickedComplete.observe(this) {
Copy link
Member

Choose a reason for hiding this comment

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

이걸로 next를 활성화 하는군여..

val clickedChipText = MutableLiveData<String>()

fun checkButtonComplete() {
isClickedComplete.value = isClickedYes.value == true || isClickedNo.value == true || isClickedAmbiguous.value == true
Copy link
Member

Choose a reason for hiding this comment

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

오 이러케

android:textColor="@color/umbba_black"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:text="행복해?" />
Copy link
Member

Choose a reason for hiding this comment

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

네.... (추출하기)

android:textColor="@color/umbba_black"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
android:text="배고파?" />
Copy link
Member

Choose a reason for hiding this comment

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

약간.... (추출하기)

@yeoncheong yeoncheong merged commit c00015f into develop Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 개발 연진
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 선택 질문 뷰 이동 로직 생성
2 participants