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/#31] 경험 기록 리스트 조회 기능 구현 #33

Merged
merged 4 commits into from
Oct 31, 2024
Merged

Conversation

daeun084
Copy link
Contributor

#️⃣ 관련 이슈

💡 작업내용

  • 폴더별 경험 기록 리스트 조회 기능 구현
    • default = "all" 으로 설정해, folder parameter 값이 없으면 전체 기록 리스트 조회
  • 역량 키워드별 경험 기록 리스트 조회 기능 구현
  • 최근 생성 순 정렬
  • 임시 저장된 기록 제외 리스트 반환
  • fetch join을 이용한 성능 최적화 적용
    • 쿼리 1번으로 리스트 조회 및 반환

📸 스크린샷(선택)

스크린샷 2024-10-31 오후 8 10 14 스크린샷 2024-10-31 오후 7 05 01

📝 기타

(참고사항, 리뷰어에게 전하고 싶은 말 등을 넣어주세요)

@daeun084 daeun084 requested a review from oosedus October 31, 2024 11:21
@daeun084 daeun084 self-assigned this Oct 31, 2024
@daeun084 daeun084 linked an issue Oct 31, 2024 that may be closed by this pull request
3 tasks
Copy link
Contributor

@oosedus oosedus left a comment

Choose a reason for hiding this comment

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

복잡할 수도 있는 부분인데, Fetch Join으로 성능 최적화도 하고, 코드도 깔끔하고 너무 좋아요-!!

@daeun084 daeun084 merged commit e10aa6e into develop Oct 31, 2024
@daeun084 daeun084 deleted the feat/#31 branch October 31, 2024 13:30
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] 경험 기록 리스트 조회 기능 구현
2 participants