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] 약속 호스트 선택 시간 엔티티 구현 #35

Merged
merged 1 commit into from
Feb 13, 2025
Merged

Conversation

0-tae
Copy link
Contributor

@0-tae 0-tae commented Feb 13, 2025

🚀 What’s this PR about?

  • 작업 내용 요약: 약속 호스트 선택 시간 엔티티 구현 하였습니다.
  • 핵심 변경사항: 약속 호스트 선택 시간 엔티티 구현 하였습니다.

🛠️ What’s been done?

  • 주요 변경사항
    • 엔티티 구현

🧪 Testing Details

  • 별도로 테스트 진행하지 않았습니다.

👀 Checkpoints for Reviewers

  • 리뷰 시 확인할 사항:
    • 구조도 단순하고, 약속에 너무 종속적인 엔티티라서 별도 패키지를 생성하지 않고 Appointment와 같이 묶어서 넣었는데 어떻게 생각하시나요?

🎯 Related Issues

@0-tae 0-tae requested a review from jsoonworld February 13, 2025 06:21
@0-tae 0-tae self-assigned this Feb 13, 2025
@0-tae 0-tae added ✨ feat Something isn't working 🦖 용태 🦖 Further information is requested labels Feb 13, 2025
Comment on lines +21 to +25
@Column
private LocalDateTime appointmentHostSelectionStartTime;

@Column
private LocalDateTime appointmentHostSelectionEndTime;
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
Contributor Author

Choose a reason for hiding this comment

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

따로 Time Validator 책임을 맡는 객체를 구현하여 검증 진행하겠습니다🫡

@0-tae 0-tae merged commit ee6075e into develop Feb 13, 2025
1 check passed
@0-tae 0-tae deleted the feat/26 branch February 13, 2025 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat Something isn't working 🦖 용태 🦖 Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants