-
Notifications
You must be signed in to change notification settings - Fork 1
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
데이터 수정 후 재배포 #37
Merged
Merged
데이터 수정 후 재배포 #37
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dockerfile 작성해서 도커 이미지 잘 만들어지고 http 파일로 테스트까지 가능한 상태입니다
엔티티 작업중
임시저장하겠습니다
좌석 확인, 예매, 예매 취소 기능 구현 아직 동시성 처리 안됐습니다
컨트롤러 추가했습니다 곧 테스트 코드 추가해보겠습니다
…Param을 사용하는 원래 방식으로 변경
performanceHallId와 type을 받아 좌석엔티티들을 자동으로 생성하는 서비스 함수와 performanceEventId를 받아 빈 예약 가능 엔티티들을 자동을 생성하는 서비스를 만들었습니다 추후 createPerformanceHall과 createPerformanceEvent함수를 수정해서 과정을 더 자동화할 수 있을 것 같습니다
SeatIntegrationTest 만들었습니다 테스트 전부 통과하며 빌드 성공합니다 다만 테스트에 mysql 데이터베이스가 쓰이며 초기화가 자동으로 되지 않아 문제가 생기니 이는 개선이 필요합니다
application.yaml 파일을 테스트 코드를 위해 하나 추가해줬습니다 테스트코드에서 @transactional까지 사용한다면 테스트 코드가 서로 영향을 끼치지 않게 됩니다
* feat: Cascade 설정 * feat: index 추가중 * feat: 조회 성능 향상을 위한 index 추가
* feat: Cascade 설정 * feat: index 추가중 * feat: 조회 성능 향상을 위한 index 추가 * fix: token algorithm 지정
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.