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

지도 삭제/수정, 장소 삭제, 지도 상세보기 UI, 장소 상세보기 UI 구현 #140

Merged
merged 17 commits into from
Nov 18, 2024

Conversation

1119wj
Copy link
Collaborator

@1119wj 1119wj commented Nov 18, 2024

📄 Summary

지도 삭제/수정, 장소 삭제, 지도 상세보기 UI, 장소 상세보기 UI 구현

🙋🏻 More

🕰️ Actual Time of Completion

10H

close #130
close #131
close #132

close #101

@1119wj 1119wj self-assigned this Nov 18, 2024
@1119wj 1119wj added FE 프론트엔드 관련 이슈입니다 🌱 기능추가 새로운 기능 요청입니다 ⚙️ 리팩터링 코드 퀄리티를 높입니다 🦜 UI UI 디자인을 수정합니다 labels Nov 18, 2024
Copy link
Collaborator

@Miensoap Miensoap left a 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 = {
Copy link
Collaborator

Choose a reason for hiding this comment

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

p3. public - private 변경인가요?
줄이지 않는 편이 이해하기 좋아 보여요

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

넵 수정하겠습니다

Comment on lines +28 to +34
<Marker
key={place.google_place_id}
position={{
lat: place.location.latitude,
lng: place.location.longitude,
}}
/>
Copy link
Collaborator

Choose a reason for hiding this comment

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

p3. 마커에 google place id 를 입력하는 코드가 자주 보이는데,
내부적으로 설정할 수 없을까요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

상위 fragment에 묶어서 key를 주는 방식으로 수정하겠습니다.

@1119wj 1119wj merged commit d2df238 into develop Nov 18, 2024
3 checks passed
@koomchang koomchang added this to the week4 milestone Nov 18, 2024
@Miensoap Miensoap deleted the feature/#101 branch November 19, 2024 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE 프론트엔드 관련 이슈입니다 ⚙️ 리팩터링 코드 퀄리티를 높입니다 🌱 기능추가 새로운 기능 요청입니다 🦜 UI UI 디자인을 수정합니다
Projects
None yet
3 participants