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

Live auctions are only displayed in the auctions list #96

Merged
merged 3 commits into from
Feb 2, 2025
Merged

Conversation

jafacode
Copy link
Collaborator

@jafacode jafacode commented Feb 2, 2025

✨ 주요 변경 사항

  • 백엔드: Spring Boot 관련 기능 추가/수정
  • 프론트엔드: React 관련 UI/UX 구현/수정
  • 테스트: 신규 테스트 케이스 작성 또는 기존 수정
  • 기타: <기타 작업 내용을 입력하세요>

📋 작업 내용

추가/변경된 내용

  • AuctionParticipation 엔티티와 관련된 레포지토리, 서비스, 컨트롤러 로직 추가 및 수정

작업 상세 설명

  1. 작업 A: AuctionParticipationRepository에 닉네임으로 참여한 경매 목록을 조회하는 쿼리 추가
  2. 작업 B: AuctionService에서 닉네임을 기반으로 참여한 경매 목록을 반환하는 로직 추가
  3. 작업 C: UserController에 닉네임을 기반으로 참여한 경매 목록을 반환하는 API 엔드포인트 추가

✅ 체크리스트

  • 코드가 잘 빌드됨
  • Linter
  • 모든 테스트 통과
  • kanban update

@jafacode jafacode merged commit 3654572 into main Feb 2, 2025
4 checks passed
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

Successfully merging this pull request may close these issues.

1 participant