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

[MODIFY] 마이페이지 추가 응답 데이터 반영 #126

Merged
merged 2 commits into from
Feb 21, 2024

Conversation

jun02160
Copy link
Member

📌 관련 이슈

#117

✨ 어떤 이유로 변경된 내용인지

디자인 변경 사항에 따른 마이페이지 응답 데이터 반영

  • 기존 : 매칭 전, 유저 본인의 이름 정보 외에는 null로 반환
  • 변경 : 매칭 전, 상대 유저의 이름 정보 외 모두 포함하여 반환
    ex. 부모-자식 관계 유형, 유저/상대 유저 타입(아들,딸,엄마,아빠), 유저 본인의 자식 여부\\
# 매칭이 완료되기 전, 마이페이지 조회에 대한 응답 값
{
  "status": 200,
  "message": "마이페이지 내 정보 조회에 성공했습니다.",
  "data": {
    "my_username": "최영린ㄹ니",
    "my_user_type": "아들",
    "opponent_username": null,
    "opponent_user_type": "엄마",
    "parentchild_relation": "엄마와 아들 관계",
    "is_me_child": true,
    "section": "어린시절",
    "matched_date": 0,
    "qna_cnt": 0
  }
}

🙏 검토 혹은 리뷰어에게 남기고 싶은 말

@jun02160 jun02160 added 🔥 Pull Request PR 날림 예준🍒 🪄API 서버 API 통신 🔧Modify 코드 수정 (기능의 변화가 있을 때) labels Feb 19, 2024
@jun02160 jun02160 requested review from ddongseop and 0lynny February 19, 2024 15:26
@jun02160 jun02160 self-assigned this Feb 19, 2024
Copy link
Member

@ddongseop ddongseop left a comment

Choose a reason for hiding this comment

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

확인 했습니당!

@jun02160 jun02160 merged commit 7e04635 into develop Feb 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
예준🍒 🪄API 서버 API 통신 🔧Modify 코드 수정 (기능의 변화가 있을 때) 🔥 Pull Request PR 날림
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants