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

[BE] AdminStageController에 공연 단건 조회 기능을 추가한다. #855

Closed
seokjin8678 opened this issue Apr 11, 2024 · 0 comments · Fixed by #856
Closed

[BE] AdminStageController에 공연 단건 조회 기능을 추가한다. #855

seokjin8678 opened this issue Apr 11, 2024 · 0 comments · Fixed by #856
Assignees
Labels
ADMIN BE 백엔드에 관련된 작업 🏗️ 기능 기능 추가에 관한 작업 📬 API API가 변경되거나 추가되는 작업

Comments

@seokjin8678
Copy link
Collaborator

✨ 세부 내용

관리자 페이지에서 공연 수정을 위해, 공연의 식별자로 공연을 조회하는 기능이 필요합니다.

기능은 AdminStageV1QueryDslRepository에 구현하여 AdminStageController에서 사용하도록 하면 될 것 같네요.

⏰ 예상 소요 시간

2시간

@seokjin8678 seokjin8678 added BE 백엔드에 관련된 작업 ADMIN 📬 API API가 변경되거나 추가되는 작업 🏗️ 기능 기능 추가에 관한 작업 labels Apr 11, 2024
@seokjin8678 seokjin8678 self-assigned this Apr 12, 2024
seokjin8678 added a commit that referenced this issue Apr 14, 2024
* feat: 공연의 식별자로 공연 단건 조회 기능 추가

* feat: 공연 단건 조회 API 추가

* test: 잘못된 path variable 수정

* chore: 공연 조회 메서드 이름 변경

- findStageById -> findById

* fix: `@Nested` 붙은 클래스 명 이름 단축

- 너무 긴 이름으로 인해 "Could not write XML test results for ..." 에러 수정

* style: 공백 제거
@github-project-automation github-project-automation bot moved this from Todo to Done in 2023-festa-go Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADMIN BE 백엔드에 관련된 작업 🏗️ 기능 기능 추가에 관한 작업 📬 API API가 변경되거나 추가되는 작업
Projects
Status: Done
1 participant