[SCRUM-258] 내 코스 전체 조회 API 구현 (#114)#116
Merged
moonxxpower merged 5 commits intodevelopfrom Aug 29, 2025
Hidden character warning
The head ref may contain hidden characters: "SCRUM-258-\ub0b4-\ucf54\uc2a4-\uc804\uccb4-\uc870\ud68c-API-\uad6c\ud604"
Merged
Conversation
자신이 만든 코스의 GPX 파일을 다운로드하는 API를 구현했습니다. 유효시간이 1시간인 Presigned GET URL 발급을 통해 이루어집니다.
자신이 만든 코스를 정렬 조건에 따라 전체 조회하는 API를 구현했습니다.
내 코스 전체 조회 API의 서비스 메서드들에 대하여 테스트 코드를 구현하고 테스트를 진행했습니다. (성공 2개)
GPX 다운로드 API의 서비스 메서드들에 대하여 테스트 코드를 구현하고 테스트를 진행했습니다. (성공 1개, 실패 2개)
ssggii
approved these changes
Aug 29, 2025
Contributor
ssggii
left a comment
There was a problem hiding this comment.
수고하셨습니다🙌 엔티티 연관관계 설정이나 응답 코드 등 제가 구현한 부분이랑 약간씩 겹치는 부분이 있는데 로직상 큰 문제 없어서 approve 했습니다!
Contributor
|
내 코스 상세 조회는 수현님 말씀대로 추천코스 상세조회를 사용하면 될 것 같습니다! |
Member
Author
|
확인 감사합니다! 아마 엔티티 부분은 슬기님이 미리 구현해주신 부분 보고 한거라 겹칠거에요 😢 merge 하겠습니다:) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✏️ 연관 이슈
#114
⛳ 작업 내용
/api/members/me/courses/{courseId}/gpx)/api/members/me/courses)💬리뷰 요구사항
총 5개(성공 3개, 실패 2개)의 시나리오에 대한 테스트 코드를 작성했습니다. 제가 놓친 부분이 있다면 말씀해주세요!
📍 참고사항