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: 집안일 담당자 정하고 생성 #85

Merged
merged 19 commits into from
Jun 25, 2022
Merged

Conversation

sujin-kk
Copy link
Member

집안일 담당자를 정하고 생성하는 동작을 추가했습니다. ( 집안일 생성 후 조회했을때랑 집안일 직접추가에서 담당자를 정하는 것은 아직 반영안되었습니다,,)

집안일 생성 화면에서 초기에 담당자 영역에 자기자신이 추가되어있어야 하는데, 아직 하드코딩해서 넣어놨습니다.
로그인 후에 memberId를 prefs에 넣어서 쓰려고 합니다.

@sujin-kk sujin-kk requested a review from wjdwns June 25, 2022 05:57
@sujin-kk sujin-kk self-assigned this Jun 25, 2022
Copy link
Collaborator

@wjdwns wjdwns left a 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")
Copy link
Collaborator

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

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"
Copy link
Collaborator

Choose a reason for hiding this comment

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

수정 확인했습니다~

@sujin-kk sujin-kk merged commit eb6956e into develop Jun 25, 2022
@sujin-kk sujin-kk deleted the feature/add-assignee branch June 25, 2022 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants