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

[BE] ✨ : coordinate 양식 수정에 따른 journey entity 및 비지니스 로직 수정 #365

Conversation

twoo1999
Copy link
Collaborator

@twoo1999 twoo1999 commented Feb 9, 2024

❗ 배경

작업 배경에 대한 설명을 작성합니다.
Issue에 대한 링크를 첨부합니다.

🔧 작업 내역

작업한 내용들을 나열합니다.
간결하게 리스트 업하고, 자세한 설명은 아래 리뷰 노트에서 합니다.

  • journey dto 관련 coordinate 수정
  • coordinate 수정에 따른 util 함수 수정
  • coordinate 수정에 따른 journey 비지니스 로직 수정

📝 리뷰 노트

작업 내역에 대한 자세한 설명을 작성합니다.

coordinate 형식

  • mysql에 special data type(Linestring, point)이 있어 이를 활용하고자 함
  • 이에 따라 기존 [[latitude, longitude],[latitude, longitude]] 형식의 coordiante를 (latitude longitude, latitude, longitude) 형식의 string으로 변경
  • coordinate를 검증하는 데코레이터 로직 수정

📸 스크린샷

live 및 develop 서버 분리에 따른 서버 분리 필요
geo data 양식 수정([[1,2],[1,2]] -> 1 2,1 2)에 따른 util 함수 변경
geo data 양식 수정([[1,2],[1,2]] -> 1 2,1 2)에 따른 journey dto 수정

- startJourney.v2.dto.ts
  - coordinate 제거
- endJourney.v2.dto.ts
  - coordinates 양식 수정
@twoo1999 twoo1999 added the ✨ 신규 기능 신규 기능 개발 label Feb 9, 2024
@twoo1999 twoo1999 added this to the 🏃‍♂️ 여정 기록 milestone Feb 9, 2024
@twoo1999 twoo1999 self-assigned this Feb 9, 2024
@twoo1999 twoo1999 linked an issue Feb 9, 2024 that may be closed by this pull request
5 tasks
@twoo1999 twoo1999 merged commit e52a023 into BE/story/modify-coordinate-coordinates Feb 9, 2024
@twoo1999 twoo1999 deleted the BE/task/modify-coordinate-coordinates-of-journey branch February 9, 2024 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ 신규 기능 신규 기능 개발
Projects
Status: ✅ 완료
Development

Successfully merging this pull request may close these issues.

v2 coordinate 및 coordinates 데이터 형식 수정
1 participant