-
Notifications
You must be signed in to change notification settings - Fork 1
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
좋아요 토글에서 좋아요, 좋아요 취소로 엔드포인트 분리 #163
Conversation
📝 Jacoco Test Coverage
|
📝 Jacoco Test Coverage
|
커밋 롤백하다가 세희 언니 커밋 기록이 섞인 것 같네요... 😢 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
정말 백엔드에서 이야기가 많은 기능인데 확장성 고려해주시면서 기능 구현하신 것이 보입니다! 꼼꼼히 구현해주셔서 감사합니당!! 🥰
참고로 이제 LikeId로 삭제를 요청하니 상세조회 때 해당 프로젝트에 대한 LikeResponse도 리스트로 같이 보내줘야 겠네용! 확인차 맞는지 여쭤봅니당!!
import sixgaezzang.sidepeek.users.domain.User; | ||
import sixgaezzang.sidepeek.users.repository.UserRepository; | ||
import sixgaezzang.sidepeek.users.service.UserService; | ||
|
||
@Service | ||
@RequiredArgsConstructor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
나중에 프로젝트 상세조회에서 Like 같이 보내줄 때 @Transactional(readOnly=true)
설정이 추가될 수도 있겟네유!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
맞습니다! 현재는 생성과 삭제만 존재하기 때문에 우선 제외시켰긴 합니다!
이 부분은 훈오님과 이야기 나눠봐야 할 것 같아요! 아직까진 말씀이 없으셨습니다! merge 되는 대로 한 번 이야기 나눠볼게요! 감사합니다 ❤️ |
🎫 관련 이슈
Resolves #162
Fix #153
✅ 구현 내용
💬 코멘트