Skip to content
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 12 commits into from
Dec 13, 2023

Conversation

loinsir
Copy link
Collaborator

@loinsir loinsir commented Dec 12, 2023

🧑‍🚀 PR 요약

  • 프로필 뷰에서 업로드 상태의 영상 로딩 처리
  • 프로필 뷰 Pull To Refresh 구현
  • 프로필 편집 뷰에서 이미지 편집을 안했음에도 기본 이미지로 변경되는 버그 수정
  • 프로필 뷰에서 DisplayModel의 Hashable문제로 DiffableDataSource 크래시 나는 버그 수정
  • 변경된 BoardDTO 맞추어 테스트 코드 수정

업로드 처리 중인 셀은 터치 시, 토스트 메시지를 띄우도록 했습니다!

📸 ScreenShot

Simulator Screen Recording - iPhone 15 Pro - 2023-12-12 at 23 54 28

Linked Issue

close #299

Comment on lines 49 to 54
switch status {
case .complete:
spinner.stopAnimating()
default:
spinner.startAnimating()
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

굿잡

Comment on lines +40 to +44
if let value = BoardStatus(rawValue: rawValue.lowercased()) {
self = value
} else {
self = .inactive
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

디코딩 제대로 안될 경우 다 인액티브로?? 좋습니당

Copy link
Member

@anyukyung anyukyung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니둥 선생님

Copy link
Collaborator

@chopmozzi chopmozzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

인코딩이 완료되지 않았는데(로딩바가 계속 도는데) 썸네일 이미지가 로드되는 건 UX적으로 좋지 못한 것 같습니다. 이 부분 케어가 가능하실까요?
고생하셨습니다!

@loinsir
Copy link
Collaborator Author

loinsir commented Dec 13, 2023

인코딩이 완료되지 않았는데(로딩바가 계속 도는데) 썸네일 이미지가 로드되는 건 UX적으로 좋지 못한 것 같습니다. 이 부분 케어가 가능하실까요? 고생하셨습니다!

이건 이미지 밝기를 낮춰서 표현할게요

@loinsir loinsir merged commit dfc5027 into iOS/dev Dec 13, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 프로필 뷰에서 업로드 중인 게시글 표시 처리
3 participants