-
Notifications
You must be signed in to change notification settings - Fork 2
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
refactor: 사료 유효성 검사 로직 추가 및 임시 값 data store 값으로 교체 #113
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
사료 추가 및 수정 화면의 사료 성분 비율 및 칼로리 inputType을 text에서 numberDecimal로 변경
사료 추가 및 수정 화면에 사료 성분 비율 및 칼로리 필수 입력 항목 경고 view 추가
사료 추가 화면의 사료 섭취 기간 변환 메서드 삭제 후 FeedDateUtils의 기간 변환 메서드로 변경
사료 수정 화면 validationIntakePeriod 메서드 import 수정
사료 추가 및 수정 화면 사료 섭취 시작 일자가 종료 일자 이후 일 때 error view 추가
사료 1일 권장 섭취량 초기화 로직 FeedInfoUtils로 이동 및 무한대일 때 대응 로직 추가
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.
사료 유효성 검사 로직 추가 및 AccessToken, DogId, Weight 임시 값 data store 값으로 교체