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

[Feat] #327 콕찌르기 메인 - API 연결 #328

Merged

Conversation

lsj8706
Copy link
Member

@lsj8706 lsj8706 commented Dec 21, 2023

🌴 PR 요약

🌱 작업한 브랜치

🌱 PR Point

  • 콕 찌르기 메인 뷰에 사용되는 API를 연결했습니다.
  • /poke/to/me
  • /poke/friend
  • /poke/friend/random-user

이렇게 3개 연결했고 필요한 모델, entity를 생성했습니다.

콕 찌르기 피쳐에 사용되는 유저 dto의 경우 모든 api에서 동일한 형태로 response에 담겨 오는데 PokeUserEntity, PokeUserModel로 각각 만들었기 때문에 다른 api를 연결할 때도 이 모델들 사용하면 될 것 같습니다!

📌 참고 사항

  • 현재 백엔드 측에서 로직에 약간의 문제가 있어서 /poke/friend의 리스폰스가 제대로 오지 않고 있는데 우리 팀 서버 개발자분들이 수정 중이라고 합니다!
  • 이제 내 친구뷰 관련 API 연결 작업 시작하겠습니다.

📸 스크린샷

기능 스크린샷
API 연결 화면

📮 관련 이슈

@lsj8706 lsj8706 added Feat 새로운 기능 구현 세진🤝🏻 labels Dec 21, 2023
@lsj8706 lsj8706 self-assigned this Dec 21, 2023
@lsj8706 lsj8706 merged commit e27dd97 into sopt-makers:develop Dec 21, 2023
@lsj8706 lsj8706 deleted the feat/#327-콕찌르기-메인-API연결 branch December 21, 2023 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feat 새로운 기능 구현 size/XL 세진🤝🏻
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 콕 찌르기 메인 API 연결
2 participants