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

개발 질문 게시판에 해시태그 기능 추가 #609

Closed
6 tasks done
mingmingmon opened this issue Nov 8, 2024 · 1 comment · Fixed by #629
Closed
6 tasks done

개발 질문 게시판에 해시태그 기능 추가 #609

mingmingmon opened this issue Nov 8, 2024 · 1 comment · Fixed by #629
Assignees
Labels
✨ Feature 새로운 기능 명세 및 개발

Comments

@mingmingmon
Copy link
Collaborator

mingmingmon commented Nov 8, 2024

Describe

개발 질문 게시판에 한해서만 C, C++, JAVA, DEVOPS 등등으로 해시태그 형태로 분류를 할 수 있도록 기능을 추가하고자 합니다.
velog의 해시태그 기능과 유사합니다.

사용자가 원하는 해시태그를 생성하고, 해시태그를 검색해서 게시판을 조회할 수 있도록 합니다.

Tasks

  • 해시태그 등록 기능
  • 해시태그 수정 기능
  • 해시태그로 게시글 검색 기능
  • 개발 질문 게시판이 아닌 경우는 해시태그 등록하지 못하도록 예외처리
  • 개발 질문 게시판의 응답 dto에 해시태그 포함하도록 수정
  • 해시태그가 사용된 게시글 개수 반환하는 API 작성

ETC

이 내용은 2024 C-Lab 운영진의 씨랩 페이지 커뮤니티 활성화 방안 내용 중 백엔드 파트 @SongJaeHoonn, 프론트 파트 @Jeong-Ag 과 함께 작업 계획을 세운 내용입니다.

@mingmingmon mingmingmon added the ✨ Feature 새로운 기능 명세 및 개발 label Nov 8, 2024
@mingmingmon mingmingmon self-assigned this Nov 8, 2024
@mingmingmon
Copy link
Collaborator Author

  1. hashtag 테이블과 board_hashtag 테이블 분리
  2. hashtag 등록 시 이미 있는 경우는 save하지 않고 id값만 반환

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 새로운 기능 명세 및 개발
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant