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

지도 위치 권한 유도 팝업 및 이동 로직 수정 #66

Merged
merged 13 commits into from
May 5, 2024

Conversation

ows3090
Copy link
Contributor

@ows3090 ows3090 commented May 4, 2024

구체적인 작업 내용

지도 위치 권한 유도 팝업 및 이동 로직 수정

Close Issue

Close #60

@ows3090 ows3090 requested a review from hanchang97 May 4, 2024 08:07
@ows3090 ows3090 self-assigned this May 4, 2024
),
containerColor = BuddyConTheme.colors.modalColor,
dragHandle = {
BottomSheetDialog(onDismissRequest = onDismiss) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@hanchang97
ModalBottomSheet가 높이가 절반 이상은 지정 안되는 이슈로 서드파티 라이브러리 사용했습니다

Copy link
Contributor

Choose a reason for hiding this comment

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

그런 이슈가 있군요.. 배포 후에 라이브러리 없이 혹시 구현할 수 있는지 같이 스터디 해보면 좋을 것 같습니다😀

@@ -18,6 +19,7 @@ interface GiftiConService {
suspend fun requestAvailableGiftiCons(
@Query("pageNumber") pageNumber: Int, // page
@Query("gifticonStoreCategory") gifticonStoreCategory: String?, // 기프티콘 가게 카테고리
@Query("gifticonStore") gifticonStore: String? = null,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@hanchang97
API 문서상 gifticonStore가 있어서 추가했습니다

GS25("GS25", "GS25"),
CU("CU", "CU"),
OTHERS("기타", "OTHERS'"),
NONE("", "")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@hanchang97
기타가 OTHERS 파라미터로 넣어야만 가능해서 ETC에서 변경했습니다.

hanchang97
hanchang97 previously approved these changes May 4, 2024
Copy link
Contributor

@hanchang97 hanchang97 left a comment

Choose a reason for hiding this comment

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

수정 작업 고생하셨습니다~

@ows3090 ows3090 merged commit f9dce2b into develop May 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

지도 위치 권한 유도 팝업 및 이동 로직 수정
2 participants