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/#5 community comment #7

Merged
merged 7 commits into from
Jul 22, 2024
Merged

Feat/#5 community comment #7

merged 7 commits into from
Jul 22, 2024

Conversation

jjjjjinseo
Copy link
Contributor

✏️ Feat

comment crud 구현했습니다.

  • create: 댓글 생성
  • list: 댓글 전체 목록 조회
  • read: 댓글 상세 조회
  • getCommentsByPost: 게시글 별 댓글 조회
  • me: 내가 작성한 댓글 조회
  • update: 댓글 수정
  • delete: 댓글 삭제

feat/#5-community-comment-> dev

Issue #5/comment feature

@jjjjjinseo jjjjjinseo requested a review from HaHaPark July 19, 2024 03:51
@jjjjjinseo jjjjjinseo self-assigned this Jul 19, 2024
@jjjjjinseo jjjjjinseo mentioned this pull request Jul 19, 2024
12 tasks
private final CommentService commentService;
private final JwtUtil jwtUtil;

@PostMapping("/create")
Copy link
Member

Choose a reason for hiding this comment

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

조금 더 RESTful하게 설계할 순 없을까요? ㅎㅎ

@jjjjjinseo jjjjjinseo merged commit cb0b64b into dev Jul 22, 2024
@jjjjjinseo jjjjjinseo deleted the feat/#5-community-comment branch July 22, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants