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] 차량 이미지 요청 #145

Open
2 tasks
Young-Yeong opened this issue Nov 17, 2023 · 0 comments
Open
2 tasks

[Fix] 차량 이미지 요청 #145

Young-Yeong opened this issue Nov 17, 2023 · 0 comments
Assignees

Comments

@Young-Yeong
Copy link
Collaborator

💡 어떤 기능을 구현하나요?

차량 이미지 관련 API 구현으로 인해 사진 데이터가 필요한 요청에 사진을 추가로 응답합니다.

📝 todo

  • 예약 리스트 조회 시 차량 사진 조회
  • 예약 가능한 차량 조회 시 차량 사진 조회
@Young-Yeong Young-Yeong self-assigned this Nov 17, 2023
Young-Yeong added a commit to Young-Yeong/YURentCar-be-yj that referenced this issue Nov 17, 2023
- CarRepositoryImpl
    - searchUsableCar
        - select문에 photoUrl 추가

- ReservationDetailDto
    - photoUrl 추가
    - reservationId 추가

- ReservationListResponseDto
    - photoUrl 추가

- ReservationRepositoryImpl
    - findNowReservationDetailByUsername
        - select문에 photoUrl, reservationId 추가
    - getReservationListByUsername
        - select문에 photoUrl 추가

- UsableCarResponseDto
    - photoUrl 추가

Related to : YU-RentCar#145
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

No branches or pull requests

1 participant