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] 게시판 댓글 신고함 기능 구현 #146

Merged
merged 9 commits into from
Sep 14, 2024

Conversation

youngeun-dev
Copy link
Contributor

@youngeun-dev youngeun-dev commented Sep 10, 2024

PR 타입(하나 이상의 PR 타입을 선택해주세요)

  • 기능 추가
  • 기능 삭제
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트

반영 브랜치

ex) feat/#145/boardComment -> develop

변경 사항

  1. 게시글 댓글 신고 기능 추가했습니다.
  2. BoardComment Entity에 isReport 추가했습니다. (신고 여부 확인용)
  3. 게시글 댓글 엔드포인트 /board-comments로 수정했습니다.

테스트 결과

image

@youngeun-dev youngeun-dev changed the title [FEAT] 게시판 댓글 신고 [FEAT] 게시판 댓글 신고함 기능 구현 Sep 10, 2024
@youngeun-dev youngeun-dev added the ✨feature New feature or requeest label Sep 10, 2024
tnals2384
tnals2384 previously approved these changes Sep 12, 2024
Copy link
Contributor

@tnals2384 tnals2384 left a comment

Choose a reason for hiding this comment

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

LGTM!!

jaewonLeeKOR
jaewonLeeKOR previously approved these changes Sep 13, 2024
Copy link
Member

@jaewonLeeKOR jaewonLeeKOR left a comment

Choose a reason for hiding this comment

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

LGTM

Signed-off-by: suuumim <83461362+tnals2384@users.noreply.github.com>
@tnals2384 tnals2384 dismissed stale reviews from jaewonLeeKOR and themself via 52e3965 September 14, 2024 15:43
Copy link
Member

@jaewonLeeKOR jaewonLeeKOR left a comment

Choose a reason for hiding this comment

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

LGTM

@jaewonLeeKOR jaewonLeeKOR merged commit 23a4682 into develop Sep 14, 2024
1 check passed
@jaewonLeeKOR jaewonLeeKOR deleted the feat/#145/boardComment branch September 25, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨feature New feature or requeest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 신고함 기능 구현(게시판 댓글)
3 participants