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

작성한 문의글 목록 확인 기능 구현 #28

Open
7 tasks
HunSeongPark opened this issue Feb 22, 2023 · 0 comments
Open
7 tasks

작성한 문의글 목록 확인 기능 구현 #28

HunSeongPark opened this issue Feb 22, 2023 · 0 comments

Comments

@HunSeongPark
Copy link
Member

🔥 Issue

로그인한 사용자가 작성한 문의글 목록 확인 기능을 구현한다.
이 때, Paging 처리 + Question Entity와 1:N 연관관계로 묶여있는 이미지도 함께 가져와야 하므로 QueryDSL을 통해 Custom Repository를 구현한다.

✅ TODO

  • QueryDSL 의존성 추가 및 설정
  • 문의글 목록 확인 기능 구현
    • CustomRepository 생성 및 구현을 통한 Paging 처리
    • Answer null 여부에 따른 답변완료 / 답변대기중 state 처리
  • 문의글 목록 확인 엔드포인트 추가
  • 테스트 코드 작성 (w/ CustomRepository)
  • Swagger 문서 작성
@HunSeongPark HunSeongPark added ⚙️ chore 빌드 설정 및 의존성 관련 💫 feature 기능 구현 labels Feb 22, 2023
@HunSeongPark HunSeongPark self-assigned this Feb 22, 2023
@HunSeongPark HunSeongPark removed ⚙️ chore 빌드 설정 및 의존성 관련 💫 feature 기능 구현 labels Mar 3, 2023
@HunSeongPark HunSeongPark removed their assignment Mar 3, 2023
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

No branches or pull requests

1 participant