-
Notifications
You must be signed in to change notification settings - Fork 2
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
[MOD/#84] 필터링 재설정 뷰 / 필터링 재설정 버튼 로직 수정 #104
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.
LGTM~~~~~~
val isButtonValid = with(viewModel.userName.internFilter) { | ||
if (this?.grade == null) remember { mutableStateListOf(false, false) } | ||
else remember { mutableStateListOf(true, 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.
오 분리하는 것이 훨씬 좋겠네요!! 감사합니다!!
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.
수고많았어요~!!
null | ||
// InternFilterData( | ||
// grade = 3, | ||
// workingPeriod = 3, | ||
// startYear = 2024, | ||
// startMonth = 7, | ||
// ) |
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.
웁씨,, 잡혔다,,,,
⛳️ Work Description
📸 Screenshot
Screen_Recording_20240717_161730_Terning-Android.mp4
📢 To Reviewers