-
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
[Feature/#82] 순서 변경 및 길이 편집 로직 보완 및 UI연결 #95
Conversation
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.
고생하셨습니다!
아까 테스트시에는 타임라인에서 아무런 비디오를 클릭하지 않고도 편집하기 버튼이 눌리더라구요!
Domain/UseCase/VideoUseCase.swift
Outdated
|
||
let newVideos = editingVideos.enumerated().map { (index, video) in |
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.
P2: 굳이 새로운 변수를 할당할 필요가 없어보입니다
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.
이거는 리스트의 인덱스 기반으로 비디오 인덱스를 다시 할당하고있는 코드여서 필요할 것 같슴니다 ㅠㅜ
} | ||
owner.output.send(.timelineItemsDidChanged(items: newTimelineItems)) | ||
// let newTimelineItems = await orderdVideos.asyncCompactMap { video in |
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.
P2: 주석 제거 하셔야 할꺼 같습니다!
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.
반영했습니다!
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.
고생 많으셨습니다!!!!
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.
고생하셨습니다ㅠ
늦어서 죄송합니다.
관련 이슈
✅ 완료 및 수정 내역
🛠️ 테스트 방법
📝 리뷰 노트
장원영님 마무리 부탁드리겠슴니다
📱 스크린샷(선택)
2024-12-05.10.48.45.mov
2024-12-05.10.52.10.mov