-
Notifications
You must be signed in to change notification settings - Fork 0
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: 프로필 뷰에서 업로드 중인 영상 로딩 처리, 각종 버그 수정 #315
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
d200120
:wrench: 인코딩 상태 필드 DTO 추가, enum 타입으로 decode 가능하도록 설정
loinsir f8d075e
:wrench: BoardDTO의 status 필드 추가에 따른 테스트코드 업데이트
loinsir cebbc55
:wrench: 도메인 모델 네이밍 변경
loinsir e9dd9e2
:sparkles: 인코딩 중인 영상 프로필 뷰에서 indicator 표시 구현
loinsir 4179fae
:sparkles: 프로필 탭 뷰 Pull To Refresh 구현
loinsir 87dff92
:sparkles: 인코딩 중인 영상 셀 터치 시 화면 전환 제한 및 토스트 메시지 출력 구현
loinsir 4ba5dae
:bug: 이미지 수정을 하지 않음에도, 프로필 이미지 삭제 처리되는 버그 수정
loinsir 5a857b6
:bug: 이미지 수정을 하지 않음에도, 프로필 이미지 변경되는 버그 수정
loinsir 6d98566
:white_check_mark: 테스트 코드 수정
loinsir 38b2a81
:bug: display item hashable 오류로 인한 크래시 버그 수정
loinsir 046d94b
:wrench: 코드 리뷰 반영 수정, diffableDataSource 충돌 오류 수정
loinsir 36b3bfb
:white_check_mark: 프로필 탭 뷰 스크롤 관련 테스트 케이스 추가
loinsir 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,5 @@ struct Board { | |
let videoURL: URL? | ||
let latitude: Double | ||
let longitude: Double | ||
let status: BoardStatus | ||
} |
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
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
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
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.
디코딩 제대로 안될 경우 다 인액티브로?? 좋습니당