Skip to content

[TNT-225] feat: 트레이너 - 회원 목록 조회 시 응답 데이터 추가 #55

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

Merged
merged 5 commits into from
Feb 10, 2025

Conversation

fakerdeft
Copy link
Contributor

📋 Checklist

  • 🔀 PR 제목의 형식을 잘 작성했나요? (e.g. [APP2-77] feat: 회원 인증 Filter 구현)
  • 💯 테스트는 잘 통과했나요?
  • 🏗️ 빌드에 성공했나요?
  • 🧹 불필요한 코드는 제거했나요?

🎟️ Issue

✅ Tasks

관리 중인 회원 목록 조회 API

  • 응답 데이터로 진행한 PT 횟수, 총 PT 횟수, 주의사항, PT 목적들, 트레이니 회원 수가 추가되었습니다.

🙋🏻 More

  • 참고 내용

@fakerdeft fakerdeft added ✨ feature 새로운 기능 개발 ✅ test 테스트 코드 수정 labels Feb 10, 2025
@fakerdeft fakerdeft requested a review from ymkim97 February 10, 2025 12:54
@fakerdeft fakerdeft self-assigned this Feb 10, 2025
@fakerdeft fakerdeft changed the title [TNT-225] feat: 회원 목록 조회 시 응답 데이터 추가 [TNT-225] feat: 트레이너 - 회원 목록 조회 시 응답 데이터 추가 Feb 10, 2025
@@ -31,6 +31,7 @@ public List<Trainee> findAllTrainees(Long trainerId) {
ptTrainerTrainee.trainer.id.eq(trainerId),
ptTrainerTrainee.deletedAt.isNull()
)
.limit(10)
Copy link
Contributor

Choose a reason for hiding this comment

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

limit은 왜 있는걸까요!?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

이거 심심해서 막 치다가 잘못 넣었습니다 바로 지울게요 ~!

Copy link
Contributor

@ymkim97 ymkim97 left a comment

Choose a reason for hiding this comment

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

👍👍👍👍👍 고생하셨습니다~!!!

@fakerdeft fakerdeft merged commit 7f1dd71 into develop Feb 10, 2025
2 checks passed
@fakerdeft fakerdeft deleted the feature/TNT-225 branch February 10, 2025 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature 새로운 기능 개발 ✅ test 테스트 코드 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

트레이너 회원 조회 기능 구현
2 participants