-
Notifications
You must be signed in to change notification settings - Fork 1
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
코드 가독성 증가 (개발의 파인 다이닝 급인듯) & 카테고리 예외처리 & 기록소 이름 예외처리 #145
Merged
Merged
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
5727d72
refactor: 디렉토리 View와 ViewModel로 구분
Kyxxn deb0c66
fix: 기록소 닉네임 등록할 때, 10글자 제한
Kyxxn 0e8b8cb
refactor: category CRUD 메소드 네이밍 변경
Kyxxn 3586548
fix: Category의 MainActor 제거
Kyxxn 9b5421d
refactor: 메소드 파라미터 네이밍 변경
Kyxxn 80774ae
refactor: 카테고리 Output 네이밍 변경
Kyxxn ce65c6a
refactor: 파라미터 네이밍 변경
Kyxxn 59fe418
fix: 카테고리 중복, 이름 길이, 빈 문자열 예외처리
Kyxxn 1dc4d8f
feat: 카테고리 이름 예외처리에 따른 Alert 액션 수정
Kyxxn a120e4a
Merge branch 'develop' into fix/qa-home
Kyxxn ddad6bb
feat: audio 접근 없을 경우 dismiss 추가
Kyxxn 3970fa1
fix: 오디오 접근권한 없을 경우 설정 Alert
Kyxxn 6dde056
refactor: 디렉토리 구조 변경
Kyxxn cfd1bf6
feat: 키보드 높이만큼 오르락 내리락 메소드 구현
Kyxxn 90fad63
fix: 중복 메소드 네이밍 변경
Kyxxn a456105
feat: 기록소 등록화면에서 키보드 오르락 내리락 뷰 움직이기 구현
Kyxxn 91b5c01
refactor: 뷰모델의 Input에서 viewDidLoad 모두 제거
Kyxxn 2707328
chore: 린트 수정
Kyxxn 17a4dd4
fix: 비디오 안 올라가던 문제 해결
Kyxxn ced2faa
refactor: 에러 로그에 #function 추가
Kyxxn ace0be2
refactor: 카테고리 CUD 유효성 검증 로그 변경
Kyxxn 9e37a32
chore: 린트 해결
Kyxxn 4b4cb49
refactor: BookCoverViewController의 Input 케이스 네이밍 변경
Kyxxn 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 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,3 @@ public struct CreateAudioViewModelFactory { | |
) | ||
} | ||
} | ||
|
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
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
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
File renamed without changes.
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
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
File renamed without changes.
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.
P3: 해당 input은 북 컬러를 셋팅한다기보단 BookCover를 처음에 생성하고 첫 셋팅을 총괄하는 input이라 네이밍을
SetBookCover
정도로 하는게 좋을 것 같긴합니당 !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.
임정 합니다 수정했습니닷