-
Notifications
You must be signed in to change notification settings - Fork 1
Refactor/320 기관 프로필 조회 리팩토링 #338
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
- 필요한 컬럼 record 생성 - queryDsl 생성 - 조회 유스케이스 구현 - 테스트및 검증 완료
- 필요한 컬럼 record 생성 - queryDsl 생성 - 조회 유스케이스 구현 - 테스트및 검증 완료
- 새로운 center 도메인으로 클래스 이전및 centerId -> userId로 수정 - 테스트및 검증 완료
- 응답 dto에 스키마 추가 - 불필요한 주석 삭제
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.
고생하셨습니다!
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.
수고하셨습니다!
기관 아이디로 조회하지 않고, 유저 아이디로 기관을 조회하는 이유와 프로필에 id를 반환할 필요가 있는지에 대해서 여쭤보고 싶습니다~
기관 아이디 사용시 기관 아이디 조회 -> 조회해온 아이디로 다른 정보 조회라는 과정이 순차적으로 일어나는게 더 느리지 않나? 라고 프로필에 id반환은 쪽지 기능 이용을 위해 넣어뒀습니다! |
- 기존 userId를 이용한 조회에서 기관 자체 PK를 이용한 조회 방식으로 리팩토링 - 테스트및 검증 완료
|



📌 과제 설명
기관 프로필 조회 기능 리팩토링입니다.
👩💻 요구 사항과 구현 내용
✅ PR 포인트 & 궁금한 점