-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Feature] - 여행 계획 공유 기능 구현 #203
Conversation
Test Results 22 files 22 suites 4s ⏱️ Results for commit 429adef. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 수고하셨습니다 리건 리비~ 👍 👍
질문) 지금 JwtAuthFilter WHITE LIST에 추가 안된 것으로 확인되는데 Authorazation header 없이도 잘 동작하는거 맞을까요?.?
@@ -3,7 +3,7 @@ | |||
import io.swagger.v3.oas.annotations.media.Schema; | |||
|
|||
public record TravelPlanCreateResponse( | |||
@Schema(description = "생성된 여행 계획 id") | |||
@Schema(description = "생성된 여행 계획 id", example = "1") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
추가 감사합니다 👍 👍
@@ -95,6 +95,13 @@ public TravelPlanResponse readTravelPlan(Long planId, MemberAuth memberAuth) { | |||
return TravelPlanResponse.of(travelPlan, getTravelPlanDayResponses(travelPlan)); | |||
} | |||
|
|||
@Transactional(readOnly = true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
다형성 활용 굿~ 👍
헉 .. 적용되지 않은 기능이 있었네요. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
문제 없어 보입니다!
고생하셨어요 리비! 👍
* refactor: TravelPlan 공유를 위한 URL 생성에 사용되는 Key(UUID) 필드 추가 * refactor: TravelPlan 생성 과정과 응답 DTO에 UUID 필드 추가 * refactor: TravelPlan UUID 필드 추가에 따른 테스트 코드 수정 * feat: 공유된 여행 계획 조회 기능 구현 * feat: Swagger DTO 필드 example 작성 * fix: 공유된 여행 계획 조회 엔드포인트 수정 * test: 여행 계획 공유 테스트 작성 * refactor: 여행 계획 공유 키 생성 로직 DTO에서 서비스로 이동 개선 * feat: 로그인 되지 않은 유저도 공유된 여행 계획을 조회할 수 있도록 기능 추가 --------- Co-authored-by: hangillee <skfcb10@naver.com>
✅ 작업 내용
📸 스크린샷
🙈 참고 사항