-
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: 집안일 담당자 정하고 생성 #85
Conversation
…to feature/add-assignee pull develop
…to feature/add-assignee pull develop
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.
수고하셨습니다~~~
Timber.d(selectedAssignees.toString()) | ||
} | ||
|
||
@JvmName("getSelectedAssignees1") |
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.
제거 해주셔도 될것같습니다.
return try { | ||
chain.proceed( | ||
request.newBuilder() | ||
.addHeader("Authorization", PrefsManager.accessToken.ifEmpty { PrefsManager.authCode }) | ||
.addHeader("Authorization", PrefsManager.refreshToken.ifEmpty { PrefsManager.authCode }) | ||
.build() |
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.
확인했습니다~~
@@ -78,7 +78,7 @@ | |||
android:layout_height="wrap_content" | |||
android:layout_marginStart="24dp" | |||
android:layout_marginTop="16dp" | |||
android:drawableStart="@drawable/ic_info" | |||
android:drawableStart="@drawable/ic_info_fill" |
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.
수정 확인했습니다~
집안일 담당자를 정하고 생성하는 동작을 추가했습니다. ( 집안일 생성 후 조회했을때랑 집안일 직접추가에서 담당자를 정하는 것은 아직 반영안되었습니다,,)
집안일 생성 화면에서 초기에 담당자 영역에 자기자신이 추가되어있어야 하는데, 아직 하드코딩해서 넣어놨습니다.
로그인 후에 memberId를 prefs에 넣어서 쓰려고 합니다.