-
Notifications
You must be signed in to change notification settings - Fork 0
[#30] 로그인 기능 추가 #41
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
Open
ethan-223
wants to merge
20
commits into
develop
Choose a base branch
from
feature/login
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[#30] 로그인 기능 추가 #41
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
|
구글 로그인 잘 되는 것을 확인했습니다!! 👍 |
Member
heechokim
approved these changes
Aug 26, 2022
Collaborator
|
@Gemij @winter223 |
Collaborator
Author
|
@Gemij |
- UI 작업
- Google OneTabSiginin 작업
- Firebase SiginIn 작업
- ProfileEditActivity 추가 - 이름과 닉네임 입력이 가능하고, ViewModel 의 UiModel 을 뷰에 반영시키도록 함
- Firebase 로그인 기능 제거 (기획 확인 됨) - 패키지 정리
- 이미지 선택 다이얼로그 추가
- 신규 유저일 경우, IdToken, ProviderType 을 ProfileEditActivity로 전달 - ProfileEditActivity 에서 다음 버튼을 눌렀을 때 IdToken 과 ProviderType, 입력한 프로필 정보를 바탕으로 회원가입 진행할 수 있도록 밑작업
- 갤러리에서 이미지 선택 기능 추가
- 성별 선택 기능 추가 - 바뀐 디자인 가이드 소폭 적용
- 패키지 정리 - 네이밍 수정 - Dispatcher hilt 로 주입
- 스타일 정리
- 프로필 필드 유효성 검사를 뷰모델에서 실행 - 모두 유효한 경우에만 버튼 활성화 - 필드 V 아이콘 제거 - RoundButton 비활성화 시 텍스트 색상 화이트로 수정
8bd1445 to
b39916d
Compare
yuni-ju
approved these changes
Sep 5, 2022
b39916d to
2e26329
Compare
heechokim
approved these changes
Sep 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

내용
작업 사항