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 : CommentRepository 구현 #56

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

Conversation

hgh1472
Copy link
Collaborator

@hgh1472 hgh1472 commented Oct 1, 2024

📌 과제 설명

CommentRepository에 해당하는 코드를 구현하였습니다.

  • CommentMapper
    • 인터페이스
    • xml
  • CommentRepository 구현
  • CommentRepository 테스트 코드

👩‍💻 요구 사항과 구현 내용

기존에 있던 CommentRepository 인터페이스에 존재하는 기능에 맞춰 구현하였습니다.

  • CommentMapper 인터페이스, xml 파일 추가
  • CommentRepositoryImpl 추가
  • CommentRepository 테스트 코드 추가

✅ 피드백 반영사항

✅ PR 포인트 & 궁금한 점

@hgh1472 hgh1472 added the ⚡ enhancement New feature or request label Oct 1, 2024
@hgh1472 hgh1472 requested a review from a team October 1, 2024 06:40
@hgh1472 hgh1472 self-assigned this Oct 1, 2024
Copy link
Collaborator

@jbw9964 jbw9964 left a comment

Choose a reason for hiding this comment

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

LGTM

수고하셨습니다.

"test",
"testTitle",
"posterUrl",
Genre.ACTION,
Copy link
Collaborator

Choose a reason for hiding this comment

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

저희 KMDB 에서 영화 장르가 "액션, 모험"" 처럼 여러개 나와서

Genre 대신 String 으로 바꿔야 되지 않나요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

맞네요.. MovieEntity 수정전에 작업해서 그 부분을 확인 못했네요
이 부분은 수정하고 push 하겠습니다!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@jbw9964 #62 PR에 해당 사항 반영하였습니다!
#62 번 PR이 CommentRepository 구현 내용을 포함한 전체적인 기능 구현이라 해당 PR에서 반영하였습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡ enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants