Skip to content

Conversation

@leebs0521
Copy link
Collaborator

resolved:

📌 과제 설명

  • 봉사 모집글 생성 기능 컨트롤러 작업
  • 봉사 모집글 수정 기능 컨트롤러 작업
  • 봉사 모집글 삭제 기능 컨트롤러 작업

👩‍💻 요구 사항과 구현 내용

  • 스웨거 테스트 완료

✅ PR 포인트 & 궁금한 점

@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 1, 2024

Copy link
Collaborator

@m-a-king m-a-king left a comment

Choose a reason for hiding this comment

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

수고하셨습니다! 참고할만한 코드가 많네요.

Comment on lines +58 to +59
createRecruitBoardUseCase.createRecruitBoard(requestDto, getCenterId(userId),
imgUrl),
Copy link
Collaborator

Choose a reason for hiding this comment

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

여기서 id만 반환하나요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

네 아이디만 반환합니다

Comment on lines +50 to +52
@AuthenticationPrincipal String userId,
@Valid @RequestPart("data") RecruitBoardCreateRequestDto requestDto,
@RequestPart(value = "img_file", required = false) MultipartFile image
Copy link
Collaborator

Choose a reason for hiding this comment

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

참고하겠습니다!

Copy link
Collaborator

@ayoung-dev ayoung-dev left a comment

Choose a reason for hiding this comment

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

수고하셨습니다
저도 컨트롤러 작업할 때 많이 참고하겠습니다!

@leebs0521 leebs0521 merged commit 9aa37e8 into main Dec 1, 2024
2 checks passed
@leebs0521 leebs0521 deleted the feature/81-add-recurit-board-cud-controller branch December 1, 2024 09:55
@leebs0521 leebs0521 self-assigned this Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants