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: 지구한바퀴 코스 저장 시, 달성 가능한 코스 id 조회 오류 수정 #331

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

hee9841
Copy link
Collaborator

@hee9841 hee9841 commented Jan 13, 2025

🔗 이슈 연결

🚀 구현한 API

  • X

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

  • 달성 가능한 코스 id 조회 시, 누적합 기준이 id로 되어있습니다.
  • 해당 버그 수정을 위해 누적합 기준을 index로 변경합니다.
  • id 값과 index 순서가 다른 두 scale 데이터(ex) sale1:{id:1, index:2}, sclae2:{id:2, index:1}) 관련 테스트 코드를 추가합니다.

🔍 리뷰 요청/참고 사항

@hee9841 hee9841 added the bug Something isn't working label Jan 13, 2025
@hee9841 hee9841 self-assigned this Jan 13, 2025
@hee9841 hee9841 requested a review from WonSteps January 13, 2025 15:21
@hee9841
Copy link
Collaborator Author

hee9841 commented Jan 13, 2025

해당 버그로 추가 안된 scale_achievement 데이터 staging에 추가 완료 했습니다.

Copy link
Member

@WonSteps WonSteps left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@hee9841 hee9841 merged commit 99368c6 into main Jan 14, 2025
1 check passed
@hee9841 hee9841 deleted the hotfix/#330/saved-sacleAchivement-bugfix branch January 14, 2025 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

저장 가능한 지구한바퀴 목록 조회 시 조회되지 않는 오류
2 participants