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

[#65] Location의 위도, 경도 속성명 수정 #66

Merged
merged 1 commit into from
May 9, 2024
Merged

Conversation

yel-m
Copy link
Member

@yel-m yel-m commented May 8, 2024

#️⃣ 연관된 이슈

Resolves #65

📝 작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요 (이미지 첨부 가능)

  • POST /api/records API에서 x_pos와 y_pos 값을 두 번 입력해야 하는 이슈가 있어 이를 해결하였습니다.
  • @JsonProperty를 없애주는 방법도 있지만, x_pos, y_pos보다는 프론트엔드에서 사용하는 라이브러리에 맞게 각각 위도, 경도를 나타내는 latitude와 longitude로 속성명을 변경하는 것이 더 낫겠다고 판단하여 위도, 경도 속성명을 수정합니다.

수정한 request body 예시는 다음과 같습니다.

{
  "happiness": 0,
  "memo": "string",
  "country": "string",
  "city": "string",
  "district": "string",
  "latitude": 0,
  "longitude": 0,
  "activity_id": 0,
  "full_name": "string"
}

JSON 키 값이 두 개가 나타난 오류에 대한 자료는 많지는 않지만, 이 글이 가장 잘 설명하는 것 같습니다. getXPos에서 get하는 것이 XPos(xpos)일 수도, xPos(x_pos)일 수도 있기 때문에 생기는 문제 같은데... 혼란이 없기 위해서는 latitude와 longitude를 쓰는 게 제일 좋을 것 같습니다.

스크린샷 (선택)

💬 리뷰 요구사항(선택)

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

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

  • 브랜치명 잘못 설정한 건.. 흐린 눈 해주세요,,, 🫠 💛

✅ Check List

  • PR 제목을 커밋 규칙에 맞게 작성했는가?
  • PR에 해당되는 Issue를 연결했는가?
  • 적절한 라벨을 설정했는가?
  • 작업한 사람을 모두 Assign했는가?

@yel-m yel-m changed the base branch from main to develop May 8, 2024 10:52
@yel-m yel-m changed the title [#65] [#65] Location의 위도, 경도 속성명 수정 May 8, 2024
@yel-m yel-m self-assigned this May 8, 2024
@yel-m yel-m added the fix 기능 및 버그를 수정합니다 label May 8, 2024
@yel-m yel-m requested a review from KkomSang May 8, 2024 10:54
@KkomSang
Copy link
Collaborator

KkomSang commented May 9, 2024

LGTM~~😍😍😍😍😍😍

@KkomSang KkomSang merged commit 63a8758 into develop May 9, 2024
@KkomSang KkomSang deleted the feat/#65 branch May 9, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 기능 및 버그를 수정합니다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] Location의 위도, 경도 속성명 수정
2 participants