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

[BE] feat: 사장님의 고객 목록 조회에 페이지네이션을 적용한다. #845

Open
3 tasks done
youngh0 opened this issue Oct 6, 2023 · 0 comments
Open
3 tasks done
Assignees
Labels
back-end 👩‍👩‍👦‍👦 백엔드 관련 이슈 기능구현 ✅ 새로운 기능 추가에 대한 이슈

Comments

@youngh0
Copy link
Collaborator

youngh0 commented Oct 6, 2023

구현 기능

  • 고객목록 조회 시 모든 데이터를 전부 조회하지 않고 저희가 정한 사이즈만큼만 조회하는 페이징 적용 예정입니다.

작업 내용

  • 제가 구상중인 조회 로직은 조회하려는 조건( ex.최근 방문일, 방문횟수) 에 따라 적절한 테이블에서 고객을 조회합니다.
  • List 에 따라 고객목록 조회에 필요한 데이터(리워드, 쿠폰, 스탬프 등등)를 각각 테이블에서 in 절을 통해 조회합니다.
  • 이후 자바 코드로 Customer 에 따라 각각의 데이터를 조합할 예정입니다.

체크리스트

  • assignee 설정 (선택)
  • labels 설정
  • milestone 설정

주의사항

@youngh0 youngh0 added 기능구현 ✅ 새로운 기능 추가에 대한 이슈 back-end 👩‍👩‍👦‍👦 백엔드 관련 이슈 labels Oct 6, 2023
@youngh0 youngh0 added this to the 최종 데모데이 milestone Oct 6, 2023
@youngh0 youngh0 self-assigned this Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end 👩‍👩‍👦‍👦 백엔드 관련 이슈 기능구현 ✅ 새로운 기능 추가에 대한 이슈
Projects
Status: Todo
Development

No branches or pull requests

1 participant