Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [#172] feat(BeatApplication): cron 관련 annotation 추가 * [#172] feat(Promotion): promotion entity에 추가로 필요한 필드 추가 * [#172] feat(PromotionService): 지나간 공연에 해당하는 promotion 캐러셀 삭제하는 로직 구현 * [#172] feat(PerformanceDetailResponse): 공연 상세 정보 조회 response에 minDueDate 추가 * [#172] feat(PerformanceDetailResponse): 공연 상세 정보 조회 response에 schedule별 dueDate 추가 * [#172] feat(BookingPerformanceDetailSchedule): 예매하기에 필요한 공연 상세 정보 조회 response에 schedule별 dueDate 추가 * [#172] feat(MakerPerformanceDetail): 등록한 공연 조회 response에 MinDueDate 추가 * [#172] feat(PerformanceService): response에 추가한 필드 반영 및 등록한 공연 조회 정렬 로직 구현 * [#172] refactor(PromotionService): checkAndDeleteInvalidPromotions 성능 및 확장성 고려한 refactor * [#172] feat(HomePromotionDetail): 캐러셀 response에 필드 추가 * [#172] feat(PerformanceService): 캐러셀 response에 필드 추가
- Loading branch information