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/#144] 세연 담당 뷰 / QA 이슈 해결 #157

Merged
merged 14 commits into from
Jan 17, 2024

Conversation

crownjoe
Copy link
Contributor

@crownjoe crownjoe commented Jan 17, 2024

⛳️ Work Description

🚩 TO DO

-여행 생성 완료 뷰 스크롤 뷰 적용

  • 프로필 뷰 마진, 패딩 정리
  • 전체적인 뷰 기기 대응
  • 내가 만든 여행에 초대되지 않게 분기 처리
  • 초대코드 6글자 아니어도 버튼 활성화 됨 -> 해결
  • 붙여넣기 하면 글자 안 세어져서 버튼 활성화 안 됨 -> 해결
  • 데이트 피커에서 토스트 띄워진 상태에서 다음 누르면 앱 종료됨 -> 해결
  • 데이트 피커 종료일 바텀시트에서 시작일부터만 클릭 가능하게 변경

📸 Screenshot

datepicker.mp4

📢 To Reviewers

  • 드디어 제가 해냄요
  • 드디어 데이트 피커 손절할 수 있는가요?
  • 더 있음 말씀 해주시옵소서

@crownjoe crownjoe added 세연 🤤 FIX 🔨 버그 및 오류 해결 labels Jan 17, 2024
@crownjoe crownjoe self-assigned this Jan 17, 2024
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 +45 to +57
private fun customEndDate() {
val datePicker = binding.dpCreateTripDate
val calendar = Calendar.getInstance()

val currentEndYear = viewModel.startYear.value ?: 0
val currentEndMonth = viewModel.startMonth.value ?: 0
val currentEndDay = viewModel.startDay.value ?: 0

calendar.set(currentEndYear, currentEndMonth - 1, currentEndDay)
datePicker.minDate = calendar.timeInMillis

calendar.set(2100, 0, 1)
datePicker.maxDate = calendar.timeInMillis
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

@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 +45 to 58
private fun customEndDate() {
val datePicker = binding.dpCreateTripDate
val calendar = Calendar.getInstance()

val currentEndYear = viewModel.startYear.value ?: 0
val currentEndMonth = viewModel.startMonth.value ?: 0
val currentEndDay = viewModel.startDay.value ?: 0

calendar.set(currentEndYear, currentEndMonth - 1, currentEndDay)
datePicker.minDate = calendar.timeInMillis

calendar.set(2100, 0, 1)
datePicker.maxDate = calendar.timeInMillis
}
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 +73 to +74
KEY to inviteCode,
NAME to title
Copy link
Member

Choose a reason for hiding this comment

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

아주조아요~

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