Merged
Conversation
### 변경점 - Event 엔티티에 현재 참여 가능 인원(availableSeats) 필드 추가 - limitPeople 수정 시 availableSeats도 수정 - decreaseAvailableSeats() 메서드 추가
### 변경점 - decreaseAvailableSeat() 메서드 추가 - 해당 메서드 내에서 정원 감소 및 확인 진행
This file contains hidden or 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
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.
🔗 Issue Number
close #288
📝 작업 내역
availableSeats) 필드 추가limitPeople수정 시availableSeats도 수정decreaseAvailableSeats()메서드 추가💡 PR 특이사항
우선 해당 구조가 더 맞다고 생각해서 수정했지만, 현재 프로젝트 내에서는 잘 동작하지 않는 것 같습니다.
테스트가 정상적으로 되는지 확인부탁드립니다!