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

[#63] 좋아요 생성/취소 기능 및 해당 게시물에 대한 좋아요 개수 기능 추가 #87

Merged
merged 10 commits into from
Jan 27, 2023

Conversation

hikarigin99
Copy link
Collaborator

🌱 작업 사항

  • 회원은 존재하는 게시물에 대해서 좋아요를 하거나 취소할 수 있다.
  • 좋아요를 할 때/취소할 때마다 해당 게시물에 대한 좋아요 개수가 반영된다.

추후에 추가할 기능

  • 생각해보니 비회원도 좋아요를 누를 수 있도록 변경해야할 것 같아 수정하겠습니다.
  • 동시성 문제 해결을 위한 Redis 적용

🦄 관련 이슈

close #63

@hikarigin99 hikarigin99 added ✨ feat 기능 추가 ✅ test 테스트 추가/수정 🔧 update 기타 수정 labels Jan 27, 2023
@hikarigin99 hikarigin99 self-assigned this Jan 27, 2023
- 컨트롤러 API에 postId 추가
- @AuthenticationPrincipal 처리
Copy link
Member

@JoosungKwon JoosungKwon left a comment

Choose a reason for hiding this comment

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

와아 고생하셨습니다~~ 👍👍👍

Copy link
Collaborator

@hyena0608 hyena0608 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다 ~

@hikarigin99 hikarigin99 merged commit 08dfa72 into develop Jan 27, 2023
@hikarigin99 hikarigin99 deleted the feat/63-like branch January 27, 2023 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feat 기능 추가 ✅ test 테스트 추가/수정 🔧 update 기타 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

좋아요 기능 구현
3 participants