-
Notifications
You must be signed in to change notification settings - Fork 0
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
[bug] isBooking update 안되는 이슈 해결 #198
Comments
hyerinhwang-sailin
added a commit
that referenced
this issue
Aug 29, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Aug 29, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Aug 29, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 21, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 21, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 21, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 21, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 21, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 21, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 21, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 21, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 21, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 21, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 25, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 25, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 25, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 25, 2024
hyerinhwang-sailin
added a commit
that referenced
this issue
Sep 26, 2024
* [#198] fix(Schedule): updateIsBooking 로직 추가 * [#198] fix(ScheduleService): IsBooking update 로직 변경 및 불필요한 주석 제거 * [#198] fix(PerformanceService): getPerformanceDetail readOnly 설정 변경 및 불필요한 주석 제거 * [#198] feat(BeatApplication): EnableAsync 어노테이션 추가 * [#198] feat(SchedulerConfig): TaskScheduler 스레드 풀 크기 설정 * [#198] feat(JobSchedulerService): TaskScheduler 서비스 구현 * [#198] feat(PerformanceManagementService): 공연 생성, 삭제에 따른 스케쥴링 리스트 변화 구현 * [#198] feat(PerformanceModifyService): 공연 수정에 따른 스케쥴링 리스트 변화 구현 * [#198] feat(ScheduleRepository): isBooking true인 공연 조회 로직 추가 * [#198] fix(ScheduleService): isBooking 관련 불필요한 로직 삭제 * [#198] fix(PerformanceService): 조회 메소드 annotation @transactional(readOnly = true)로 변경 * [#198] refactor(GuestBookingService): 매진 여부 확인 메소드 분리 및 log 수정 * [#198] refactor(MemberBookingService): 매진 여부 확인 메소드 분리 및 log 수정 * [#198] feat(TicketService): 예매취소 시 isBooking update 구현 * [#198] chore(PerformanceService): 코드 포맷터 적용 * [#198] remove(SchedulerConfig): SchedulerConfig 삭제 * [#198] refactor(TicketService): isBooking update 검증 추가 및 코드 포맷팅 적용
hoonyworld
changed the title
[fix] isBooking update 안되는 이슈 해결
[bug] isBooking update 안되는 이슈 해결
Sep 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug/Fix Issue 📌
원래 duedate와 잔여티켓수를 바탕으로 schedule의 isBooking 필드가 update돼야하는데 안되는 것을 확인해 이를 해결하고자 합니다.
Todo ✔️
The text was updated successfully, but these errors were encountered: