-
Notifications
You must be signed in to change notification settings - Fork 0
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
#73 [feat] 프로필 생성 서버 통신 #77
Conversation
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.
토큰 바뀔때까지 테스트는 못해보겠지만..믿습니다ㅋㅋㅋㅋ
import kotlinx.serialization.SerialName | ||
import kotlinx.serialization.Serializable | ||
|
||
@Serializable |
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.
POST API의 첫 길잡이입니다
|
||
const val NONE = "" |
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.
text 사용 좋아요~
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💞
BROWN -> setLottieAnimation(R.raw.brown_hello) | ||
GRAY -> setLottieAnimation(R.raw.gray_hello) | ||
RED -> setLottieAnimation(R.raw.red_hello) | ||
WHITE -> setLottieAnimation(R.raw.panda_hello) |
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.
민정이는 막힘이 없다..!
📑 Work Description
🛠️ Issue
📷 Screenshot
💬 To Reviewers
기존에 Int로 되어 있던 bear type string으로 변경했습니다