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: 공연 회차 CRUD 구현 #34

Merged
merged 9 commits into from
Dec 26, 2023
Merged

feat: 공연 회차 CRUD 구현 #34

merged 9 commits into from
Dec 26, 2023

Conversation

park0jae
Copy link
Member

구현 기능

  • 공연 회차 엔티티에 대한 CRUD 구현

기능 상세

  • 공연 회차 생성 (특정 공연에 대한 특정 회차가 존재하는지 검증 여부 로직 추가)
  • 공연 회차 수정
  • 공연 회차 단건 조회
  • 공연 회차 단건 삭제
  • DTO & Service Validation
  • 테스트 코드 작성

참고 사항

  • 테스트 코드 내의 Factory 클래스를 별도로 생성하여 객체 생성을 위임해줌

resolve: #32

@park0jae park0jae added feature 기능 event 공연 labels Dec 26, 2023
@park0jae park0jae self-assigned this Dec 26, 2023
@KarmaPol KarmaPol merged commit 84d5112 into main Dec 26, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
event 공연 feature 기능
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

feat: 공연 회차 CRUD 구현
2 participants