-
Notifications
You must be signed in to change notification settings - Fork 0
[refactor] RoomStatus 도입에 따른 방 만료 조건 수정 및 만료된 방 내부 게시글 조회만 가능하도록 수정 #300
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
Merged
Merged
Changes from 14 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
e57dc01
[refactor] 특정 책과 관련된 방 쿼리 필터링 조건을 정적으로 변경 (#289)
buzz0331 edc58dd
[fix] FIrebaseAdapter 프로필 조건 수정 (#289)
buzz0331 a41646a
[refactor] 방 도메인 내부 방 기간 유효성 검증 정적을 변경 (#289)
buzz0331 4b21c69
[refactor] 방 조회 쿼리 기간 필터링 조건 모두 정적으로 수정 (#289)
buzz0331 231c256
[refactor] 기간이 만료된 방 내부 게시물들은 조회만 가능하도록 예외처리 (#289)
buzz0331 1d8a507
[refactor] RoomStatus 도입에 따른 테스트 케이스 수정 (#289)
buzz0331 a2297a1
[refactor] 투표하기, 투표삭제하기 api에서 방 만료 검증 (#289)
buzz0331 0414562
[fix] 투표하기 단위테스트에 RoomCommandPort Mock 추가 (#295)
buzz0331 a99e536
[fix] 투표하기 단위테스트에 Room 스텁 객체 추가 (#295)
buzz0331 1f07fef
[refactor] RoomQueryDto에 roomStatus 추가 (#295)
buzz0331 a06af47
[refactor] 진행중인 방이 아닌경우의 에러코드 추가 (#295)
buzz0331 ce1956d
[refactor] 진행중인 방이 아닌 경우(모집 중인 방)의 예외처리 추가 (#295)
buzz0331 5e43d56
[docs] 에러메시지 스웨거 명세 추가 (#295)
buzz0331 ed6d55f
[merge] 머지 (#295)
buzz0331 d87aa32
[test] TestEntityFactory에서 방 생성시 기본 진행중인 방이 생성되도록 수정 (#295)
buzz0331 fbaef2e
[chore] 주석 제거 (#295)
buzz0331 f25d4f2
[refactor] validateRoom 메서드 추출 해제 (#295)
buzz0331 a4819f3
[refactor] RoomStatus not null assertion 추가 (#295)
buzz0331 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LG가TM~