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

✨ [feature] 커뮤니티 게시글 검색 API 구현 #97

Closed
2 tasks
strongmhk opened this issue Aug 15, 2024 · 0 comments
Closed
2 tasks

✨ [feature] 커뮤니티 게시글 검색 API 구현 #97

strongmhk opened this issue Aug 15, 2024 · 0 comments
Assignees
Labels
✨ feature 새로운 기능 구현

Comments

@strongmhk
Copy link
Collaborator

strongmhk commented Aug 15, 2024

💡 구현할 기능 설명

  • 커뮤니티 게시글 검색 API
  • 해시태그 정책 변경에 따라 해시태그 글자수 제한 15자로 변경
  • Post, Comment은 다른 도메인의 게시글, 댓글 엔티티와 헷갈릴 수 있기에 -> CommunityPost, CommunityComment로 엔티티 이름을 변경

❗체크리스트

  • 모든 포지션의 팀원들이 이해할 수 있도록 충분한 설명을 제공하나요?
  • 제목 형식을 지키고 브랜치 및 라벨을 할당했나요?
@strongmhk strongmhk added the ✨ feature 새로운 기능 구현 label Aug 15, 2024
@strongmhk strongmhk self-assigned this Aug 15, 2024
strongmhk added a commit that referenced this issue Aug 15, 2024
- 게시글에는 카테고리 1개만 등록 가능
- 댓글은 soft delete가 아닌 hard delete
strongmhk added a commit that referenced this issue Aug 17, 2024
…rch/GAJI-124

🐛 [fix]#97 - 클래스 이름 변경에 의한 의존성 문제 해결
strongmhk added a commit that referenced this issue Aug 19, 2024
strongmhk added a commit that referenced this issue Aug 19, 2024
동적 쿼리를 사용하기 때문에 SortType이 빈 문자열이어도 정상적으로 실행됨.
오히려 null인지 체크하는 구문을 사용하면
log.error 로직에 의해 오류가 발생되므로 해당 구문 삭제
mmingoo pushed a commit that referenced this issue Dec 19, 2024
- 게시글에는 카테고리 1개만 등록 가능
- 댓글은 soft delete가 아닌 hard delete
mmingoo pushed a commit that referenced this issue Dec 19, 2024
…rch/GAJI-124

🐛 [fix]#97 - 클래스 이름 변경에 의한 의존성 문제 해결
mmingoo pushed a commit that referenced this issue Dec 19, 2024
mmingoo pushed a commit that referenced this issue Dec 19, 2024
동적 쿼리를 사용하기 때문에 SortType이 빈 문자열이어도 정상적으로 실행됨.
오히려 null인지 체크하는 구문을 사용하면
log.error 로직에 의해 오류가 발생되므로 해당 구문 삭제
mmingoo pushed a commit that referenced this issue Dec 19, 2024
mmingoo pushed a commit that referenced this issue Dec 19, 2024
mmingoo pushed a commit that referenced this issue Dec 19, 2024
mmingoo pushed a commit that referenced this issue Dec 19, 2024
…rch/GAJI-124

✨ [feature] #97 - 커뮤니티 게시글 검색 API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature 새로운 기능 구현
Projects
None yet
Development

No branches or pull requests

1 participant