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

[FE][Feat] #191 : 캔버스와 지도 겹쳐져 있을 때 동시에 이벤트 발생해서 처리하는 로직 구현 #216

Merged
merged 5 commits into from
Nov 20, 2024

Conversation

effozen
Copy link
Collaborator

@effozen effozen commented Nov 20, 2024

📝 PR 개요

캔버스와 지도 겹쳐져 있을 때 동시에 이벤트 발생해서 처리하는 로직 구현

🔍 변경 사항

  • 지도의 끝 점 가져오는 로직 구현
  • 캔버스의 끝 점 가져오는 로직 구현
  • 캔버스와 지도가 합쳐져 있을 때 동시에 이벤트 발생시켜서 처리하는 로직 구현

✅ 체크리스트 (Checklist)

  • 코드가 빌드 오류 없이 잘 작동하는지 확인
  • 테스트가 통과하는지 확인
  • 스타일 가이드와 일관성을 유지했는지 확인
  • 관련 문서가 업데이트되었는지 확인 (선택 사항)
  • 리뷰어가 이해할 수 있도록 주석이나 설명을 추가했는지 확인

🔄 관련 이슈 (Linked Issues)

#187
#191

📷 스크린샷 및 동영상 (선택 사항)

2024-11-21.12.56.57.mov

🧪 테스트 방법

  • CanvasWithMap.tsx 에서 clickHandler 예제로 남겨뒀으니 참고
  • 이렇게 사용하면 다른 곳에서도 동시에 코드 적용이 가능함.
  • 같은 패턴으로 가능하며, 이제 이벤트 등은 CanvasWithMap.tsx에서 처리하면 됨

@github-actions github-actions bot added the 확인 요청 리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전) label Nov 20, 2024
Copy link
Member

@happyhyep happyhyep left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!!

@effozen effozen merged commit 6651d56 into frontend Nov 20, 2024
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
확인 요청 리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants