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(#180): 필터 적용한 강의 조회 기능 #181

Merged
merged 2 commits into from
Nov 14, 2024
Merged

Conversation

sh694090
Copy link
Contributor

🔘Part

  • BE

  • FE


🔎 작업 내용

  • 필터 적용한 강의 조회 기능


이미지 첨부

image


🔧 앞으로의 과제

  • gpt 프롬프팅


close #180

@sh694090 sh694090 added the enhancement New feature or request label Nov 14, 2024
@sh694090 sh694090 added this to the Lecture Feature milestone Nov 14, 2024
@sh694090 sh694090 self-assigned this Nov 14, 2024
lecture.createdAt
))
.from(lecture)
.join(lectureCategoryByLecture).on(lectureCategoryByLecture.lecture.eq(lecture))
Copy link
Contributor

Choose a reason for hiding this comment

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

여러개 join 해서 원하는 데이터 잘 찾아오신거 같아요~~

@JoJeHuni JoJeHuni merged commit d9d4d29 into develop Nov 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

FEAT - 강의 필터링 조회
3 participants