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

[REFACTOR] 출발지 모드 선택 / data class에서 'mode' 제거 후 따로 intent로 넘기기 #258

Open
2 tasks done
unam98 opened this issue Oct 6, 2023 · 0 comments · May be fixed by #274
Open
2 tasks done
Assignees
Labels
MOD ☁ 코드 및 내부 파일 수정 REFACTOR 🧹 코드 리팩토링 우남 🐼 우남 담당

Comments

@unam98
Copy link
Contributor

unam98 commented Oct 6, 2023

💡 Issue

SearchActivity -> DrawActivity로 넘어갈 때 어떤 mode로 넘어가는 것인지 분기 처리를 위해 data class(SearchResultEntity)에 mode라는 속성을 추가해주었습니다.

그런데 SearchResultEntity에 mode가 묶이는 게 부자연스럽다는 피드백을 받아 이를 제거하고 mode는 key 값을 다르게 주어 intent로 넘기고자 합니다.

📝 todo

  • SearchResultEntity에서 mode 제거
  • 다른 key값으로 mode에 해당하는 값을 intent로 넘길 수 있게 하기
@unam98 unam98 added 우남 🐼 우남 담당 REFACTOR 🧹 코드 리팩토링 MOD ☁ 코드 및 내부 파일 수정 labels Oct 6, 2023
@unam98 unam98 self-assigned this Oct 6, 2023
@unam98 unam98 changed the title [REFACTOR] 코스 그리기 / data class에서 'mode' 제거 후 따로 intent로 넘기기 [REFACTOR] 출발지 모드 선택 / data class에서 'mode' 제거 후 따로 intent로 넘기기 Oct 6, 2023
unam98 added a commit that referenced this issue Nov 7, 2023
SearchActivity에서 유사한 기능을 수행하는 함수들과 이름에 통일성을 부여하기 위함
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MOD ☁ 코드 및 내부 파일 수정 REFACTOR 🧹 코드 리팩토링 우남 🐼 우남 담당
Projects
Status: In Progress
1 participant