Skip to content

Conversation

@7zrv
Copy link
Collaborator

@7zrv 7zrv commented Dec 7, 2024

📌 과제 설명

기관/봉사자의 자신에게 온 쪽지 상세 조회 기능입니다.

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

  • 요구사항에 맞는 mapper 클래스 생성
  • 쿼리 메서드 구현
  • 서비스 레이어 메서드 구현
  • 컨트롤러 구현
  • NoSuchElement 예외 구현
  • 예외 메세지 추가

✅ PR 포인트 & 궁금한 점

7zrv added 6 commits December 8, 2024 01:18
- 쿼리 메서드 생성
- mapper record 클래 생성
- 테스트 코드 작성및 검증 완료
- 쿼리 메서드 생성
- mapper record 클래스 생성
- 테스트 코드 작성및 검증 완료
- NoSuchElementException 클래스 추가
- 예외메세지 추가
- 전역 예외처리 핸들러에 NoSuchElementException 추가
- ExceptionMessage enum 값의 내부 메세지가 아닌 ExceptionMessage enum 자체를 이용하여 생성하도록 수정
- 기관의 쪽지 상세보기 메서드 구현
- 봉사자의 쪽지 상세보기 메서드 구현
- 테스트 코드 작성및 검증 완료
- 컨트롤러 구현
- 테스트 코드 작성및 검증 완료
@7zrv 7zrv self-assigned this Dec 7, 2024
@7zrv 7zrv linked an issue Dec 7, 2024 that may be closed by this pull request
4 tasks
@github-actions github-actions bot changed the title Feature/188 쪽지 상세 조회 기능 구현 [BUILD FAIL] Feature/188 쪽지 상세 조회 기능 구현 Dec 7, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

빌드에 실패했습니다.

@github-actions github-actions bot closed this Dec 7, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

빌드에 실패했습니다.

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]쪽지 상세 조회 기능

2 participants