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] - ReviewComment 관련 mybatis SQL 쿼리를 작성한다. #23

Closed
11 tasks done
jbw9964 opened this issue Sep 27, 2024 · 0 comments
Closed
11 tasks done

[Feat] - ReviewComment 관련 mybatis SQL 쿼리를 작성한다. #23

jbw9964 opened this issue Sep 27, 2024 · 0 comments
Assignees
Labels
⚡ enhancement New feature or request

Comments

@jbw9964
Copy link
Collaborator

jbw9964 commented Sep 27, 2024

📌 기능 설명

ReviewCommentRepository 의 메서드에 해당하는 MyBatis SQL 쿼리를 작성합니다.

작성해야 하는 쿼리들 :

  • 새로운 포스팅 댓글을 DB 에 등록
  • 특정 포스팅에 주어진 유저 ID 로 부모 댓글을 등록
  • 특정 포스팅 댓글에 주어진 유저 ID 로 자식 댓글을 등록
  • 포스팅 댓글 ID 로 검색
  • 특정 포스팅에 달린 모든 부모 댓글을 검색
  • 특정 포스팅에 달린 모든 부모 댓글을 최신순으로 검색
  • 특정 포스팅에 달린 모든 부모 댓글을 좋아요 순으로 검색
  • 특정 부모 댓글에 달린 자식 댓글들을 최신순으로 검색
  • DB 에 저장된 모든 부모 포스팅 댓글을 검색
  • DB 에 저장된 모든 포스팅 댓글을 검색
  • 특정 포스팅 댓글의 정보를 {@code replacement} 정보로 변경

📝 추가적인 정보


Ref: #22

@jbw9964 jbw9964 added the ⚡ enhancement New feature or request label Sep 27, 2024
@jbw9964 jbw9964 self-assigned this Sep 27, 2024
jbw9964 added a commit that referenced this issue Sep 29, 2024
Feat/#23/mybatis query - `ReviewCommentRepository` 관련 `MyBatis` 쿼리 추가

Resolves : #23 
Related to : #22
@jbw9964 jbw9964 closed this as completed Sep 29, 2024
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

No branches or pull requests

1 participant