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/#227] Edit Profile & Participant Profile 관련 수정 #239

Merged
merged 15 commits into from
Mar 8, 2024

Conversation

chattymin
Copy link
Member

@chattymin chattymin commented Mar 8, 2024

⛳️ Work Description

  • Edit Profile api 연결
  • Edit Profile UI 디테일 수정
  • Edit Profile 페이지 이동 로직 연결
  • splash 서버통신 제거
  • 페이지 이동 로직 변경
  • Participant Profile fragment 관련 컨틀롤 추가

📸 Screenshot

awesome.mp4

📢 To Reviewers

  • 우하하~
  • 이게 폴더링을 좀 변경해서 유비니꺼 혹시 수정해줄 수 있을까요???!?!?!?!

@chattymin chattymin added 동민 🐥 FEAT ✨ 새로운 기능 구현 labels Mar 8, 2024
@chattymin chattymin added this to the 2차 스프린트 milestone Mar 8, 2024
@chattymin chattymin self-assigned this Mar 8, 2024
Copy link
Member

@leeeyubin leeeyubin left a comment

Choose a reason for hiding this comment

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

빠른 PR 넘넘 좋네요!! 수정사항도 후딱 고쳐내는 당신 최고~!!

Comment on lines +19 to +21
private val _userState = MutableSharedFlow<Boolean>()
val userState: SharedFlow<Boolean>
get() = _userState
Copy link
Member

Choose a reason for hiding this comment

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

SharedFlow 변경 좋네요!!

Comment on lines 12 to +13
0 -> ParticipantProfileCharacterFragment()
else -> ParticipantProfileTagFragment()
else -> TripProfileTagFragment()
Copy link
Member

Choose a reason for hiding this comment

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

요거 제가 네이밍 통일성 주는 게 좋을 것 같아서 다시 ParticipantProfileTagFragment로 고쳤는데
이건 머지되면 제가 다시 고쳐서 pr올리겠슴당

Copy link
Member Author

Choose a reason for hiding this comment

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

헉 제가 머지하는 과정에서 컨플릭트 나서 수정하다가 실수한거 같네욤....
패키징도 조금 꼬인거같아서 한번만...정리 부탁드리겠습니다..!!

Copy link
Contributor

@crownjoe crownjoe 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 +24 to +26
val isChangedSuccess: SharedFlow<Boolean>
get() = _isChangedSuccess

Copy link
Contributor

Choose a reason for hiding this comment

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

오!! 좋습니다!

@@ -3,6 +3,7 @@ package com.going.presentation.profile.participant
import android.content.Context
import android.content.Intent
import android.os.Bundle
import android.util.Log
Copy link
Contributor

Choose a reason for hiding this comment

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

엇 요 로그는 안 쓰이는 것 같은데 지워주시면 감사하겠숩니답!!!

Copy link
Member 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.

굿이요~~~

@chattymin chattymin merged commit 9480bb1 into develop Mar 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT ✨ 새로운 기능 구현 동민 🐥
Projects
None yet
4 participants