[BE] feat: AdminStageV1Controller에 공연 단건 조회 기능 추가 (#855) #856
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 관련 이슈
✨ PR 세부 내용
이슈 내용 그대로
AdminStageV1Controller
에 공연의 식별자로 공연을 조회하는 기능을 추가했습니다.AdminStageV1QueryServiceIntegrationTest
에서 각 메서드 별@Nested
로 묶은 것 빼고는 크게 볼게 없을거라 생각되네요.그 외 메서드 명을 어떻게 통일해야 하나 거슬리긴 하는데... 사소한 부분이니 나중에 운영 단계에서 리팩터링하면 좋을 것 같습니다.