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

refactor: meetingDate 검증 로직 수정 #626

Merged
merged 3 commits into from
Oct 23, 2024

Conversation

masonkimseoul
Copy link
Member

📌 관련 이슈

close #625

✨ 작업 내용

  • meetingDate 검증 로직 수정
  • 에러 내용 수정

📚 기타

@masonkimseoul masonkimseoul self-assigned this Oct 23, 2024
CANNOT_UPDATE_BEFORE_NOW_MEETING_DATE(BAD_REQUEST, "모집 날짜는 다음날보다 이전일 수 없습니다."),
CANNOT_MEETING_DATE_BEFORE_THAN_TOMORROW(BAD_REQUEST, "거래 날짜는 내일부터 설정할 수 있습니다."),
CANNOT_UPDATE_BEFORE_NOW_MEETING_DATE(BAD_REQUEST, "거래 날짜는 오늘보다 이전일 수 없습니다."),
CANNOT_MEETING_DATE_BEFORE_THAN_TOMORROW(BAD_REQUEST, "거래 날짜는 오늘부터 설정할 수 있습니다."),
Copy link
Contributor

Choose a reason for hiding this comment

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

TODAY로 변경 부탁드려요~ 😄

Copy link
Member Author

Choose a reason for hiding this comment

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

  • 완 -

Copy link
Contributor

@fromitive fromitive left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 메이슨!! lgtm 👍

@masonkimseoul masonkimseoul merged commit 017e1e4 into develop Oct 23, 2024
@masonkimseoul masonkimseoul deleted the feature/625-refactor-meetingdate-validation branch October 23, 2024 06:18
fromitive pushed a commit that referenced this pull request Nov 28, 2024
* refactor: meetingDate 검증 로직 수정

* refactor: 예외 내용 수정

* refactor: 예외 이름 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

⚡ meetingDate 검증 메서드 내부 구현 수정
2 participants