-
Notifications
You must be signed in to change notification settings - Fork 0
feat: 스케줄 추천 정책 통합 #98
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 all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
bd3070f
docs(repo): 스케줄 추천 정책 정의
meteorqz6 67140c0
feat(db): 스케줄 후보 저장 모델 추가
meteorqz6 b50d052
feat(api): 가능 시간과 최소 인원 조건 정책 적용
meteorqz6 f66934c
feat(api): 가능 후보와 추천 배정 분리 생성
meteorqz6 2489929
feat(web): 스케줄 추천 화면 연결
meteorqz6 a976fe0
feat(web): 정책 기준으로 입력 화면 제한
meteorqz6 1fc20bc
test(api): 스케줄 정책 케이스 보강
meteorqz6 3d7ec14
fix(web): 추천 스케줄 재생성 허용
meteorqz6 9bd3ea3
fix(web): 스케줄 달력과 선택 드롭다운 표시 정리
meteorqz6 5404b10
style(repo): prettier 포맷 적용
meteorqz6 a863113
fix: PR 리뷰 반영
meteorqz6 4cd3a1a
fix(web): 로컬 웹 서버 포트와 API 프록시 설정 안정화
ehlung 21e0ff3
fix(web): 비밀번호 표시 아이콘 상태 수정
ehlung a5ea8af
refactor(web): 스케줄 폼 검증을 RHF와 Zod로 전환
ehlung 123b0ad
feat(web): 최소 인원 조건 일괄 추가 UI 개선
ehlung f4e3732
fix(web): 최소 인원 조건 종료 시간 선택지 제한
ehlung 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
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.
🗄️ Data Integrity & Integration | 🟠 Major | ⚡ Quick win
프루닝 대상 조회도 같은 트랜잭션 안으로 넣어 주세요.
replaceAvailability는 트랜잭션에서 삭제/재생성하지만, 재생성할prunedItems는 트랜잭션 시작 전에 계산됩니다. 동시 저장이 끼어들면 새 가능 시간이 삭제되고 이전 스냅샷만 다시 생성될 수 있습니다.수정 예시
📝 Committable suggestion
🤖 Prompt for AI Agents