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

Fix: 1km 이상인 거리에 대해 현재 달성한 거리를 km 단위로 수정 #266

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

Jaewon-pro
Copy link
Member

🔗 이슈 연결

🚀 구현한 API

  • x

💡 반영할 내용 및 변경 사항 요약

  • 기존에는 현재 달성한 거리를 미터 단위로 표현합니다.
  • 1km 이상인 경우, 소수점 1자리인 km 단위로 수정합니다.

🔍 리뷰 요청/참고 사항

@Jaewon-pro Jaewon-pro self-assigned this Oct 15, 2024
@Jaewon-pro Jaewon-pro requested a review from hee9841 October 15, 2024 02:00
Copy link
Collaborator

@hee9841 hee9841 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 👍

@Jaewon-pro Jaewon-pro merged commit 91fe935 into main Oct 15, 2024
1 check passed
@Jaewon-pro Jaewon-pro deleted the fix/#262/current-course-meter-to-km branch October 15, 2024 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

달성 기록 ScaleCoursesResponse.CurrentCourse 현재 달성한 거리를 km 단위로 수정
2 participants