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

[bug] isBooking update 안되는 이슈 해결 #198

Closed
1 task done
hyerinhwang-sailin opened this issue Aug 29, 2024 · 0 comments · Fixed by #199
Closed
1 task done

[bug] isBooking update 안되는 이슈 해결 #198

hyerinhwang-sailin opened this issue Aug 29, 2024 · 0 comments · Fixed by #199
Assignees
Labels
bug Something isn't working 혜린🍀

Comments

@hyerinhwang-sailin
Copy link
Collaborator

hyerinhwang-sailin commented Aug 29, 2024

Bug/Fix Issue 📌

원래 duedate와 잔여티켓수를 바탕으로 schedule의 isBooking 필드가 update돼야하는데 안되는 것을 확인해 이를 해결하고자 합니다.


Todo ✔️

  • isBooking update 안되는 이슈 해결
@hyerinhwang-sailin hyerinhwang-sailin self-assigned this Aug 29, 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 hoonyworld changed the title [fix] isBooking update 안되는 이슈 해결 [bug] isBooking update 안되는 이슈 해결 Sep 26, 2024
@hoonyworld hoonyworld added bug Something isn't working and removed fix fix labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 혜린🍀
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants