-
Notifications
You must be signed in to change notification settings - Fork 1
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
스케줄 장소 포함 기능 #299
스케줄 장소 포함 기능 #299
Conversation
✅ Deploy Preview for affectionate-jones-aa31c6 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
d254ea4
to
b788281
Compare
longitude: roadAddress.x, | ||
placeName: roadAddress.building_name ?? roadAddress.address_name, | ||
}); | ||
setValue('placeName', roadAddress.building_name); |
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.
앱에 building_name
과 지도 핀만 노출하는 것이 기획이죠?
building_name
이 ""인 경우는 어드민 장소 인풋에 입력되는 값이 없어서, 성공 여부를 알려줄 디자인이 있으면 좋을 것 같긴 합니다만.. 급하다면 패스해도 좋습니다
{
"address_name": "경기 성남시 분당구 서판교로 32",
"building_name": "",
"main_building_no": "32",
"region_1depth_name": "경기",
"region_2depth_name": "성남시 분당구",
"region_3depth_name": "판교동",
"road_name": "서판교로",
"sub_building_no": "",
"underground_yn": "N",
"x": "127.097880906475",
"y": "37.389777093851",
"zone_no": "13479"
}
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.
아 이부분 놓쳤네요!
추가할게요!
@@ -40,6 +40,7 @@ | |||
/> | |||
<meta property="og:image" content="/assets/og-image.png" /> | |||
<link rel="icon" href="/assets/favicon.svg" /> | |||
<script src="//t1.daumcdn.net/mapjsapi/bundle/postcode/prod/postcode.v2.js"></script> |
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.
https://stackoverflow.com/a/60964007
해당 페이지에서 useScript와 같은 훅을 통해 동적 스크립트 및 async로 불러오는 게 어떨까요?
스크립트 사이즈가 얼마 안 되긴 하지만 스케줄 생성 페이지에서 한정적으로 사용되는 것으로 보여서요!
af8b09f
to
b788281
Compare
집 노트북 세팅이 온전치 못해서 리뷰해준 부분은 우선 현재 상태로 dev 배포하고 따로 추가 pr 만들게요! |
변경사항
작업 유형
체크리스트