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 생성 #23

Merged
merged 15 commits into from
Mar 16, 2024

Conversation

Parkjyun
Copy link
Owner

Related Issue 📌

Description ✔️

  • 기존에 게시글 조회시 각 게시글의 좋아요수를 select로 별도의 쿼리를 날려 구함 -> 테이블 반 정규화 -> 테이블에 좋아요수를 포함시킴 -> 갱실분실문제 해결 필요

To Reviewers

@Parkjyun Parkjyun added the api label Mar 16, 2024
@Parkjyun Parkjyun self-assigned this Mar 16, 2024
@Parkjyun Parkjyun marked this pull request as ready for review March 16, 2024 17:46
@Parkjyun Parkjyun merged commit 9fe5644 into develop Mar 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 좋아요 관련 api 생성
1 participant