Skip to content

Conversation

@joowojr
Copy link
Contributor

@joowojr joowojr commented Feb 18, 2025

📄 요약(Summary)

댓글 작성 및 task history 생성 및 조회 로직 수정

✍🏼 상세(More)

PR Desciption

변경 사항 설명

  • task history �entity 조회 시에, member 에 대한 추가 쿼리가 일어나지 않도록 mapper 수정
  • task history 생성 메서드-> 댓글 histroy와 그 외의 history를 분리

Requirements for Reviewer

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요
ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

PR Log

PR 작업하면서 고민했던 내용, 해결한 내용, 고민 중인 내용 등

새롭게 배운 것

고민 중인 사항

첨부 자료

Requirements for Reviewer

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

✅ 체크리스트(Checklist)

  • PR 양식에 맞게 작성했습니다
  • 모든 테스트가 통과했습니다
  • 프로그램이 정상적으로 작동합니다
  • 적절한 PR 라벨을 설정했습니다
  • 불필요한 코드를 제거했습니다

🚪 이슈 번호(Issue numbers)

Closes #592

@joowojr joowojr changed the title CLAP-453 댓글 작성 및 task history 생성 및 조회 로직 수정 CLAP-453 댓글 작성 및 task history 조회 쿼리 수정 Feb 18, 2025
@joowojr joowojr merged commit dec04f0 into develop Feb 18, 2025
1 check failed
@joowojr joowojr added the ♻️ refactor 코드가 내부적으로 작동하는 방식을 변경합니다. cleanup과는 다릅니다. label Feb 18, 2025
@joowojr joowojr self-assigned this Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

♻️ refactor 코드가 내부적으로 작동하는 방식을 변경합니다. cleanup과는 다릅니다.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLAP-453 task history entity 조회 시에 comment entity 조회 방식 수정

2 participants