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

[#46] 내 문의 조회 기능 구현 #209

Open
wants to merge 6 commits into
base: backend-dev
Choose a base branch
from

Conversation

NakyungSong
Copy link

#️⃣ 연관된 이슈

#46


📝 작업 내용

사용자가 작성한 문의 목록을 조회하고, 문의에 대한 답변을 확인할 수 있는 백엔드 기능을 구현했습니다.

  • 각 문의에 대해 해당 문의가 달린 게시글의 제목과 함께 문의 제목, 문의 날짜, 답변 상태 등의 정보를 반환하며, 답변은 리스트 형태로 반환되도록 구현

💬 리뷰 요구사항(선택)

일반회원으로 로그인 후, /mypage 경로의 My 문의탭에서 frontend/feature/user/mypage-qna 테스트를 진행해 주세요.
(만약 DB에 문의 데이터가 없다면 /board/detail/1 경로의 문의탭에서 문의 등록 후 테스트 부탁드립니다:)

  • My 문의탭을 클릭했을 때, 문의 목록이 정상적으로 표시되는지 확인
  • 문의 목록에서 각 문의가 등록된 게시글의 제목, 문의 제목, 답변 상태, 문의 날짜가 정확하게 표시되는지
  • 문의를 클릭했을 때 해당 문의의 상세 내용과 답변(답변이 여러 개일 경우 모두)이 정상적으로 표시되는지 확인부탁드립니다!

Copy link

@ohgyulim ohgyulim left a comment

Choose a reason for hiding this comment

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

모두 정상적으로 동작합니다!

Copy link
Contributor

@syy0O syy0O left a comment

Choose a reason for hiding this comment

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

모두 정상 동작합니다:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants