-
Notifications
You must be signed in to change notification settings - Fork 1
[FEATURE] 모집글 시간 필드 추가 #269
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
Conversation
m-a-king
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다. 싹 갈아엎으셨군요. 훨씬 깔끔해진 것 같아요!
...test/java/com/somemore/domains/recruitboard/service/validator/RecruitBoardValidatorTest.java
Show resolved
Hide resolved
src/main/java/com/somemore/domains/recruitboard/domain/RecruitmentInfo.java
Outdated
Show resolved
Hide resolved
src/main/java/com/somemore/domains/recruitboard/service/validator/RecruitBoardValidator.java
Show resolved
Hide resolved
ayoung-dev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다~
그리고 writer에서 author로 바꾸게된 이유가 무엇인지 궁금합니다!
src/main/java/com/somemore/domains/recruitboard/dto/request/RecruitBoardCreateRequestDto.java
Outdated
Show resolved
Hide resolved
src/main/java/com/somemore/domains/recruitboard/dto/response/RecruitBoardResponseDto.java
Outdated
Show resolved
Hide resolved
이건 Review 쪽에서 이렇게 해버려서 메서드 이름 맞춰줄려고 했는데 어떤게 좋을려나요... |
|
저는 writer가 자연스러운 것 같아요~ |
저는 지금까지 writer로 써서 통일하면 좋을 거 같은데 혹시 다른 분들은 어떻게 쓰시나욤 |
|
저도 writer가 조금 더 자연스러운거 같습니다 |
- volunteer_hours
- volunteer_hours
- Integer -> int
- isAuthor -> isWriter
0c5f8d6 to
074e77c
Compare
|



resolved :
📌 과제 설명
모집글 시간 추가
모집글 Validator 추가
QueryUseCase에 의존하도록 리팩토링
패키지 구조 변경(query, command 패키지 제거)
👩💻 요구 사항과 구현 내용
✅ PR 포인트 & 궁금한 점