-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/107 선호물품 등록 엔드포인트 구현 #112
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
leebs0521
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.
고생하셨습니다.
| Long id, | ||
| UUID centerId, | ||
| String itemName | ||
| ) { |
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.
스웨거 적용 하면 좋을 것 같아요
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만 반환해줬는데 선호물품아이디, 기관아이디, 아이템이름을 보내주는 이유가 있을까요?
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.
피그마를 보고 넣어줬습니다 물품 추가, 삭제시 바로바로 웹페이지에 적용이 되는데
정합성을 유지하려면 필드를 넣어줘야할 것 같았습니다!
프론트가 구현 방식에 따라 다시 바뀔수도 있습니다
| // verify | ||
| verify(createPreferItemUseCase).createPreferItem(userId, requestDto); | ||
| } | ||
| } No newline at end of file |
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.
컨트롤러 테스트 잘 봤습니다! 어떤 느낌인지 점점 알 것 같아요. 수고하셨습니다!
- 컨트롤러 구현 - 기관 권한 설정에 따른 요청 Dto 수정 - 요청 Dto 변화에 따른 서비스 레이어 파라미터 값 수정 - 테스트 코드 작성및 검증 완
- 도메인 관점의 설명으로 변경
- 응답 객체에 swagger 스키마 적용 - 개행 추
e9762d1 to
a2d0845
Compare
|



📌 과제 설명
기관의 선호물품 등록 엔드포인트 구현입니다.
👩💻 요구 사항과 구현 내용
✅ PR 포인트 & 궁금한 점