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] 코스 신고하기 웹 뷰 연결 #189

Merged
merged 12 commits into from
Aug 27, 2024
Merged

Conversation

t1nm1ksun
Copy link
Contributor

@t1nm1ksun t1nm1ksun commented Aug 16, 2024

Related issue 🛠

Work Description ✏️

  • 코스 상세에서 신고하기 분기처리
  • 신고 웹 뷰 연결
  • 코스 삭제 다이얼로그 추가
  • 코스 신고 다이얼로그 추가

Screenshot 📸

[코스 삭제 다이얼로그 추가]

2024-08-26.8.27.39.mov

[코스 신고 다이얼로그 추가 및 신고 웹뷰 연결]

2024-08-26.8.28.47.mov

Uncompleted Tasks 😅

  • 아 다이얼로그 뺴먹었다... 곧 추가할게용가리

To Reviewers 📢

근데 왜 또 썸네일이 첫 번째 사진이 아니지??

Copy link
Contributor

@jihyunniiii jihyunniiii left a comment

Choose a reason for hiding this comment

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

추가할 거 있어서 일부만 달아놓을게요 ~

Copy link
Contributor

@2hyunjinn 2hyunjinn left a comment

Choose a reason for hiding this comment

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

다음 안팟장은 신민석 ㄱㄱ

Copy link
Contributor

@jihyunniiii jihyunniiii 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 +55 to +59
REPORT_COURSE(
titleRes = R.string.two_button_dialog_with_description_report_course_title,
descriptionRes = R.string.two_button_dialog_with_description_report_course_description,
confirmButtonTextRes = R.string.dialog_report,
dismissButtonTextRes = R.string.dialog_cancel
Copy link
Contributor

Choose a reason for hiding this comment

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

이 다이얼로그 다른 두 줄 + 버튼 2개짜리 다이얼로그랑 title이랑 description 사이 간격이 다른데 디자인 측에 확인해봐야할 것 같아요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

이건 만나서 말씀드릴게 있읍니다!

Comment on lines +318 to 332
DateRoadBasicBottomSheet(
isBottomSheetOpen = courseDetailUiState.isDeleteCourseBottomSheetOpen,
title = stringResource(id = R.string.course_detail_bottom_sheet_title),
isButtonEnabled = false,
buttonText = stringResource(id = R.string.course_detail_bottom_sheet_delete),
itemList = listOf(
stringResource(id = R.string.course_detail_bottom_sheet_confirm) to {
onDialogDeleteCourse()
}
),
onDismissRequest = { dismissDeleteCourseBottomSheet() },
onButtonClick = {
dismissDeleteCourseBottomSheet()
}
)
Copy link
Contributor

Choose a reason for hiding this comment

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

얘도 타입화해도 나쁘지 않을 것 같다는 생각! 생각보다 많이 쓰이네용 리팩할 때 고민해보면 좋을 듯!!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

넵!

@t1nm1ksun t1nm1ksun merged commit edfb856 into develop Aug 27, 2024
1 check passed
@t1nm1ksun t1nm1ksun deleted the feat-course-report branch August 27, 2024 11:58
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] 코스 신고하기 웹 뷰 연결
3 participants