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

T MAP 관련 코드 개선 #11

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Conversation

DoTheBestMayB
Copy link
Owner

@DoTheBestMayB DoTheBestMayB commented May 3, 2024

작업 내용

  • MissionFragment에서 지도에 사용자 위치를 그리기 위한 로직 오류 수정
  • 권한을 별도의 클래스에서 관리하도록 수정
  • 지도에 사용되는 Handler 인터페이스를 한 개로 통합 및 불필요한 함수 삭제
  • 백그라운드 Location 권한 요청 코드 삭제

남은 작업 목록

  • MissionFragment getAlarmInfo에서 에러 발생
  • MapFragment로 돌아왔을 때, 미션이 있지만 안 보임
  • 상단에 미션이 있다는 알람을 누르면 에러가 발생함
  • MissionFragment에서 출발지 주변에 도착하면 미션이 끝나도록 수정
  • TMap 클래스를 상속하는 여러 클래스를 한 개의 TMap 클래스로 동작하도록 구조 수정

T MAP 구조 변경

이전 구조
이전 구조

@DoTheBestMayB DoTheBestMayB self-assigned this May 3, 2024
@DoTheBestMayB DoTheBestMayB linked an issue May 3, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TMap 관련 코드 정리 및 수정
1 participant