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

[MOD/#84] 필터링 재설정 뷰 / 필터링 재설정 버튼 로직 수정 #104

Merged
merged 7 commits into from
Jul 17, 2024

Conversation

Hyobeen-Park
Copy link
Member

⛳️ Work Description

  • 필터링 정보가 없을 때 라디오 버튼 모두 비활성화
  • 모든 라디오 버튼이 활성화일 때만 저장하기 버튼 활성화

📸 Screenshot

Screen_Recording_20240717_161730_Terning-Android.mp4

📢 To Reviewers

  • 코드가,,, 살짝 더럽긴 한데 일단 올려봅니다🥹
  • 모두들 서버통신 화이팅!!!!!!!!!!!!!!!

@Hyobeen-Park Hyobeen-Park added MOD ✅ 코드 수정 및 내부 파일 수정 UI 💐 UI 작업 효빈💚 효빈 labels Jul 17, 2024
@Hyobeen-Park Hyobeen-Park self-assigned this Jul 17, 2024
Copy link
Member

@boiledEgg-s boiledEgg-s left a comment

Choose a reason for hiding this comment

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

LGTM~~~~~~

Comment on lines 45 to 48
val isButtonValid = with(viewModel.userName.internFilter) {
if (this?.grade == null) remember { mutableStateListOf(false, false) }
else remember { mutableStateListOf(true, 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

@leeeyubin leeeyubin 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 30 to 36
null
// InternFilterData(
// grade = 3,
// workingPeriod = 3,
// startYear = 2024,
// startMonth = 7,
// )
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.

웁씨,, 잡혔다,,,,

@Hyobeen-Park Hyobeen-Park merged commit 7590a2b into develop Jul 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MOD ✅ 코드 수정 및 내부 파일 수정 UI 💐 UI 작업 효빈💚 효빈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MOD] 필터링 재설정 뷰 / 필터링 정보 없을 때 기본 값 수정
3 participants