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

[QA] 기디 qa 반영 #82

Merged
merged 13 commits into from
Jan 18, 2024
Merged

[QA] 기디 qa 반영 #82

merged 13 commits into from
Jan 18, 2024

Conversation

l2zh
Copy link
Contributor

@l2zh l2zh commented Jan 18, 2024

📌 관련 이슈

📷 screenshot

Screen_recording_20240119_055634.mp4

📝 Work Desciption

  • cta 버튼 그림자 제거
  • UIstate로 로딩 상태 처리
  • 로그아웃 후 재진입 로직 처리
  • 초대코드 공유 뷰 라이팅 변경

📚 Reference 혹은 궁금한 사항들

다들 화이팅!

@l2zh l2zh added Pull Request 🔥 pr 날릴때 준희 👻 막내온탑 QA qa 관련 작업 labels Jan 18, 2024
@l2zh l2zh added this to the Phase3 milestone Jan 18, 2024
@l2zh l2zh self-assigned this Jan 18, 2024
@@ -32,6 +33,7 @@ class MainActivity : AppCompatActivity() {
setContentView(binding.root)
initView()
setupTokenRefreshListener()
Timber.tag("로그").e("생성")
Copy link
Collaborator

Choose a reason for hiding this comment

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

제거해도 좋을 것 같아요 !


override fun onDestroy() {
super.onDestroy()
Timber.tag("로그").e("삭제")
Copy link
Collaborator

Choose a reason for hiding this comment

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

얘도 !

@@ -50,7 +67,11 @@ class LoginFragment : BindingFragment<FragmentLoginBinding>(R.layout.fragment_lo
when (uiState) {
is UiState.Success -> {
authViewModel.resetLoginState()
findNavController().navigate(R.id.action_loginFragment_to_termsOfUseFragment)
if (motivooStorage.isUserMatched) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

isUserMatched는 온보딩을 본 후 매칭이 끊겼을 때 문제가 생길 수 있을 것 같습니다. 적절한 값으로 바꿔주시면 더 정확할 것 같습니다 !!

Copy link
Collaborator

@giovannijunseokim giovannijunseokim left a comment

Choose a reason for hiding this comment

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

고생하셨습니다~! 리뷰 한 번씩 확인해주세요 !

@l2zh l2zh merged commit 6fe68df into develop Jan 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Pull Request 🔥 pr 날릴때 QA qa 관련 작업 준희 👻 막내온탑
Projects
Status: 🤝 Done
Development

Successfully merging this pull request may close these issues.

[QA] 온보딩
2 participants