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]/#92 여행 입장 뷰 / 서버통신 구현 #104

Merged
merged 14 commits into from
Jan 14, 2024

Conversation

crownjoe
Copy link
Contributor

@crownjoe crownjoe commented Jan 14, 2024

⛳️ Work Description

  • 서버통신 구현
  • 힐트 적용
  • path 사용
  • 패키징 수정

📸 Screenshot

Screen_Recording_20240114_205906_doorip.mp4

📢 To Reviewers

  • 드디어 구현!!!!!!!!!!!!!!

Copy link
Member

@chattymin chattymin left a 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)
Copy link
Member

Choose a reason for hiding this comment

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

tripId와 같이 사용해야 하는 것은 companion object로 빼주세용~

Comment on lines 88 to 90
Intent(this, DashBoardActivity::class.java).apply {
startActivity(this)
}
Copy link
Member

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())
Copy link
Member

Choose a reason for hiding this comment

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

로오그으으 지이이이우어어어어ㅓㅇ줘어어어요

Copy link
Contributor Author

Choose a reason for hiding this comment

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

아차차차차차 바로 수정하겟습니다.............

Copy link
Member

@Marchbreeze Marchbreeze left a 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)
Copy link
Member

Choose a reason for hiding this comment

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

요것도 다른 엑스트라처럼 모아서 const val로 설정해주시면 좋을듯 ~

@crownjoe crownjoe merged commit 9bf6231 into develop Jan 14, 2024
1 check passed
@0seoYun
Copy link
Member

0seoYun commented Jan 14, 2024

더미데이터가 인상적이네요 (?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT ✨ 새로운 기능 구현 세연 🤤
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 여행 입장 뷰 / 서버통신 구현
4 participants