-
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
[feat] 마이핑글 - 팝업창 구현, 삭제하기 연결 #168
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.
제가 막힌 부분 해주셔서 감사합니다~~~~~~~~
너무너무너무너무너무너무 잘하시네요오오
@@ -11,6 +11,5 @@ interface PingleRemoteDataSource { | |||
teamId: Int, | |||
participation: Boolean | |||
): BaseResponse<List<ResponseMyPingleDto>> | |||
|
|||
suspend fun deletePingle(meetingId: Long): NullableBaseResponse<Unit?> | |||
suspend fun deletePingleDelete(meetingId: Long): NullableBaseResponse<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.
딜리트핑글딜리트... delete가 중복되는 느낌이에요 ㅠ______ㅠ
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.
앞에 delete는 어떤 메소드인지에 대한 프리픽스라 추가했서염
when { | ||
pingleEntity.isOwner -> showMapDeleteModalDialogFragment(pingleEntity) | ||
pingleEntity.isParticipating -> showMapCancelModalDialogFragment(pingleEntity) | ||
else -> showMapJoinModalDialogFragment(pingleEntity) |
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_20240118_203928.mp4
Uncompleted Tasks 😅
To Reviewers 📢