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

[#91] 내 문의 조회 기능 구현 #208

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

Conversation

NakyungSong
Copy link

#️⃣ 연관된 이슈

#91


📝 작업 내용

마이페이지에서 사용자가 작성한 문의 목록을 조회하고, 해당 문의의 내용을 확인할 수 있는 기능을 구현했습니다.

  • 내 문의 조회 API와 연동하여 화면에 문의 목록을 표시
  • 각 문의에 대해 제목, 답변 상태, 등록 날짜를 표시
  • 문의를 클릭했을 때 해당 문의의 세부 내용과 답변을 확인할 수 있는 기능 구현

💬 리뷰 요구사항(선택)

일반회원으로 로그인 후, /mypage 경로의 My 문의탭에서 테스트를 진행해 주세요.
(만약 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.

내 문의 목록은 잘 뜨는데, css 문제가 조금있는것 같아요!
프레임이 끊겨서 나오는것처럼 동작합니당:(
이부분만 수정해주세용!

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