Skip to content

Conversation

@ayoung-dev
Copy link
Collaborator

📌 과제 설명

👩‍💻 요구 사항과 구현 내용

  • 커뮤니티 게시글 키워드 검색 조회 (제목, 내용)
  • 봉사활동 모집글 키워드 검색 조회 (제목, 내용)

✅ PR 포인트 & 궁금한 점

  • 봉사활동의 경우 기관명도 같이 조회하고 싶었는데 테이블이 한 번 조인되어있어 머리가 안돌아가서 추후에 리팩토링 하겠습니다..
  • 테스트는 elastic search에서 검색 결과 조회 해오는 부분이 개별로 실행해야만 성공해서 따로 두었습니다.
  • 코드가 좀 더러운 거 같은데 더 못보겠어서 pr 올립니다 아무거나 다 코드 리뷰로 말해주세요..

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

빌드에 실패했습니다.

@github-actions github-actions bot changed the title Feature/137 봉사활동 모집글, 커뮤니티 게시글 검색 조회 (elastic search) [BUILD FAIL] Feature/137 봉사활동 모집글, 커뮤니티 게시글 검색 조회 (elastic search) Dec 8, 2024
@github-actions github-actions bot closed this Dec 8, 2024
private final CommunityBoardDocumentUseCase communityBoardDocumentUseCase;


@Scheduled(cron = "10 * * * * *")
Copy link
Collaborator

Choose a reason for hiding this comment

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

간격이 타이트 한 것 같습니다 제 생각엔 데이터 최신화를 위한 스케줄러 같은데 맞나요?
맞다면 getAll Community Boards라 부하가 클 거 같다는 생각이 듭니다
logstash로 저희 RDB를 체크하는게 어떨까요

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.

[FEATURE] 커뮤니티 게시글 / 봉사 활동 모집글 elasticsearch 검색

3 participants