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] CommunityRepository 구현 #531

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from

Conversation

yju0808
Copy link
Member

@yju0808 yju0808 commented Apr 25, 2024

📌 해결하려는 이슈

✨핵심적인 변경사항

  • 게시글, 답변, 커뮤니티 댓글 모델 구현
  • 게시글 CRUD, 좋아요 API 구현(무한스크롤용 get api 포함)
  • 답변 CRUD, 좋아요 API 구현
  • 커뮤니티 댓글 CRUD, 좋아요 API 구현
  • API별 테스트 코드 작성

🙏 리뷰어에게 바라는 점

  • 클라이언트 입장에서 사용하기 불편한 점이 있다면 알려주세요!

@yju0808 yju0808 added the Type-Feature New feature label Apr 25, 2024
@yju0808 yju0808 self-assigned this Apr 25, 2024
Copy link
Member

@JMM00 JMM00 left a comment

Choose a reason for hiding this comment

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

확인했습니다. 테스트코드까지 작성해주셨네요👍👍
제가 확인했을 때는 문제 없어보이는데 @HanGyeongjun 한번 더 확인해주시면 더 좋을 것 같습니다.

Copy link
Member

@HanGyeongjun HanGyeongjun left a comment

Choose a reason for hiding this comment

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

Repository 코드 작동은 확인했습니다!
포스트에 필요한 데이터 구조 및 필요한 코드는 거의 구현되어 있는 것 같습니다.
수고하셨습니다 😎

테스트코드도 확인 완료했습니만 현재 자동으로 실행이 불가능한 테스트코드는 추후 수정해주시면 감사하겠습니다.
Screenshot 2024-06-14 at 20 05 03

Commit message 남기실 때 컨벤션 확인 부탁드려요..!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type-Feature New feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] CommunityRepository 구현
3 participants