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

[고도화] 해시태그 검색 기능 고도화 #81

Merged
merged 5 commits into from
Feb 26, 2023

Conversation

GGHDMS
Copy link
Owner

@GGHDMS GGHDMS commented Feb 26, 2023

This closes #63

게시글에 달린 해시태그를 관리하기 위한 기능 구현
해시태그 저장은 게시글이 저장, 수정 될 때만 일어나는 기능으로
연관관계 매핑을 통해 게시글 서비스에서 모두 처리 가능

* 해시태그 이름으로 해시태그 정보를 db에서 조회하기
* 본문에서 해시태그 파싱하기
* 게시글이 더 이상 없는 해시태그 삭제하기
게시글 정보 필터 기능을 사용할 때 필요
* 게시글 페이지, 게시판 페이지: 해시태그에 링크를 달고, badge 스타일을 추가
* 게시글 추가 페이지: 해시태그 입력칸 삭제
주석과 공백 제거
@GGHDMS GGHDMS added the enhancement New feature or request label Feb 26, 2023
@GGHDMS GGHDMS added this to the 게시판 서비스 만들기 milestone Feb 26, 2023
@GGHDMS GGHDMS self-assigned this Feb 26, 2023
Copy link
Owner Author

@GGHDMS GGHDMS left a comment

Choose a reason for hiding this comment

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

👍

@GGHDMS GGHDMS merged commit 6941719 into main Feb 26, 2023
@GGHDMS GGHDMS deleted the feature/#63-hashtagImpl branch February 26, 2023 11:41
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
None yet
Development

Successfully merging this pull request may close these issues.

[고도화] 해시태그 검색 기능 고도화
1 participant