-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat: 공간 조건 적용 사용성 개선 #963
Merged
Merged
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
우선순위를 가지는 조건이 모든 조건중에 우선적으로 적용된다
priority 는 높은 숫자가 우선인지 낮은숫자가 우선인지 모호할 수 있음 네이밍을 order로 하여 낮은 순서부터 우선순위를 가지는 점을 명백히 한다
setting 검증의 용이함을 위해서 setting overwrite의 개념을 평탄화 하여 나타내주는 메서드
예약 조건 검증 시, 요일에 대한 '실질적' 세팅 객체를 만들어서 검증
Setting View Type 에 따른 로직 분기 ENUM으로 처리
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.
구현 기능
priorityOrder
가 낮을수록 더 높은 우선순위stack
,flat
개념 도입flat
상태의 에약 조건만 고려하면 된다 (flat 조건이 젤 중요)논의하고 싶은 내용
공유하고 싶은 내용
Close #960
Close #961