-
Notifications
You must be signed in to change notification settings - Fork 3
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
[AN] 놀이터 서비스 기능 및 리팩토링 #720
Conversation
Test Results60 tests 60 ✅ 1s ⏱️ Results for commit 4734f86. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿굿!! 고생했어~~~🥹
if (getPlaygroundAlarmUseCase.invoke().getOrDefault(true)) { | ||
createNotificationChannel(AlarmType.PLAYGROUND) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getPlaygroundAlarmUseCase()
이렇게도 쓸 수 있어요~~
is RecentPetNavigationAction.NavigateToOtherProfile -> { | ||
val intent = | ||
OtherProfileActivity.getIntent( | ||
this, | ||
id = navigateAction.memberId, | ||
) | ||
startActivity(intent) | ||
} | ||
|
||
is RecentPetNavigationAction.NavigateToPetImage -> { | ||
val intent = PetImageActivity.getIntent(this, navigateAction.petImageUrl) | ||
startActivity(intent) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다~
이슈
개발 사항
service.mp4