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: 읽을 수 없는 쪽지 삭제 #559

Merged
merged 6 commits into from
Nov 16, 2023

Conversation

briandr97
Copy link
Collaborator

📌 관련 이슈

🛠️ 작업 내용

  • 받아온 모든 쪽지를 읽을 수 있는 쪽지로 보여줌
  • 쪽지 폴링 로직 변경 (내 위치를 잡으면 기다리지 않고 바로 요청할 수 있도록)

🎯 리뷰 포인트

쪽지 부분을 처음 만져봐서, 혹시 제가 놓친게 있는지 봐주시면 감사하겠습니다.
이번 이슈와 관계 없이 폴링 로직을 변경했는데 확인 한 번 부탁드립니다.

⏳ 작업 시간

추정 시간: 1h
실제 시간: 3h
이유: 폴링 로직을 다른 방식으로 변경하려고 도전해보다가 시간이 오래 걸렸습니다.

@briandr97 briandr97 added 🦄 안드로이드 안드로이드 라벨 뽀또🍪 labels Nov 13, 2023
@briandr97 briandr97 self-assigned this Nov 13, 2023
Copy link
Collaborator

@hyunji1203 hyunji1203 left a comment

Choose a reason for hiding this comment

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

빅스 고생많으셨어요!
바뀐 로직 너무 좋네요! 어제 오프라인 설명도 듣기도 해서 이해도 잘 했습니다!
나중에 진짜 시간만 되면 flow 도입해보고 싶네요ㅋㅋㅋ
자잘 리뷰 달아놨으니 확인해주시면 됩니다!
고생많으셨어요!

@@ -102,6 +90,22 @@ class OnAdventureViewModel @Inject constructor(
}
}

fun fetchLetters() {
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 Author

Choose a reason for hiding this comment

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

감사합니다!

@@ -44,22 +43,11 @@ class OnAdventureViewModel @Inject constructor(
val isNearby: LiveData<Boolean> =
myCoordinate.map { adventure.value?.destination?.isNearBy(it) ?: return@map false }

private val _lastHint = MutableLiveData<Hint>()
private var _lastHint = MutableLiveData<Hint>()
Copy link
Collaborator

Choose a reason for hiding this comment

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

[P3]
valvar로 바꾼 이유가 무엇인가요?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

없습니다. 저도 바뀐지 몰랐네욤! 감사합니다!

Copy link
Collaborator

@hyunji1203 hyunji1203 left a comment

Choose a reason for hiding this comment

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

삑스 리뷰 반영한 거 화긴했습니다!
더이상은 수정할 부분 없는 것 같아 이만 어프로브할게요! 고생많았어요!!!!!!!!!!!!

@hyunji1203 hyunji1203 merged commit d4b823d into dev_android Nov 16, 2023
3 checks passed
@hyunji1203 hyunji1203 deleted the feat/#558-읽을수없는쪽지삭제 branch November 16, 2023 02:53
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.

2 participants