Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
지도의 정보 전달력을 높이기 위해 종합 데이터 점수(안전, 접근성)를 연동하고, 시인성을 개선했습니다. 또한 비교 페이지에 '리포트 잠금 및 해제' 시스템을 도입하여 서비스의 프리미엄 가치를 더했습니다.
주요 변경 사항
1. 종합 데이터 점수 및 상세 정보 API 연동
useGetSafetyRouteAPI를 연동하여 지하철역까지의 안전 도보 경로를 표시하고, 경로 내 **CCTV 및 가로등 개수(안전 종합 점수)**를 실제 데이터로 반영했습니다.useGetTrafficAPI를 연동하여 선택된 매물의 실시간 접근성 종합 점수와 주변 교통 시설 데이터를 지도 마커 및 리스트에 동기화했습니다.useGetTMapPredictionAPI를 통해 타임 슬라이더 조작 시 실시간 자동차 이동 거리 및 소요 시간을 계산하도록 구현했습니다.2. 큐레이션 비교 리포트 잠금 시스템
blur-lg효과를 적용하여 데이터 노출을 방지하고 유료 서비스 같은 시각적 깊이감을 더했습니다.3. 지도 UX 및 인터랙션 고도화
framer-motion애니메이션을 추가했습니다.작업 내역
framer-motion기반 타임슬라이더 애니메이션 구현