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

게시글 및 댓글 반환 정보 수정 완료 #335

Merged
merged 5 commits into from
May 5, 2024
Merged

Conversation

limehee
Copy link
Collaborator

@limehee limehee commented May 5, 2024

Summary

#334

클라이언트에서 게시글, 댓글과 관련한 요청을 보낸 후 정보를 재요청할 수 있도록 반환정보를 변경합니다.
댓글이 작성된 일자를 추가로 반환합니다.

Tasks

  • 게시글 생성, 수정, 삭제시 삭제된 게시글의 카테고리가 반환되도록 변경
  • 댓글 생성, 수정, 삭제시 게시글의 id를 반환하도록 변경
  • 댓글 응답 정보에 생성일자(createdAt) 추가

ETC

Screenshot

image
image
image

@limehee limehee added the 🔨 Refactor 코드 수정 및 개선 label May 5, 2024
@limehee limehee self-assigned this May 5, 2024
@limehee limehee merged commit 43c5cca into develop May 5, 2024
1 check failed
@limehee limehee deleted the refactor/#334 branch May 5, 2024 09:31
@limehee limehee linked an issue May 5, 2024 that may be closed by this pull request
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 수정 및 개선
Projects
None yet
Development

Successfully merging this pull request may close these issues.

게시글 및 댓글 반환 정보 수정
1 participant