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/#109] 엔딩페이지 구현 & 답변화면 UT 반영 #112

Merged
merged 14 commits into from
Aug 31, 2023

Conversation

ss99x2002
Copy link
Member

@ss99x2002 ss99x2002 commented Aug 28, 2023

🎀 Related Issues

close #109

🤔 What Did You Do

  • 엔딩페이지 UI 구현
  • 엔딩페이지 API 조건처리 하기
  • 답변화면 UT 반영
  • 설문조사 링크 추가
  • 폰트 일괄 적용

📸 Screenshot

_2023_08_28_20_02_14_505.mp4

⁉️ etc

@ss99x2002 ss99x2002 requested a review from yeoncheong August 28, 2023 11:05
@ss99x2002 ss99x2002 self-assigned this Aug 28, 2023
@ss99x2002 ss99x2002 added feature 기능 개발 design UI 추가 및 수정 서현 labels Aug 28, 2023
@ss99x2002 ss99x2002 changed the title [Feat/#109] 엔딩페이지 구현 [Feat/#109] 엔딩페이지 구현 & 답변화면 UT 반영 Aug 30, 2023
@ss99x2002 ss99x2002 added chore 기능 변경 없는 코드 변경 사 delete 코드 삭제 fix 버그 수정 labels Aug 31, 2023
Copy link
Contributor

@yeoncheong yeoncheong 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 +60 to +63
if (it.index == 8 && viewModel.isShowedEndingPage()) {
viewModel.setStateObserveIndex()
startForResult.launch(Intent(requireActivity(), EndingActivity::class.java))
}
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 Author

Choose a reason for hiding this comment

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

인덱스로만 검사하면 엑스를 누르고 홈으로 돌아오면 여전히 idx=8이라서 엔딩페이지가 또 뜨는 문제로 조건을 하나 더 따져야했습니다 haha

Comment on lines +29 to +36
private fun setClickBtnSave() {
with(binding) {
viewModel.answer.observe(this@AnswerActivity) {
btnSave.isEnabled = !it.isNullOrBlank()
}
btnSave.setOnClickListener {
showConfirmDialog()
}
Copy link
Contributor

Choose a reason for hiding this comment

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

깔꼼 리팩토링 👍

@ss99x2002 ss99x2002 merged commit 3693ce0 into develop Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore 기능 변경 없는 코드 변경 사 delete 코드 삭제 design UI 추가 및 수정 feature 기능 개발 fix 버그 수정 서현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 엔딩페이지 구현 & 답변화면 UT 반영
2 participants