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

Feature/no duplicate invite #141

Merged
merged 2 commits into from
Jan 28, 2024
Merged

Feature/no duplicate invite #141

merged 2 commits into from
Jan 28, 2024

Conversation

jinsu4755
Copy link
Member

@jinsu4755 jinsu4755 commented Jan 28, 2024

✒️ 관련 이슈번호

  • Closes #null

🔑 Key Changes

  1. 본인 스스로 본인 커플에 연결하는 문제 해결
POST http://localhost:8080/api/couple/join

HTTP/1.1 409 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Sun, 28 Jan 2024 12:58:10 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
  "code": "UE10003"
}
image
  1. 다음 릴리즈 포함 데이터인 홈화면에 상대방 닉네임 추가
GET http://localhost:8080/api/home

HTTP/1.1 200 
Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Sun, 28 Jan 2024 13:28:33 GMT
Keep-Alive: timeout=60
Connection: keep-alive

{
  "userId": 1,
  "partnerId": 2,
  "partnerNickname": "𝑹𝒆𝒂𝒍와",
  "roundGameId": null,
  "myScore": 1,
  "partnerScore": 3,
  "drawCount": 1,
  "dDay": 738913,
  "couple": {
    "id": 258,
    "startDate": "0001-01-01",
    "heartToken": 0
  },
  "shortGame": null
}
image

📢 To Reviewers

  • 잠수함 패치 할거임 아무도 리뷰하지 마~

@jinsu4755 jinsu4755 requested a review from a team as a code owner January 28, 2024 13:29
@jinsu4755 jinsu4755 requested review from jiyeoon00 and 2zerozu and removed request for a team January 28, 2024 13:29
Copy link

Unit Test Results

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit ec4c5c3.

@jinsu4755 jinsu4755 merged commit db2f0fe into develop Jan 28, 2024
8 checks passed
@delete-merged-branch delete-merged-branch bot deleted the feature/no-duplicate-invite branch January 28, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant