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

[feat] 마이핑글 - 팝업창 구현, 삭제하기 연결 #168

Merged
merged 19 commits into from
Jan 18, 2024

Conversation

jihyunniiii
Copy link
Collaborator

@jihyunniiii jihyunniiii commented Jan 18, 2024

Related issue 🛠

Work Description ✏️

  • 마이핑글 뷰에서 팝업창 관련 로직을 구현하고 마이핑글 뷰의 버그를 해결하였습니다. (활성화 비활성화가 잘 안 되는 문제)
  • 메인 지도 뷰, 마이 핑글 뷰에 삭제하기 기능을 구현하였습니다.

Screenshot 📸

Screen_recording_20240118_203928.mp4

Uncompleted Tasks 😅

  • N/A

To Reviewers 📢

  • 참여 완료 D-day 관련해서 기획핑, 디잔핑과 논의할게요 ㅋ.ㅋ
  • 핑글 삭제 관련해서 아요핑과 논의할게요 ㅋ.ㅋ

@jihyunniiii jihyunniiii changed the title [feat] 마이핑글 - 팝업창 구현 [feat] 마이핑글 - 팝업창 구현, 참여 취소 구현 Jan 18, 2024
@jihyunniiii jihyunniiii changed the title [feat] 마이핑글 - 팝업창 구현, 참여 취소 구현 [feat] 마이핑글 - 팝업창 구현, 삭제하기 연결 Jan 18, 2024
Copy link
Member

@Doreminwoo Doreminwoo left a 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?>
Copy link
Member

Choose a reason for hiding this comment

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

딜리트핑글딜리트... delete가 중복되는 느낌이에요 ㅠ______ㅠ

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

앞에 delete는 어떤 메소드인지에 대한 프리픽스라 추가했서염

Comment on lines +22 to +25
when {
pingleEntity.isOwner -> showMapDeleteModalDialogFragment(pingleEntity)
pingleEntity.isParticipating -> showMapCancelModalDialogFragment(pingleEntity)
else -> showMapJoinModalDialogFragment(pingleEntity)
Copy link
Member

Choose a reason for hiding this comment

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

와 가독성 미쳐따

@jihyunniiii jihyunniiii merged commit 0f62f71 into develop Jan 18, 2024
1 check passed
@jihyunniiii jihyunniiii deleted the feat-my-pingle-pop-up branch January 18, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[feat] 마이핑글 - 팝업창 구현, 삭제하기 연결
2 participants