Skip to content
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

Refactor #97 수동매칭 수락 거절 구현 #97

Merged
merged 7 commits into from
Feb 4, 2025

Conversation

huncozyboy
Copy link
Member

📌 관련 이슈

관련 이슈 번호 #90
Close #

🚀 작업 내용

수동매칭 수락 / 거절 로직
서비스단에서 입력받은 DTO를 검증을 통해서 status가 
ACCEPT면 친구 추가 로직, 친구 추가 되었다고 반환

REJECT면 친구 추가 로직 x, 친구 추가 거절 되었다고 케이스 별로 분리해서 알림을 발행하도록 구현

수동매칭 리스트 payload 변수명만 isLast로 설정 (last로 매핑되도록)

📸 스크린샷

스크린샷 2025-02-05 오전 12 20 00

유저가 수동매칭 초대 거절시 매칭방 초대를 수락/거절이 완료되었습니다의 응답이 반환되고

image

DB에 값이 저장되지 않습니다

image

만약 유저가 수동매칭 초대를 수락할시

image

DB에 올바르게 데이터가 값이 저장되도록 했습니다

📢 리뷰 요구사항

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성

@huncozyboy huncozyboy added the 🔨 Refactor 코드 리팩토링 label Feb 4, 2025
@huncozyboy huncozyboy self-assigned this Feb 4, 2025
@huncozyboy huncozyboy linked an issue Feb 4, 2025 that may be closed by this pull request
3 tasks
Copy link
Collaborator

@soyesenna soyesenna left a comment

Choose a reason for hiding this comment

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

고생하셨습니당~~~

Copy link
Member

@hyxklee hyxklee left a comment

Choose a reason for hiding this comment

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

고생하셨어요!!

@huncozyboy huncozyboy merged commit e7a33ec into dev Feb 4, 2025
2 checks passed
@huncozyboy huncozyboy deleted the refactor/#90/수동매칭-수락-거절-구현 branch February 6, 2025 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Refactor]: #90 수동매칭 수락 / 거절 구현
3 participants