We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1. afterDate와 beforeDate가 같을 시 PK 중복 충돌의 위험이 있습니다.
ChangeEmployeeHolidayUseCase - line 44 ~ 47
2. 같은 주 내에서 휴무일 변경 시 휴무일 제한에 걸릴 가능성이 있어 제대로 된 동작을 할 수 없습니다.
ChangeEmployeeHolidayUseCase - line 45 Holiday - line 75 ~ 79
메서드 순서 변경
afterDate와 beforeDate Validation
별도의 메서드 사용
No Response
The text was updated successfully, but these errors were encountered:
khcho0125
No branches or pull requests
AS-IS
1. afterDate와 beforeDate가 같을 시 PK 중복 충돌의 위험이 있습니다.
ChangeEmployeeHolidayUseCase - line 44 ~ 47
2. 같은 주 내에서 휴무일 변경 시 휴무일 제한에 걸릴 가능성이 있어 제대로 된 동작을 할 수 없습니다.
ChangeEmployeeHolidayUseCase - line 45
Holiday - line 75 ~ 79
TO-BE
메서드 순서 변경
afterDate와 beforeDate Validation
별도의 메서드 사용
Additional
No Response
The text was updated successfully, but these errors were encountered: