Closed seoyoung059 closed 2 months ago
In GitLab by @242lee on Jul 30, 2024, 12:55
requested review from @iltae
In GitLab by @242lee on Jul 30, 2024, 12:56
approved this merge request
In GitLab by @iltae on Jul 30, 2024, 13:02
P2 : 마커 눌렀을 때 매물 상세 올라오는 연결도 추가해주시면 좋을 것 같아요
In GitLab by @242lee on Jul 30, 2024, 13:17
added 1 commit
In GitLab by @iltae on Jul 30, 2024, 13:21
P3 : 엄청 빠르네요 너무 고생하셨습니다 !!
In GitLab by @iltae on Jul 30, 2024, 13:21
mentioned in commit 7acb9030bd0a2c3169934a490088570ceff3e16c
In GitLab by @242lee on Jul 30, 2024, 12:55
Merges front/DragMap/S11P12A702-323 -> front/RealEstateList/S11P12A702-251
:link: 해당 MR과 연결된 JIRA의 태스크는 무엇인가요?
S11P12A702-323
🔍️ 해당 MR을 통해 해결하려는 문제가 무엇인가요?
✨ 해당 MR에서 핵심적으로 변경된 사항은 무엇일까요?
🔖 핵심 변경 사항 외에 추가적으로 변경된 부분이 있나요?
📝 작업중 고찰하신게 있나요?
const bounds = map.getBounds(); // 현재 지도의 경계를 가져옵니다.
// 현재 보이는 영역 내의 데이터를 필터링합니다. const visiblePositions = positions.filter(pos => bounds.contain(new kakao.maps.LatLng(pos.lat, pos.lng)) );
onBoundsChange(visiblePositions); // 필터링된 데이터를 부모 컴포넌트로 전달합니다. };