-
Notifications
You must be signed in to change notification settings - Fork 0
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
피드 기능 구현 #22
Labels
✨ Feature
기능 개발
Comments
YehyeokBang
added a commit
that referenced
this issue
Nov 16, 2024
- 피드 작성 및 조회 기능을 구현합니다. - 조회수 로직은 미구현 상태입니다.
YehyeokBang
added a commit
that referenced
this issue
Nov 16, 2024
각 사용자는 하나의 피드에 하나의 좋아요만 누를 수 있습니다.
YehyeokBang
added a commit
that referenced
this issue
Nov 16, 2024
YehyeokBang
added a commit
that referenced
this issue
Nov 16, 2024
YehyeokBang
added a commit
that referenced
this issue
Nov 16, 2024
YehyeokBang
added a commit
that referenced
this issue
Nov 16, 2024
YehyeokBang
added a commit
that referenced
this issue
Nov 18, 2024
- 댓글이 스스로 작성자를 판단할 수 있도록 변경합니다. - 관련 테스트 코드를 추가로 작성합니다.
YehyeokBang
added a commit
that referenced
this issue
Nov 18, 2024
- 좋아요 기능 쿼리 최적화 및 복합 인덱스를 설정합니다. - 불필요한 로직을 제거합니다.
YehyeokBang
added a commit
that referenced
this issue
Nov 19, 2024
YehyeokBang
added a commit
that referenced
this issue
Nov 19, 2024
YehyeokBang
added a commit
that referenced
this issue
Dec 4, 2024
- 각 사용자는 24시간 내 같은 피드를 조회하더라도 조회수가 증가하지 않습니다.
YehyeokBang
added a commit
that referenced
this issue
Dec 4, 2024
- 응답은 동일합니다. - 기존 4개의 쿼리가 실행되던 로직을 1개의 쿼리만 실행되도록 수정합니다.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
내용
피드 관련 기능을 구현합니다.
할 일
추가할 기능
사용자 엔티티 추출 기능 (반복되는 코드를 줄일 필요가 있을 것 같습니다.)로그인한 사용자의 정보를 가져오는 코드 중복 #27 에서 처리할 예정입니다.
The text was updated successfully, but these errors were encountered: