-
Notifications
You must be signed in to change notification settings - Fork 2
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]/#92 여행 입장 뷰 / 서버통신 구현 #104
Conversation
…into feat/#92-enter-trip-api
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.
잘하시네용~~~~
아주 죠씁니다!
@@ -32,6 +34,7 @@ class InviteFinishActivity : | |||
val serverlist = getIntent() | |||
|
|||
if (serverlist != null) { | |||
tripId = intent.getLongExtra("tripId", -1L) |
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.
tripId와 같이 사용해야 하는 것은 companion object로 빼주세용~
Intent(this, DashBoardActivity::class.java).apply { | ||
startActivity(this) | ||
} |
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.
함수화 합시다!
navigatetoDashBoard 처럼 네이밍을 하면 좋겠네용~
) | ||
.onSuccess { | ||
_finishInviteState.value = UiState.Success(it) | ||
Log.d("cho", styleA.value.toString()) |
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.
아차차차차차 바로 수정하겟습니다.............
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.
LGTM~~~~ 말로 해준 코리까지 반영해서 머지합시당
@@ -92,6 +92,7 @@ class EnterTripActivity : BaseActivity<ActivityEnterTripBinding>(R.layout.activi | |||
is UiState.Success -> { | |||
|
|||
Intent(this, InviteFinishActivity::class.java).apply { | |||
putExtra("tripId", state.data.tripId) |
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.
요것도 다른 엑스트라처럼 모아서 const val로 설정해주시면 좋을듯 ~
더미데이터가 인상적이네요 (? |
⛳️ Work Description
📸 Screenshot
Screen_Recording_20240114_205906_doorip.mp4
📢 To Reviewers