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 - 당일 잠금 여부 전송 및 확인 api 추가 #167

Merged
merged 14 commits into from
Jun 15, 2024

Conversation

kseysh
Copy link
Member

@kseysh kseysh commented Jun 13, 2024

Related issue 🚀

Work Description 💚

  • 당일 잠금 여부 전송 및 확인 api를 추가하였습니다.

PR 참고 사항

  • 테스트 완료 하였습니다!
  • User에 최근 잠금 날짜를 저장하는 필드가 추가되었습니다.

@kseysh kseysh added ✨ Feat 새로운 기능 추가 👨🏻‍💻 승환 승환이가 작성한 Label labels Jun 13, 2024
@kseysh kseysh requested a review from jumining June 13, 2024 08:22
@kseysh kseysh self-assigned this Jun 13, 2024
Copy link
Collaborator

@jumining jumining left a comment

Choose a reason for hiding this comment

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

확인했습니다 수고하셨어요 클래스 내에 record 넣는 사용법도 알아갑니다

Comment on lines +9 to +19
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class UserRequest {

public record LockDateRequest(
@DateTimeFormat(pattern = "yyyy-MM-dd")
@NotNull(message = "잠금 날짜는 null일 수 없습니다.")
LocalDate lockDate
) {
}

}
Copy link
Collaborator

Choose a reason for hiding this comment

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

이런 사용 방식 처음 보네요! DateTimeFormat 매우 편리하군요

@kseysh kseysh merged commit f219314 into develop Jun 15, 2024
1 check passed
@jumining jumining deleted the feat/#166-check-day-lock-api branch November 19, 2024 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 새로운 기능 추가 👨🏻‍💻 승환 승환이가 작성한 Label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 당일 잠금 여부 전송 및 확인 api
2 participants