-
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
Feature/#247 store detail edit #264
base: develop
Are you sure you want to change the base?
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.
대부분의 뷰에서 같은 실수가 반복되고 있어요.
2/3정도만 읽고 밑에는 안읽어서 코리가 없는거지 수정할게 없는게 아니니까 전부 다 수정해서 다시 리퀘스트 부탁드려요.
...detail/src/main/java/com/hankki/data/storedetail/repositoryImpl/StoreDetailRepositoryImpl.kt
Outdated
Show resolved
Hide resolved
...ure/storedetail/src/main/java/com/hankki/feature/storedetail/navigation/StoreDetailScreen.kt
Outdated
Show resolved
Hide resolved
feature/main/src/main/java/com/hankki/feature/main/MainNavigator.kt
Outdated
Show resolved
Hide resolved
feature/storedetail/src/main/java/com/hankki/feature/storedetail/StoreDetailRoute.kt
Show resolved
Hide resolved
feature/storedetail/src/main/java/com/hankki/feature/storedetail/StoreDetailRoute.kt
Outdated
Show resolved
Hide resolved
...storedetail/src/main/java/com/hankki/feature/storedetail/editbottomsheet/add/AddMenuRoute.kt
Outdated
Show resolved
Hide resolved
...storedetail/src/main/java/com/hankki/feature/storedetail/editbottomsheet/add/AddMenuRoute.kt
Outdated
Show resolved
Hide resolved
...storedetail/src/main/java/com/hankki/feature/storedetail/editbottomsheet/add/AddMenuRoute.kt
Outdated
Show resolved
Hide resolved
...tail/src/main/java/com/hankki/feature/storedetail/editbottomsheet/add/AddMenuSuccessRoute.kt
Outdated
Show resolved
Hide resolved
...tail/src/main/java/com/hankki/feature/storedetail/editbottomsheet/add/AddMenuSuccessRoute.kt
Outdated
Show resolved
Hide resolved
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.
일단 약간 졸린 상태로 본거라서... 내일 저녁에도 다시 한 번 확인하겠습니다
복학과 시험기간이슈로 너무 힘드셨을텐데 고생하셨어요 ㅜ.ㅜ
나머지는 자잘한건데 8000원관련 이슈 + 뒤로가기 사라짐 이슈 한 번 확인부탁드려요 :)
feature/storedetail/src/main/java/com/hankki/feature/storedetail/StoreDetailViewModel.kt
Outdated
Show resolved
Hide resolved
...ail/src/main/java/com/hankki/feature/storedetail/editbottomsheet/edit/EditModSucceedRoute.kt
Outdated
Show resolved
Hide resolved
...e/storedetail/src/main/java/com/hankki/feature/storedetail/navigation/navigateStoreDetail.kt
Outdated
Show resolved
Hide resolved
...toredetail/src/main/java/com/hankki/feature/storedetail/editbottomsheet/edit/EditModRoute.kt
Outdated
Show resolved
Hide resolved
...toredetail/src/main/java/com/hankki/feature/storedetail/editbottomsheet/edit/EditModRoute.kt
Outdated
Show resolved
Hide resolved
...toredetail/src/main/java/com/hankki/feature/storedetail/editbottomsheet/edit/EditModRoute.kt
Outdated
Show resolved
Hide resolved
...e/storedetail/src/main/java/com/hankki/feature/storedetail/navigation/navigateStoreDetail.kt
Outdated
Show resolved
Hide resolved
// if (selectedMenu == null) { | ||
// BottomBlurLayout( | ||
// imageBlur = com.hankki.core.designsystem.R.drawable.img_white_gradient_bottom_middle, | ||
// modifier = Modifier.align(Alignment.BottomCenter) | ||
// ) | ||
// } | ||
|
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.
고생하셨습니다!
한번 더 확인부탁드려요
...detail/src/main/java/com/hankki/data/storedetail/repositoryImpl/StoreDetailRepositoryImpl.kt
Show resolved
Hide resolved
popUpTo(navController.graph.startDestinationId) { | ||
inclusive = true | ||
} |
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.
이번에 추가된 다른 navigate 함수들도 마찬가지!
📌 Issue
⛳️ Work Description
-2차 스프린트
📸 Screenshot
동영상
3.mp4
이미지
📢 To Reviewers