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

feat: 가장 빠르게 신청한 모임 N개 조회 API 개발 #560

Merged
merged 7 commits into from
Jan 30, 2025

Conversation

mikekks
Copy link
Member

@mikekks mikekks commented Jan 29, 2025

👩‍💻 Contents

  • 가장 빠르게 신청한 모임 N개 조회 API 개발했습니다.
  • 3개로 고정하려다가 요청사항이 바뀔수도 있을것 같아 requestParam 으로 갯수를 받았습니다! 디폴트는 3으로 해뒀습니다!

3개 요청

스크린샷 2025-01-29 오후 6 15 51

5개 요청

스크린샷 2025-01-29 오후 6 15 21

신청 내역이 없는 경우

스크린샷 2025-01-29 오후 6 19 32

플그 DB 에는 있지만 크루 DB에는 없는 유저

스크린샷 2025-01-29 오후 11 00 27

📝 Review Note

📣 Related Issue

✅ 점검사항

  • docker-compose.yml 파일에 마이그레이션 한 API의 포워딩을 변경해줬나요?
  • Spring Secret 값을 수정하거나 추가했다면 Github Secret에서 수정을 해줬나요?
  • Nestjs Secret 값을 수정하거나 추가했다면 Docker-Compose.yml 파일 및 인스턴스 내부의 .env 파일을 수정했나요?

@mikekks mikekks added the 🎁 feature 새로운 기능 label Jan 29, 2025
@mikekks mikekks requested a review from hoonyworld January 29, 2025 09:23
@mikekks mikekks self-assigned this Jan 29, 2025
Copy link

height bot commented Jan 29, 2025

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

Copy link
Member

@hoonyworld hoonyworld left a comment

Choose a reason for hiding this comment

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

민규님 고생하셨습니다!

몇가지 코멘트 남겼습니다~

@mikekks mikekks merged commit e982337 into develop Jan 30, 2025
1 check passed
@mikekks mikekks deleted the feat/#559 branch January 30, 2025 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎁 feature 새로운 기능 size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[플그 요청사항] feat: 가장 빠르게 신청한 모임 3개 조회 API
2 participants