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/#296] DateTimeException 해결 #297

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

boiledEgg-s
Copy link
Member

⛳️ Work Description

  • coerceAtMost로 달력 전환 시 선택된 날짜이 현재 달의 최대 날짜보다 큰 경우, 현재 달의 최대 날짜로 조절하도록 수정
  • 현재 달의 최대 날짜는 LocalDate.month.minLength로 불러옴

📸 Screenshot

  • 문제 상황

    241023_._.mp4
  • 문제 해결

    241023_._.mp4

📢 To Reviewers

  • PlayConsole 구경하다가 에러 터졌다고 해서 급하게 수정했어요,,,
  • 후딱 머지하고 31일 되기 전에 업데이트합시당ㅋㅎㅋ

@boiledEgg-s boiledEgg-s added FIX 🔨 버그 및 오류 해결 석준💜 석준 labels Oct 23, 2024
@boiledEgg-s boiledEgg-s self-assigned this Oct 23, 2024
Copy link
Member

@Hyobeen-Park Hyobeen-Park left a comment

Choose a reason for hiding this comment

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

이렇게 크리티컬한 문제가 있었다니.. QA 최고에욥!!

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.

오호 coerceAtMost신기하네요.. 확인했습니다! 자체 큐에이 최고!!

@boiledEgg-s boiledEgg-s merged commit bfd99a5 into develop Oct 23, 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] 달력 날짜 오류 수정
3 participants