Skip to content

refactor: publicCode 필드 추가#363

Merged
Jjiggu merged 1 commit intodevelopfrom
refactor#361-getMyWaiting
Feb 13, 2026
Merged

refactor: publicCode 필드 추가#363
Jjiggu merged 1 commit intodevelopfrom
refactor#361-getMyWaiting

Conversation

@Jjiggu
Copy link
Contributor

@Jjiggu Jjiggu commented Feb 13, 2026

작업 요약

publicCode 필드 추가

Issue Link

#361

문제점 및 어려움

해결 방안

Reference

Summary by CodeRabbit

새로운 기능

  • 사용자의 현재 대기 정보 조회 시 공개 코드 필드가 추가되었습니다.

@Jjiggu Jjiggu self-assigned this Feb 13, 2026
@Jjiggu Jjiggu added the refactor 리팩토링 label Feb 13, 2026
@Jjiggu Jjiggu merged commit 016c0a6 into develop Feb 13, 2026
1 check passed
@github-actions github-actions bot requested a review from HyemIin February 13, 2026 10:46
@coderabbitai
Copy link

coderabbitai bot commented Feb 13, 2026

Caution

Review failed

The pull request is closed.

Walkthrough

저장소 공개 코드(publicCode) 필드를 데이터베이스 레이어부터 API 응답까지 전파하는 변경사항입니다. 쿼리 프로젝션에서 필드를 추가하고, 도메인 DTO와 서비스 응답 DTO를 통해 순차적으로 매핑합니다.

Changes

Cohort / File(s) Summary
도메인 DTO 및 저장소
nowait-domain/domain-core-rdb/src/main/java/com/nowait/domaincorerdb/reservation/dto/GetMyWaitingBaseDto.java, nowait-domain/domain-core-rdb/src/main/java/com/nowait/domaincorerdb/reservation/repository/ReservationCustomRepositoryImpl.java
publicCode 필드를 도메인 DTO에 추가하고, 쿼리 프로젝션에서 store.publicCode를 조회 절에 포함시켜 필드를 매핑합니다.
API 응답 DTO 및 서비스
nowait-app-user-api/src/main/java/com/nowait/applicationuser/waiting/dto/GetMyWaitingInfoResponse.java, nowait-app-user-api/src/main/java/com/nowait/applicationuser/waiting/service/WaitingService.java
응답 DTO에 publicCode 필드를 추가하고, 서비스의 빌더에서 도메인 DTO의 값을 매핑합니다.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • HyemIin
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch refactor#361-getMyWaiting

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor 리팩토링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant