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

[feat] 여행 대시보드 전체 조회 API 구현 #29

Merged
merged 8 commits into from
Jan 8, 2024
Merged

Conversation

SunwoongH
Copy link
Member

Related Issue 📌

Description ✔️

  • 1:N 관계의 외래키에 적용된 unique 제약 조건을 제거하였습니다. 해당 데이터베이스 스키마의 변경사항은 flyway V2__ddl.sql 스크립트로 적용하였습니다.
  • 여행 대시보드 전체 조회 쿼리를 구현하였습니다. 해당 쿼리는 현재 날짜와 비교하여 가장 최근 날짜의 여행이 우선순위로 정렬되도록 조건을 추가하였습니다.
  • 여행 대시보드 전체 조회 비즈니스 로직을 구현하였습니다.
  • 여행 대시보드 전체 조회 API를 구현하였습니다.

Copy link
Member

@gardening-y gardening-y left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~!~!

Copy link
Member

@Marchbreeze Marchbreeze left a comment

Choose a reason for hiding this comment

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

흥미로운 글이네요 잘 읽고갑니다 ^__^

@SunwoongH SunwoongH merged commit 10940da into develop Jan 8, 2024
1 check passed
@SunwoongH SunwoongH deleted the feature/26 branch July 11, 2024 04:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 여행 대시보드 전체 조회 API 구현
3 participants