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

[feature/album detail new]: 앨범 상세 화면 작업 #98

Merged
merged 12 commits into from
Jul 7, 2023

Conversation

kez-lab
Copy link
Member

@kez-lab kez-lab commented Jul 7, 2023

이슈 코드

@kez-lab kez-lab added 😼곽의진 곽의진이 했다 ✨ Feature 기능 개발 labels Jul 7, 2023
@kez-lab kez-lab self-assigned this Jul 7, 2023
@kez-lab kez-lab requested a review from a team as a code owner July 7, 2023 05:54
@kez-lab kez-lab changed the title [feature/album detail new] [feature/album detail new]: 앨범 상세 화면 작업 Jul 7, 2023
Copy link
Member

@l2hyunwoo l2hyunwoo left a comment

Choose a reason for hiding this comment

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

리뷰 반영하고 바로 머지 가자

) : PhotoRepository {
override suspend fun getPhotos(): Result<PhotoListResponse> {
return runCatching { retrofitPhotoNetwork.getAlbums() }
override suspend fun getPhotos(id:Int): Result<PhotoListResponse> {
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.

넵 주의하겠습니다

Comment on lines 69 to 74
with(viewModel) {
setPhotoId(photoId)
setStudio(studio)
setTakenAt(takenAt)
setImageUrl(imageUrl)
}
Copy link
Member

Choose a reason for hiding this comment

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

혹시 viewModel에서 가져올거면 savedstatehandle 활용해서 가져오는 것도 고려해보셈

@kez-lab kez-lab merged commit bddbce9 into develop Jul 7, 2023
1 check passed
@kez-lab kez-lab deleted the feature/album_detail_new branch July 7, 2023 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 😼곽의진 곽의진이 했다
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Album Detail 화면 생성
2 participants