-
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
지도 삭제/수정, 장소 삭제, 지도 상세보기 UI, 장소 상세보기 UI 구현 #140
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.
LGTM
title: string; | ||
description: string; | ||
}; | ||
type EditVisResponse = { |
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.
p3. public - private 변경인가요?
줄이지 않는 편이 이해하기 좋아 보여요
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.
넵 수정하겠습니다
<Marker | ||
key={place.google_place_id} | ||
position={{ | ||
lat: place.location.latitude, | ||
lng: place.location.longitude, | ||
}} | ||
/> |
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.
p3. 마커에 google place 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.
상위 fragment에 묶어서 key를 주는 방식으로 수정하겠습니다.
#preview
📄 Summary
지도 삭제/수정, 장소 삭제, 지도 상세보기 UI, 장소 상세보기 UI 구현
🙋🏻 More
🕰️ Actual Time of Completion
close #130
close #131
close #132
close #101