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/#94] 필터링 뷰 / 서버통신 구현 #100

Merged
merged 14 commits into from
Jul 17, 2024
Merged

Conversation

leeeyubin
Copy link
Member

@leeeyubin leeeyubin commented Jul 16, 2024

⛳️ Work Description

  • 필터링 서버통신 구현
  • 이름 정보 data class로 넘기기
  • Filtering 패키지 생성

📸 Screenshot

Screen_Recording_20240717_204453_Terning-Android.mp4

📢 To Reviewers

  • 회원가입 -> 필터링 서버통신 완료했습니다~!!

@leeeyubin leeeyubin changed the title [Feat/#94] filtering [FEAT/#94] 필터링 뷰 / 서버통신 구현 Jul 16, 2024
@leeeyubin leeeyubin self-assigned this Jul 17, 2024
@leeeyubin leeeyubin marked this pull request as ready for review July 17, 2024 11:47
@leeeyubin leeeyubin added FEAT ✨ 새로운 기능 구현 유빈💙 유빈 labels Jul 17, 2024
@leeeyubin leeeyubin linked an issue Jul 17, 2024 that may be closed by this pull request
3 tasks
Copy link
Member

@boiledEgg-s boiledEgg-s left a comment

Choose a reason for hiding this comment

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

진짜 고생많으셨어요!!
인터셉터 완료했으니까 이제 겁나게 달려봅시당~

@@ -78,6 +79,7 @@ class SignInViewModel @Inject constructor(
accessToken: String,
authType: String = KAKAO
) {
Log.d("LYB", accessToken)
Copy link
Member

Choose a reason for hiding this comment

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

Log

Copy link
Contributor

@arinming arinming left a comment

Choose a reason for hiding this comment

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

ㅜㅜ 인터셉터 구현하느라 고생했옹

Copy link
Member

@Hyobeen-Park Hyobeen-Park left a comment

Choose a reason for hiding this comment

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

LGTM~~~~ 최고최고~~~~

this.addHeader(AUTHORIZATION, "$BEARER ${terningDataStore.accessToken}")
this.addHeader(
AUTHORIZATION, "$BEARER "
//+ "$TEMP_TOKEN"
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
Member Author

Choose a reason for hiding this comment

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

TEMP_TOKEN이라는 변수에 액세스 토큰 넣을 수 있도록 임시 주석처리 해놓은 거에요!! 저기에 넣고 쓰시면 됩니당

@leeeyubin leeeyubin merged commit fbc6293 into develop Jul 17, 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
Development

Successfully merging this pull request may close these issues.

[FEAT] 필터링 뷰 / 서버통신 구현
4 participants