-
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
[FIX/#250] 탐색 뷰 / QA 수정사항 반영 #252
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.
고생하셨습니다!! 캘린더는 develop 풀 받고 수정해주세요~
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.
스크랩 다이얼로그의 로직은 문제가 없는데, 달력 화면의 구조가 많이 바뀌어서 충돌이 발생했네요,,
develop을 풀 받고 다시 수정해주셔야 할 것 같아요!!
현재 달력 화면들에선 ~Screen 컴포저블 안에서 다이얼로그를 호출하지 않고, 상위 컴포저블인 ~Route에서 Screen과 dialog를 각각 관리하고 있습니다! 따라서 바뀐 위치에 Boolean만 지정해주시면 될 것 같아요!
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.
ScrapDialog dismiss 함수에 boolean 추가하는거 좋은 생각인 것 같아요! 이거 머지 되고 나면 저도 수정 해볼게요!! 수고하셨습니다~~
delay(2000) | ||
if (!pagerState.isScrollInProgress) { | ||
val nextPage = (pagerState.currentPage + 1) % pagerState.pageCount | ||
pagerState.animateScrollToPage(nextPage) |
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.
애니메이션 넣은거 굿이에요~~!!
@@ -36,10 +33,10 @@ fun SortingBottomSheet( | |||
currentSortBy: Int, | |||
modifier: Modifier = Modifier, | |||
newSortBy: MutableState<Int> = mutableStateOf(currentSortBy), | |||
onSortChange: (Int) -> Unit = {}, |
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.
오호!! 안그래도 이 바텀시트 수정 필요했었는데..!! 이거 활용해서 한번 홈 부분도 고쳐봐야겠네욤 수정 감사합니다!!ㅎㅎㅎㅎ
# Conflicts: # feature/src/main/java/com/terning/feature/calendar/list/CalendarListScreen.kt # feature/src/main/java/com/terning/feature/calendar/week/CalendarWeekScreen.kt
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.
개떡같이 설명해도 찰떡같이 알아듣고 수정하셨네요ㅎㅎ 너무 고생하셨습니당~
⛳️ Work Description
📸 Screenshot
250.mp4
📢 To Reviewers
따라서, ScrapDialog의 dismiss 함수에 Boolean 값을 전달받도록 수정하여 "스크랩" 했을 경우를 따지고 해당 인덱스만 UPDATE 되도록 수정하였습니다.
제가 짠 로직이 적절할 지,.,. 로직 한 번만 확인해주세요!
만약 해당 로직이 채택된다면 효빈이도 스크랩 다이얼로그가 없어졌을 때 모든 데이터를 다시 받아오는 로직을 수정해야 할 것 같아용~!
또한 이에 따라 캘린더 로직도 조금 수정하게 되었는데,
석준오빠가 캘린더 수정한 피알 머지하고 컨플릭 해결한 뒤에 머지할게요 🙌🙌