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

[FEATURE] 질문 게시글 답글 더보기 기능 #305

Open
1 task
oowtl opened this issue Feb 2, 2025 · 0 comments
Open
1 task

[FEATURE] 질문 게시글 답글 더보기 기능 #305

oowtl opened this issue Feb 2, 2025 · 0 comments
Assignees
Labels
FEATURE 기능 추가

Comments

@oowtl
Copy link
Collaborator

oowtl commented Feb 2, 2025

질문 게시글 답글 더보기 기능 구현

📄 설명 :

  • 요청 시 해당 질문 게시글에 달리는 모든 답글을 조회하여 보여주는 기능
[
  {
    "id": 1,
    "replyCount": 6,
    "replies": [
      { "id": 4, "content": "첫 번째 댓글에 대한 답글입니다." },
      { "id": 5, "content": "또 다른 답글!" },
      { "id": 8, "content": "또 다른 답글! 입니다!" },
      { "id": 9, "content": "또 다른 답글! 안녕하세요" },
      { "id": 11, "content": "또 다른 답글! 와차차차차찿" },
      { "id": 13, "content": "또 다른 답글! 이거 진짜에요?" },
    ]
  },
]

✅ 기능 목록 :

  • 모든 답글을 조회
@oowtl oowtl added the FEATURE 기능 추가 label Feb 2, 2025
@oowtl oowtl self-assigned this Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEATURE 기능 추가
Projects
None yet
Development

No branches or pull requests

1 participant