Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 관련 이슈
관련 이슈 번호 #90
Close #
🚀 작업 내용
수동매칭 수락 / 거절 로직
서비스단에서 입력받은 DTO를 검증을 통해서 status가 ACCEPT면 친구 추가 로직, 친구 추가 되었다고 반환
REJECT면 친구 추가 로직 x, 친구 추가 거절 되었다고 케이스 별로 분리해서 알림을 발행하도록 구현
수동매칭 리스트 payload 변수명만 isLast로 설정 (last로 매핑되도록)
📸 스크린샷
유저가 수동매칭 초대 거절시 매칭방 초대를 수락/거절이 완료되었습니다의 응답이 반환되고
DB에 값이 저장되지 않습니다
만약 유저가 수동매칭 초대를 수락할시
DB에 올바르게 데이터가 값이 저장되도록 했습니다
📢 리뷰 요구사항