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

[FEAT] 카카오 공유하기 딥링크 구현 #119

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

Jokwanhee
Copy link
Member

💻주요 작업 내용

  • 카카오 공유하기 클릭 시 딥링크 구현

🎞리뷰 요청 사항

  • V3를 마지막 PR로 하려고 했으니 실패했습니다.. V4로 오늘 저녁에 만들어지는 민성이 API 연동 후, 민주 등록 후 딥링크 처리를 완료하면 될 것 같아요
  • 코드에서 민주 등록 후 딥링크 처리 구현을 해놔서 하면 금방할 듯 합니당~

시연영상

  • 비로그인 시
_.mp4
  • 로그인 시
_.mp4
  • 앱 미설치 시
_.mov

@Jokwanhee Jokwanhee added this to the 2차 스프린트 개발 milestone Aug 25, 2024
@Jokwanhee Jokwanhee self-assigned this Aug 25, 2024
Copy link
Collaborator

@SsongSik SsongSik left a comment

Choose a reason for hiding this comment

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

고생해써~~~~!!

Comment on lines +15 to +16
class SchemeViewModel @Inject constructor(
private val getTokenUseCase: GetTokenUseCase
Copy link
Collaborator

Choose a reason for hiding this comment

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

요거 UseCase랑, Repository, DataSource 다 만들었구나 ?
SharedPreference는 그 자체로 주입받을 수 있게 해줘서 다음부터는 바로 ViewModel에서 Preference값 바로 사용해도 될 것 같아!
SignUpViewModel 쪽 참고하면 좋을듯 !

Copy link
Member Author

@Jokwanhee Jokwanhee Aug 25, 2024

Choose a reason for hiding this comment

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

@SsongSik
아키텍처 측면인데, Presentation 레이어에서 SharedPreference 를 직접 참조한다는게 조금 불안전하다고 생각하는데, 데이터 영역을 직접 참조하는 것에 대해서 어떻게 생각해 🤔

Copy link
Collaborator

Choose a reason for hiding this comment

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

-회의에서 논의 완료-

Copy link
Collaborator

@minju1459 minju1459 left a comment

Choose a reason for hiding this comment

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

최최고 정말 고생했어 ~~😝😝
딥링크 키 값으로 보내면 중복 코드가 많을 것 같아서 한번에 ReviewData에서 가져다 쓰면 될 것 같아~! ViewUploadDialog에도 있어서 확인해줘 ! 구현은 다 해놨고 민성 오빠한테 노티 받으면 바로 올리겠습니당

@Jokwanhee Jokwanhee merged commit 74ab356 into main Aug 25, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] 시야 찾기 2차 MVP 구현 V3
3 participants