Skip to content

Conversation

@7zrv
Copy link
Collaborator

@7zrv 7zrv commented Dec 6, 2024

📌 과제 설명

기관이 봉사자에게 쪽지를 보내는 기능 구현입니다.

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

  • 존재하는 봉사자인지 검증하기 위한 봉사자 exists 메서드 구현
  • Note 서비스 레이어에 유스케이스 생성및 메서드 구현
  • 컨트롤러 구현
  • 일부 클래스의 style 수정

✅ PR 포인트 & 궁금한 점

봉사자 도메인에 검증 메서드를 구현했습니다.
저의 메인 도메인이 아니라 컨벤션을 어겼을수도 있으니 잘 봐주시면 감사하겠습니다

7zrv added 4 commits December 6, 2024 12:43
- 영속성 레이어에 exists 메서드 구현
- 서비스 레이어에 exists 메서드 구현
- 테스트 및 검증 완
- 요청 객체 클랙스 생성
- 유스케이스 구현
- 송신된 쪽지 생성 메서드 구현
- 테스트 코드 작성및 검증 완료
- 컨트롤러에 메서드 구현
- 테스트 코드 작성및 검증 완료
- 유스케이스 의존성이 가장 위에 위치하도록 수정
@7zrv 7zrv self-assigned this Dec 6, 2024
@7zrv 7zrv linked an issue Dec 6, 2024 that may be closed by this pull request
@sonarqubecloud
Copy link

sonarqubecloud bot commented Dec 6, 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.

수고하셨습니다. volunteer 도메인에 추가된 것들 확인했습니다~~

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.

고생하셨습니다~

@7zrv 7zrv merged commit 5ee22d2 into main Dec 6, 2024
3 checks passed
@7zrv 7zrv deleted the feature/155-add-send-note-to-volunteer branch December 6, 2024 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] 기관 to 봉사자 쪽지 송신 기능 구현

4 participants