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 구현 #14

Merged
merged 5 commits into from
Jan 3, 2024
Merged

Conversation

RyuKwanKon
Copy link
Contributor

Related Issue 🪢

Summary 🌿

  • 키워드 게시물 조회 api 구현했습니다.
  • 게시물을 검색하기 위한 여러 api에서 공통으로 dto를 사용하기 위해 elements dto와 최종 결과 dto를 만들어 재사용하였습니다.
  • 검색 쿼리에서 조건을 메서드로 분리하여 유사조건에 대한 재사용성을 높였습니다. (나중에 api가 많아지면 이렇게 하는게 좋다고 하네요..)

Before i request PR review 🧤

  • 오타 찾아주세요~

@RyuKwanKon RyuKwanKon added the FEAT 새로운 기능을 추가 label Jan 2, 2024
@RyuKwanKon RyuKwanKon requested review from OJOJIN and ziiyouth January 2, 2024 12:45
@RyuKwanKon RyuKwanKon self-assigned this Jan 2, 2024
Copy link
Member

@ziiyouth ziiyouth 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
Contributor

@OJOJIN OJOJIN left a comment

Choose a reason for hiding this comment

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

수고하셨습니다. 이대로 합쳐도 될 것 같아요!

@RyuKwanKon RyuKwanKon merged commit d19b8fb into develop Jan 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT 새로운 기능을 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 키워드 게시물 조회 api 구현
3 participants