-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/138 봉사 지원 조회 기능 #145
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
- 봉사 지원자 정보에 노출해야는 데이터들이 volunteer, detail 혼재 - mapper VolunteerSimpleInfo 정의
- 봉사 지원자 정보에 노출해야는 데이터들이 volunteer, detail 혼재 - mapper VolunteerSimpleInfo 정의
- **순환 참조로 인한 파사드 도입** - VolunteerApplyQueryFacade**
- **순환 참조로 인한 파사드 도입** - VolunteerApplyQueryFacade**
- 지원 리스트 정보에 필요한 기능 추가
- 지원 리스트 정보에 필요한 기능 추가
- 객체를 가져오고 현 서비스에서 응답 DTO로 감싸주도록 변경
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.
진짜 수고 많으십니다. 범수 님은 몸이 두 개신가요?
src/main/java/com/somemore/volunteerapply/service/VolunteerApplyQueryFacadeService.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.
수고하셨습니당
|



resolved :
📌 과제 설명
👩💻 요구 사항과 구현 내용
✅ PR 포인트 & 궁금한 점
VolunteerApplyQueryFacadeService한번씩 봐주시면 감사하겠습니다.VolunteerApplyQueryService에서 아래를 구현하려함-> 순환 참조 문제가 발생해서 파사드를 만들었습니다.