-
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
[refactor] 핑글 카드 커스텀 뷰 분리 및 지도 ViewPager Item 재구현 #185
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.
오오비때는 또 얼마나 잘하시려고 이렇게 하십니까?
tvCardTopInfoName.text = pingleEntity.name | ||
tvCardTopInfoOwnerName.text = pingleEntity.ownerName | ||
|
||
(pingleEntity.isCompleted()).let { isCompleted -> |
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.
좋네요!! 언니가 코리 달아준 스코프 함수를 이용해서 깔쌈하게 비지블 처리해주기
android:layout_height="wrap_content" | ||
android:layout_marginStart="8dp" | ||
android:src="@drawable/ic_all_calendar_24" | ||
app:layout_constraintStart_toStartOf="@+id/btn_card_bottom_map_chat" |
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.
오랜만에 @+id를 찾다..
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.
아놔 ㅋㅋ 들켜버렸다,,,
|
||
<TextView | ||
android:id="@+id/tv_card_top_info_participation_status_title" | ||
android:layout_width="wrap_content" |
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.
요거는 4군데에 다 제약을 걸었는데 0dp 사용이 안되나요?!
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.
android:layout_height="wrap_content" | ||
android:layout_marginStart="8dp" | ||
android:src="@drawable/ic_all_calendar_24" | ||
app:layout_constraintStart_toStartOf="@+id/btn_card_bottom_map_chat" |
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.
아놔 ㅋㅋ 들켜버렸다,,,
|
||
<TextView | ||
android:id="@+id/tv_card_top_info_participation_status_title" | ||
android:layout_width="wrap_content" |
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.
layoutCardTopParticipationStatus.setOnClickListener { | ||
Intent(context, ParticipantActivity::class.java).apply { | ||
putExtra(MEETING_ID, pingleEntity.id) | ||
context.startActivity(this) | ||
} |
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.
[다은] UI 로직 분리 진행
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!
parent, | ||
false | ||
), | ||
navigateToParticipant = navigateToParticipant, |
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.
named parameter 좋네여 ~~
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.
고생하셨어여ㅕㅕㅕ 커스텀 뷰 공부좀 해야겠네요 ㅠㅠ 뭔지 봐도 모르겠..
when { | ||
pingleEntity.isOwner -> stringOf(R.string.pingle_card_delete) | ||
pingleEntity.isParticipating -> stringOf(R.string.pingle_card_cancel) | ||
else -> stringOf(R.string.pingle_card_participate) | ||
} |
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.
오옹 이런식으로 when문 사용하는 거 너무 좋네요
|
||
|
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.
[민우] 한 줄로 바꿔주세요 ~
Related issue 🛠
Work Description ✏️
Screenshot 📸
Screen_recording_20240216_010429.mp4
Uncompleted Tasks 😅
To Reviewers 📢
운영 서버로 카드 분기처리 확인하였습니다 ~