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

모먼트 삭제 기능 구현 #91

Merged
merged 5 commits into from
Dec 8, 2022
Merged

Conversation

jaemin-Yoo
Copy link
Member

🚀 Issue #14

👨‍🔧 개요

모먼트 삭제 기능 구현 / UiState 적용

📝 작업 내용

  • 모먼트 삭제 기능 구현
    • 더이상 연결되어 있는 모먼트가 없는 사진 일 경우 내부저장소에서 삭제
  • UiState 적용
    • 현재는 weather / save moment 부분 적용
  • 리스트 갱신 방식 변경

📢 특이 사항

집중적으로 봐야하거나, 추가 및 특이 사항

모먼트 수정부분까지하면 수정 내용 길어질까봐 여기까지해서 PR 올립니다 :)

@jaemin-Yoo jaemin-Yoo added ✨ feature New feature or request 🗄️ data Data Layer 🖼️ detail 상세 페이지 labels Dec 8, 2022
@jaemin-Yoo jaemin-Yoo added this to the 4주차 스프린트 milestone Dec 8, 2022
@jaemin-Yoo jaemin-Yoo self-assigned this Dec 8, 2022
Copy link
Member

@jhg3410 jhg3410 left a comment

Choose a reason for hiding this comment

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

좋습니다~!!

Comment on lines +43 to +44
)
.apply { _isReady.value = true }
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 Author

Choose a reason for hiding this comment

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

악!

Copy link
Member

@BBongKim BBongKim left a comment

Choose a reason for hiding this comment

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

LGTM!

scope = viewModelScope,
started = SharingStarted.WhileSubscribed(5000),
initialValue = emptyList()
)
Copy link
Member

Choose a reason for hiding this comment

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

StateFlow로 바꾸시는 이유가 무엇인가요?

Copy link
Member Author

Choose a reason for hiding this comment

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

밑에 Paging 처리해서 가져온 변수가 StateFlow 로 정의 되어있어서 똑같이 저런 식으로 해둔건데 사실 큰 의미는 없습니다!!!!!!!!!!!!!!!!!!!!

Copy link
Member

@Choe-Ji-Hwan Choe-Ji-Hwan left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@jaemin-Yoo jaemin-Yoo merged commit 277e181 into develop Dec 8, 2022
@jaemin-Yoo jaemin-Yoo deleted the feature/data/moment-detail branch December 8, 2022 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request 🗄️ data Data Layer 🖼️ detail 상세 페이지
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants